.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 745px; /*width of featured content slider*/
	height: 170px;
	border: 1px solid #cccccc;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;
	background: #f2f2f2;
	width: 745px; /*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;
	padding-top: 0px;
}

.pagination {
	width: 745px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 0;
	height: 21px;
}

.pagination a:link{
	text-decoration: none;
	color: #333;
	background-image: url(images/tab_normal.jpg);
	width: 90px;
	height: 21px;
	text-align: center;
}

.pagination a:hover{
	color: #000;
	background-image: url(images/tab_hover.jpg);
}
.pagination a:selected{
	color: #000;
	background-image: url(images/tab_selected.jpg);
}
