.sliderwrapper{
float:  left;
position: relative; /*leave as is*/
border-bottom-width: 6px;
width: 100%; /*width of featured content slider*/
height: 280px;


}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: black;
width: 820px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
}

.pagination{
	font: 1.5em/1em Helvetica, Arial,sans-serif Arial, Helvetica, sans-serif;
width: 800px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
float: left;
text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../../images_cm/home/hm_sfnd_slider.jpg) no-repeat left center;
}

.pagination_en{
	background: url(../images_en/vn_sfnd_ajax_ttl.jpg) no-repeat left center;
		padding-left: 70px;
}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #a3a3a3;
	margin-left: 0;
	margin-right: 4px;
}

.pagination a:hover{
color: #c0c0c0;
}

.pagination a.selected{
color: #c89b15;
}
