@charset "utf-8";
/* CSS Document */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 650px; /*width of featured content slider*/
height: 277px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

background: white;
width: 650px;/*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;
}
.contentslide{
	position:relative;
	height:277px;
	width:650px;
}
.toppic{
	width:650px;
	background-image:url(images/toppic.gif);
	height:4px;
	position:absolute;
	top:0px;
	z-index:1000000;
	background-repeat:no-repeat;
}
.pagination{
	width: 650px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	background-image:url(images/bar.gif);
	height:33px;
	position:absolute;
	bottom:-12px;
	z-index:1000000;
	background-repeat:no-repeat;
	padding-top:11px;
}

.pagination a{
	padding:7px 10px 8px 10px;
	height:29px;
	text-decoration: none; 
	color: #561b6d;
	margin-right:1px;
}

.pagination a:hover, .pagination a.selected{
	color: #fff;
	background-image:url(images/navnews.jpg);
	background-repeat:repeat-x;
}

#newsflash{
	width:650px;
	height:277px;
	position:relative;
}

