.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 1100px; /*width of featured content slider*/
	height: 215px;
	background: ;
}

.contentdiv{
	visibility: hidden;
	position: absolute; 
	left: 500px;
	right: 0px;
	top: 8px;
	background: ;
	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;

}

.pagination{
	width: 590px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 5px;
	text-align: right;
	background: transparent;
	padding-top: 0px;
	padding-right: 15px;
}

.pagination a{
	float: left;
	display: block;
	height: 1px;
	width: 3px auto;
	padding: 5px;
	margin-left: 10px;
	text-align: auto;
	text-decoration: none; 
	background: url(images/templatemo_menu_currentblue.gif) top  repeat-x; 
	color: #660099;
}

.pagination a:hover, .pagination a.selected{
	background: url(images/templatemo_menu_current.png) top  repeat-x; 
	color: #ffffff;
}
