.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

border-bottom-width: 6px;
width: 670px; /*width of featured content slider*/
height: 250px;
}



.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: 705px; /*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{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
cursor: pointer;
padding: 3px;
}



.pagination div a:hover, .pagination div a.selected{
color: #000;


	
}

.btn
{
	background-color: #CCC;
	margin-right: 3px;
	float: left;
	width: 150px;
	border: 1px dashed #CCC;
	height: 20px;
}


.mediaitem a
{
	color: #000;	
}


.vidlinksbox
{
	margin: 10px;	
}


#slider2{

}

#paginate-slider2{

border-color: darkred;

}

#paginate-slider2 a div{
	background-image: url(/images/navbg2.jpg);
	border: 1px solid #e3e3e3;
	padding: 5px;
float: left;
width: 180px;
margin-top: 5px;
margin-right: 2px;
}

#paginate-slider2 a div:hover, #paginate-slider2 a.selected div{
background-image: url(/images/newbg.jpg);
color: #fff;
}


