﻿.sliderwrapper
{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 639px; /*width of featured content slider*/
	height: 342px;
}



.sliderwrapper .contentdiv
{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0; /*leave as is*/
	top: 0; /*leave as is*/
	padding: 0px;
	background: white;
	width: 639px; /*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;
}

#pagination-wrapper
{
	background-image: url(/assets/images/pagination-wrapper-bg-3.jpg);
	background-repeat: no-repeat;
	width: 639px;
	height: 165px;
}

#pagination-wrapper-pd
{
	position: absolute;
	margin: 281px 0px 0px 0px;
	width: 640px;
	height: 59px;
	border: 0px solid red;
	background-color: #3d3013;
	filter: alpha(opacity=88);
	opacity: 0.5;
	-moz-opacity: 0.5;
}


.pagination
{
	width: 100px;
	height: 40px;
	padding: 2px;
	margin: 130px 0px 0px 400px;
	position:absolute;

}

.pagination a
{
	
	color: #000000;
	padding: 1px 3px 1px 3px;
	border: 1px solid #e08d27;
	background-color: #e08d27;
	text-decoration: none;
	font-size: 10px;
	

}

.pagination a:hover, .pagination a.selected
{
	color: #e08d27;
	padding: 1px 3px 1px 3px;
	border: 1px solid #e08d27;
	background-color: #3e3013;
	font-size: 10px;
}
