﻿.sliderwrapper
{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 960px; /*width of featured content slider*/
	height: 377px;
}



.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0; /*leave as is*/
	top: 0; /*leave as is*/
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	background: white;
	width: 960px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 377px;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination
{
	/*width: 100px; 	height: 40px; */
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 750px;
	position: absolute;
	z-index: 999999;
}

.pagination a
{
	color: #000000;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	font-size: 10px;
	background-image: url(images/pg-off.png);
	background-repeat: no-repeat;
	width: 23px;
	height: 24px;
	display: block;
	float: left;
}

.pagination a:hover, .pagination a.selected
{
	color: #e08d27;
	padding: 1px 3px 1px 3px;
	font-size: 10px;
	background-image: url(images/pg-on.png);
	background-repeat: no-repeat;
	width: 23px;
	height: 24px;
	display: block;
	float: left;
}
