﻿.sliderwrapper {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 200px;
}
.sliderMenu {
margin-top: 20px;
}



.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;
	float: right;
	width: 52px;
	height: 17px;
	margin-bottom: -17px;
}

.pagination a, .submenu a {
	background: url(../images/sliderInactive.png) no-repeat left top;
	float:left;
	display:block;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 0px 0px 0px 0px;
	width: 14px;
	height: 14px;
	line-height: 13px;
	text-align: center;
	margin: 3px 2px 0px 1px;
	color: #4c4e4a;
	font-size: 10px;
}
.pagination a:hover, .pagination a.selected {
	color: #868684;
	background: url(../images/sliderActive.png) no-repeat left top;
}
