﻿.sliderwrapper	{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #B22222;
	border-bottom-width: 0px;
	width: 520px; /*width of featured content slider*/
	height: 240px;
	left:-8px;
}

.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: 520px; /*width of content DIVs within slider. Total width should equal slider's inner width (520+5+5=530) */
	height: 240px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination	{
	width: 240px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	font-size:8px
	/*background-color: blue;*/
	padding: 0px 0px;
   margin-left: 0px;
}

.pagination a	{
	padding: 0 0px;
	text-decoration: none;
	color: #00007D;
	background: white;
	left:0px
}

.pagination a:hover, .pagination a.selected{
	color:yellow;
	background-color: #00007D;
}

#slider1{
	border-color: #B22222;
	margin-left: 15px;
	height: 240px
}

#slider2{
	border-color: #B22222;
	margin-left: 15px;
	height: 240px
}
/*
#slider2 .contentdiv, #slider3 .contentdiv{
	width: 110px;
}
*/
#paginate-slider1{
	line-height: 20px;
	border-color: #B22222;
	margin-left: 30px;
	width: 140px
}

#paginate-slider2{
	line-height: 20px;
	border-color: #B22222;
	margin-left: 5px;
	width: 590px
}

#paginate-slider1 a:hover, #paginate-slider1 a.selected{
	background-color:  #fee496;	
	border:3px fee496;
}

#paginate-slider2 a:hover, #paginate-slider2 a.selected{
	background-color: #fee496;	
	border:3px fee496;
}
