/* Start of CMSMS style sheet 'sub_slider' */
#newsbox {
	width: 320px;
	height: 310px;
	background-color: #191919;
	padding: 10px;
	border: 1px solid #404040;
	margin: 0 0 10px 0;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
padding: 0px;
width: 320px;
height: 240px;
}



.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: 320px; /*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;
}

#paginate-slider1{
	width: 300px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	margin: 10px 0 0 10px;
	height: 60px;
	padding:  0px;
	
}
* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 300px; /*IE5 width*/
w\idth: 316px; /*IE6 width*/
}

.pagination a, .pagination a:visited {
	display: block;
	margin-left: 5px;
        margin-bottom: 5px;
	float: left;
	/*padding: 10px;*/
	text-decoration: none;
	color: #FFFFFF;
	background-color: #191919;
	padding: 7px 7px 7px 7px;
	border: 1px solid #404040;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	
}

.pagination a:hover, .pagination a.selected{
	color: #B8AB65;
	
}
.blurbback {
	background-image: url(images/blurbback_bg.png);
	background-repeat: no-repeat;
        /*background-color: #0B0B0B;*/
	height: 60px;
	width: 100%;
	/*filter: progid:DXImageTransform.Microsoft.alpha(opacity=70);*/
	/*opacity: .7;*/
	margin: -60px 0 0 0;
	z-index: 2;
	position: relative;	
}

.blurb {
	height: 60px;
	width: 100%;
	margin: -70px 0 0 0;
	z-index: 10;
	position: relative;
	color: #ffffff;
}

.blurb h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 5px 10px;
	text-transform: uppercase;
}

.newssliderblurb {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.blurb a {
	display: block;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;	
}
/* End of 'sub_slider' */

