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

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

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

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

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