/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */

#slideshow {
	width: 899px;
	border-bottom: 6px solid #898989;
	position:relative;
	margin-bottom:0px;
}

.slides-nav ul,
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}
.slides-nav ul:after,
#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow #slides {
	overflow: hidden;
	height:277px;
}

#slideshow #slides ul {
	width: 2118px;
}

#slideshow #slides li {
	width: 899px;
	height: 280px;
	float: left;
	padding: 0px;
	position:relative;
}

#slideshow .learn-more 
{
	width: 95px;
	padding:3px 3px 3px 0;
	border: solid #999999 1px;
	background:#333 url(images/a_rightarrow_white.gif) 88px 10px  no-repeat;
	text-align: center;
	font-weight:bold;
}
#slideshow .learn-more a
{
	color:#fff;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

.goldBullet li{
	background: url(images/gold_bullet.png) center left no-repeat;
	margin-left: 20px;
}
#slideshow .slides-nav {
	position: absolute;
}
 
#slideshow .slides-nav li {
	float: left;
}
 
#slideshow .slides-nav li a {
	color: #fff;
	display: block;
	padding: 15px 20px;
	outline: none;
}
#nav_2 .slides-nav li a{
	color: #fff !important;
}

/* ---------------------------------------------------- */
/* STYLE P/H2 TAGS
/* ---------------------------------------------------- */
#maincontent #slideshow #slides h1{
	font-family: verdana, arial,helvetica,sans-serif;
	color: #faa634 !important;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 6px;
}

#maincontent #slideshow #slides p{
	color: #fff;
}

#slideshow .description{
	position: absolute;
	width: 350px;
	top: 14px;
	left: 216px;
}

#slideshow .description p span{
	margin-left:171px;
	top:7px;
	position:absolute;
}

#slideshow  .description .learn-more{
	background:url(images/learn-more-bg.png) top left no-repeat;
	display:block;
	border:0;
	width:110px;
	height:19px;
	text-decoration:none;
	font-family:arial;
	font-size:12px;
	line-height:12px;
	color:#fff;
	position:absolute;
	top:40px;
	right: -100px;
}

#slideshow  .description .learn-more:hover{
	text-decoration:underline;
}

#slideshow #med-btns{
	float:left;
	width:656px;
	position: absolute;
	top: 196px;
	left: 245px;
}

#slideshow #med-btns a{
	width:208px;
	height:71px;
	display:block;
	float:left;
	margin-right:10px;
}

#slideshow #med-btns  span{
	display:none;
}

#slideshow #med-btns #chs{
	background:transparent url(images/chs-btn.jpg) top left no-repeat;
}

#slideshow #med-btns #chs:hover{
	background:transparent url(images/chs-btn.jpg) 0 -71px no-repeat;
}

#slideshow #med-btns #health{
	background:transparent url(images/healthcare-btn.jpg) top left no-repeat;
}

#slideshow #med-btns #health:hover{
	background:transparent url(images/healthcare-btn.jpg) 0 -71px no-repeat;
}

#slideshow #med-btns #somo{
	background:transparent url(images/somo-btn.jpg) top left no-repeat;
}

#slideshow #med-btns #somo:hover{
	background:transparent url(images/somo-btn.jpg) 0 -71px no-repeat;
}

/* ---------------------------------------------------- */
/* JAVASCRIPT STYLES
/* ---------------------------------------------------- */
.js .slides-nav{
	display: block;
}

.js #slideshow {
	height:280px;
	overflow:hidden;
}

.js #slideshow #slides li{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index:0;
}

.js #slideshow #slides .first{
	display: block;
}
