


.contentslide{
border: 10px solid navy;
border-bottom-width: 6px;
padding: 4px;
width: 134px;
height: 250px;
margin: 0px;
background-color:#27568e;
	padding: 5px 5px 5px 5px;
	border: solid 1px #0f1680;	
	text-align: center;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/

filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide 
{
	width: 134px;	
	height:250px;
	text-align: center;
}

.contentdiv
{
	display: none;	
	font-size:10pt;	
	color:White;
}

.contentdiv h1
{
	color:#FEB739;	
}

.pagination{
width: 134px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
/* begin gdc mod */
	text-align: center;
/* end gdc mod */
background-color: #1d2b50;
border: 10px solid #1d2b50;
border-width: 0 6px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0 0;
font-weight: bold;
/* begin gdc mod */
	color:White; 
	vertical-align:middle;
/* end gdc mod */
}


* html .pagination
{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 134px; /*IE5 width*/
	width: 134px; /*IE6 width*/
}

.pagination a
{
	/* begin gdc mod */
	text-align: center;
	vertical-align: middle;	
	padding: 0px 5px;
	/* end gdc mod */
	text-decoration: none; 
	color: #2e6ab1;	
	background-color: white;
	font-size: 10pt;
}

.pagination a:hover, .pagination a.selected
{
	color: #000;
	background-color: #FEE496;
}