#slideshow {
	width:100%; height:275px;
	background: url(images/slide_bg.jpg) repeat-x #000;
	margin-bottom:10px;
	}
	
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 510px; /*width of featured content slider*/
height: 240px;
background: url(images/loading.gif) no-repeat center;

}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2px;
margin: 5px 5px;
background: ;
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 230px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1;
font-family:Arial, Helvetica, sans-serif;
}

.contentdiv a{ width:500px; height:230px; display:block; text-decoration:none; color:#FFFFFF; margin:0; padding:0;  cursor:pointer;}
.contentdiv a h2{ color:#FFFFFF; font-size:250%; font-weight:bold; padding:0px 0 10px 10px; margin:164px 0 0 0;}
.contentdiv a:hover h2{ text-decoration: underline;}
.contentdiv a p{margin:0; padding:0 10px}
#tab1 {font-weight:bold}
#tab1 table tr {height:25px; vertical-align: top; font-weight:bold}

.pagination{
width: ; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:30px;
line-height:30px;
text-align: right;
font-weight: bold;
font-size:130%;
font-family: century gothic, Verdana, Arial, Helvetica, sans-serif;
}

.pagination a{
padding: 0 10px;
text-decoration: none; 
color: #fff;
background:;
border: 0; 
}

.pagination a:hover, .pagination a.selected{
color:#555
}
