.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 600px; /*width of featured content slider*/
	height: 224px;
}

.contentdiv{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	height: 100%;
	filter: alpha(opacity=100);



	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.contentdiv img{
	margin: 0px;
	padding: 0px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 5px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.pagination{
	width: 598px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 20px;
	text-align: right;
	padding-top: 8px;
	background-image: url(../images/menu_bg.jpg);
	border: 1px solid #333333;
}

.pagination a{
	float: left;
	display: block;
	height: 12px;
	width: 12px;
	padding: 0px;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
}

.pagination a:hover, .pagination a.selected{
	background-image: url(../images/menu_hover.png);

}
