.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 677px; /*width of featured content slider*/
	height:411px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

width: 677px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:0;
}

.pagination{
	text-align: right;
	z-index: 100000;
	position:relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;	
}
.ie7 .pagination{
	text-align: right;
	z-index: 999999999999;
	position:relative;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;	
}

.pagination a{
	text-decoration: none;
	color:09f;
	padding-top: 5;
	padding-right: 5px;
	padding-bottom: 5;
	padding-left: 5px;
	font-size: 14px;
}

.pagination a:hover, .pagination a.selected{
	color:#fff;
	background-color:#09f;
	font-size: 14px;
	background-image: url(images/contentsliderimg.png);
	background-repeat: repeat-x;
}

