.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/


width: 577px; /*width of featured content slider*/
height: 169px;
padding:0px;
margin:0;
}
.sliderwrapper img {
	width: 577px; /*width of featured content slider*/
height: 169px;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0;
margin:0 0 0 0;
background: white;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
opacity: 1;
}
.sliderwrapper .contentdiv img {
	background-color:white;
	width:577px;
}
.pagination{
	position:absolute;
width:auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
margin:0px 0 0 354px;
right:0;
bottom:0;
z-index:2000;
}

.pagination a{
	font:bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
	border:#CFCFCF 1px solid;
	padding: 4px 6px;
	text-decoration: none; 
	color: #616161;
	background: white;
	filter:alpha(opacity=50);
	-moz-opacity:0.7;
	opacity:0.5;
	filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	}

.pagination a:hover, .pagination a.selected{
	color: #fff;
	background:#000;
	border:#011641 1px solid;
	filter:alpha(opacity=50);
	-moz-opacity:0.7;
	opacity:0.5;
	filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

}

/* Slide Wrapper 2 */

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/


width: 800px; /*width of featured content slider*/
height: 192px;
padding:0px;
margin:0;
}
.sliderwrapper img {
	width: 800px; /*width of featured content slider*/
height: 192px;
}


.sliderwrapper2 .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding:0;
margin:0 0 0 0;
background: white;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
opacity: 1;
}
.sliderwrapper2 .contentdiv img {
	background-color:white;
	width:800px;
}

.pagination2 {
	position:absolute;
width:auto; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
margin:0px 0 0 354px;
right:0;
bottom:0;
z-index:2000;
}

.pagination2 a{
	font:bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
	border:#CFCFCF 1px solid;
	padding: 4px 6px;
	text-decoration: none; 
	color: #616161;
	background: white;
	filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-opacity:0.7;
	opacity:0.5;
	}

.pagination2 a:hover, .pagination a.selected{
color: #fff;
border:#011641 1px solid;
}
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 280px;
	width: 665px;
	overflow: auto;
}
ul.sc_menu {
	display: block;
	height: 160px;
	/* max width here, for users without javascript */
	width: 1500px;
	padding: 0px 0 0 0px;
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;
	padding: 0px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: none;
	margin-top: 3px;

	text-align: center;
	font-size: 12px;
	color: #fff;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border: 0px #fff solid;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}