.sliderwrapper{
	width: 268px;
	height: 290px;
	position: relative; 
	overflow: hidden;
	z-index: 1;
	text-decoration: none;

}
.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 268px;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


.sliderwrapper .contentdiv{
margin: 0;padding: 0;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width: 268px; 
	height: 100%;
	z-index: 1;
}

.pagination{
	position: absolute;
	z-index: 200;
	top: 169px;
	width: 266px;
	height:18px;
	padding:2px 5px;
	font-weight: bold;
	text-align: left;	
	color: #FFF;
	clear: both;
	font-size: 12px;
	background-color: #3399FF;

}
/* html .pagination{ *Simplified box model hack to get IE5 to display width equal to that of Content Slider's*
width: 470px; /*IE5 width*
w\idth: 416px; /*IE6 width*
}*/

.pagination a:link, .pagination a:visited, .pagination a:active{
	padding:2px 5px;
	_padding:5px 5px;
	margin-left: 1px;
	text-decoration: none; 
	height:18px;
	color: #DBE7D8;
	font-weight: bold;
	z-index: 200;
}

.pagination a:hover, .pagination a.selected{
	background-color: #1069D6;
	height:18px;
	color: #FFFFFF;
	z-index: 200;
}

