.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid white;*/
/*border-bottom-width: 5px;*/
width: 736px; /*width of featured content slider*/
height: 232px;
margin:0px 0 0;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 736px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 232px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 715px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
/*background-color: white;*/
padding: 0 12px 0;
background:
}

.pagination a{
	text-decoration: none; 
	color: #666666;
	float:left;	
	background:url(../images/us/global/global4/homepage/btn_promo.gif) no-repeat;
	list-style-type:none;
	height:35px;
	padding:8px 25px 0 15px;	
	margin:-20px 0 0 5px;
	position:relative;
	z-index:1000;
}

.pagination a:hover{
	color: #000;
	float:left;	
	background:url(../images/us/global/global4/homepage/btn_promo.gif) no-repeat;
	list-style-type:none;
	height:35px;
	padding:8px 25px 0 15px;
	}

.pagination a.selected{
	color: #000;
	float:left;	
	background:url(../images/us/global/global4/homepage/btn_promo_selected.gif) no-repeat;
	list-style-type:none;
	height:35px;
	padding:8px 25px 0 15px;
}



