﻿.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 436px; /*width of featured content slider*/
height: 326px;
border: solid 1px #000000;
}
.sliderMenu {
margin-bottom: 23px;
}



.sliderwrapper .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 100%; /*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 {
	display: block;
}
.submenu {
	width: 100%;
	float: none;
	height: 21px;
}

.pagination a, .submenu a {
	float:left;
	display:block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 0px 8px 0px 8px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin: 0px 3px 0px 0px;
	color: #c7938f;
	font-size: 11px;
	background-color: #81231A;
}
.pagination a:hover, .submenu a {
color: #ffffff;
}

.pagination a.selected, .submenu b {
float:left;
display:block;
color: #ffffff;
font-size: 10px;
font-weight: bold;
font-family: tahoma, arial, helvetica;
text-align: center;
background: #520600;
margin: 0px 3px 0px 0px;
height: 21px;
line-height: 19px;
text-align: center;
padding: 0px 10px 0px 10px;
}