.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border-bottom-width:0px;
	width: 210px; /*width of featured content slider*/
	height: 200px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/

	width: 210px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	font-size:11px;
	background: url(images/tip-bg.gif) repeat-x #fff;
	color:#5A5C60;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 210px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;

}

.paginationsd{width: 206px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background:url(images/pagenaton-bg.gif) repeat-x;
	padding:2px 0px;

	font-size:11px
	}

.pagination a{
padding: 1px 5px;
text-decoration: none; 
color: #959595;
background:#FBFBFB;
border:1px solid #EDEDED
}

.pagination a:hover, .pagination a.selected{
color: #3056A7;
background:#DBEAFA;
border:1px solid #C3D2E3
}
