.contentslide{
border: 0px solid navy;
width: 330px;
height: 500px;
background-color:#d0d0d0;
padding-left:5px;
padding-right:5px;
padding-top:5px;
}

.cont{
float:left;
width:330px;
height:350px;
}

.cont .info{
float:right;
/*filter: alpha(opacity=80); 
-moz-opacity: 0.8; */
width:100%;
}

.cont .info h1 a{
	color:#C00;
	font-weight:bold;
}

.info a.h6:link, a.h6:visited{
	font-size:20px;
	font-weight:bold;
	color:black;
	text-decoration: none; 
}
.info a.h6:hover{
	font-size:20px;
	font-weight:bold;
	color:black;
	text-decoration: underline; 
}
.cont .info p{
	padding-right: 0px;
	padding-left: 0px;
}

.cont .blank{
	height:350px;
}

.pagination{
padding-top: 100px;
float:right;
display:block;
position:relative;
z-index:10;
padding-right: 10px;
padding-bottom: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination
interface*/
font-size: 11px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
background-color: #3b5998;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
text-decoration: none; 
color: #FFFFFF;
border: 1px solid #3b5998;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #3b5998;
color: #3b5998;
background-color: #FFFFFF;
}

.pagination li.currentpage{
background-color: black;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{
/*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}

.mediabox{
float:right;
padding: 2px;
}

.mediabox a{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.featcomment{
	text-align:left;
	font-size:11px;
}
.featcomment a{
	color:#C00;
}
/*
.pagination{
width: 416px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!
text-align: right;
background-color: navy;
border: 10px solid navy;
border-width: 0 10px; /*Left/ right border width of pagination DIV.
padding: 0 0 4px 0;
}

* html .pagination{ 
width: 400px; 
w\idth: 416px; 
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
*/