
 /*

.contentslide{
border: 10px solid navy;
border-bottom-width: 6px;
padding: 4px;
width: 155px;
height: 100px;
margin: 0px;
background-color:#ffffff;
	padding: 5px 5px 5px 5px;
	border: solid 1px #cccccc;	
	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: 160px;	
	height:100px;
	text-align: center;

}

.contentdiv
{
	display: none;	
	font-size:10pt;	
	color:White;
}

.contentdiv h1
{
	color:#FEB739;	
}

.pagination{
width: 160px; /*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: #000000;
border: 10px solid #000000;
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: 155px; /*IE5 width*/                                                               /*
	width: 155px; /*IE6 width*/                                       /*
}

.pagination a
{
	/* begin gdc mod */                 /*
	text-align: center;
	vertical-align: middle;	
	padding: 0px 5px;
	/* end gdc mod */               /*
	text-decoration: none; 
	color: #5d5d5d;	
	background-color: white;
	font-size: 10pt;
}

.pagination a:hover, .pagination a.selected
{
	color: #000;
	background-color: #FEE496;
}                                   */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #787878;
border-bottom-width: 1px;
width: 170px; /*width of featured content slider*/
height: 140px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 170px; /*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: 166px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #787878;
padding: 5px 0 5px 5px;
color: #5d5d5d;
font-size: 13px;
font-weight: bold;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
background: #787878;
}

.pagination a:hover, .pagination a.selected{
color: #5d5d5d;
background-color: #fff;
}