#featured{
	height:306px;
	width:100%;
	}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

width: 100%; /*width of featured content slider*/
height: 248px;
}



.contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width:650px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 241px;
padding:7px 0 0 0;
color:#fff;
}
#buying{
	background:url(../images/bg_buying.jpg) 0 0 no-repeat;
	}
#changes{
	background:url(../images/bg_changes.jpg) 0 0 no-repeat;
	}
#training{
	background:url(../images/bg_training.jpg) 0 0 no-repeat;
	}
#commercial{
	background:url(../images/bg_commercial.jpg) 0 0 no-repeat;
	}
.buying_inner{
	width:149px;
	background:#69be28 url(../images/bg_buying_inner.png) top repeat-x;
	height:230px;
	padding: 87px 0 0 12px;
	}
.buying_inner p{
	font-size:11px;
	line-height:14px;
	padding:2px 0 4px 0;
	}
.buying_inner p.text_living{
	background:url(../images/text_living.png) no-repeat;
	width:133px;
	height:17px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
	padding:0;
	}
.buying_inner p.text_come{
	background:url(../images/text_come.png) no-repeat;
	width:131px;
	height:151px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
	padding:0;
	}
.changes_inner{
	width:146px;
	padding:87px 0 0 15px;
	background:url(../images/bg_changes_inner.png) top repeat-x;
	height:158px;
	margin-left:164px;
	}
.commercial_inner{
	width:145px;
	float:right;
	background:#c8006f;
	padding:87px 0 0 15px;
	height:158px;
	}
.buying_inner h3,.changes_inner h3,.training_inner h3,.commercial_inner h3{
	font-size:17px;
	line-height:22px;
	padding-bottom:20px;
	font-weight:normal;
	}
.buying_inner p,.changes_inner p,.training_inner p,.commercial_inner p{
	display:block;
	font-size:11px;
	line-height:14px;
	}
.training_inner{
	margin-left:326px;
	width:146px;
	padding:87px 0 0 15px;
	background:url(../images/bg_train_inner.png) top repeat-x;
	height:158px;
	}
.pagination{
width: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:58px;
background:url(../images/bg_nav.png) 0 0 no-repeat;
}

.pagination a{
	float:left;
text-decoration: none; 
line-height:15px;
font-weight:bold;
font-size:12px;
color:#fff;
}
.nav_buying{
	padding:15px 0 0 13px;
	width:148px;
	height:43px;
margin-right:3px;
	}
.nav_buying:hover,.nav_buying.selected{
	background:url(../images/bg_nav.png) 0 -58px no-repeat;
	}
.nav_changes,.nav_training,.nav_commercial{
	width:146px;
	padding:13px 0 0 15px;
	height:45px;
	margin-right:1px;
	}
	
.nav_changes:hover,.nav_changes.selected{
	background:url(../images/bg_nav.png) -164px -58px no-repeat;
	}
.pagination a:hover, .pagination a.selected{
color:#fff;
}
.nav_training{
	margin-right:3px;
	}
.nav_commercial{
	margin:0;
	width:145px;
	}
.nav_training:hover,.nav_training.selected{
	background:url(../images/bg_nav.png) -326px -58px no-repeat;
	}
.nav_commercial:hover,.nav_commercial.selected{
	background:url(../images/bg_nav.png) right -58px no-repeat;
	}
.buying_inner a,.changes_inner a,.training_inner a,.commercial_inner a{color:#fff;}
