.sliderwrapper{
position: fixed; /*leave as is*/
z-index:25;
right:10px;
bottom:10px;
overflow: hidden; /*leave as is*/
width: 200px; /*width of featured content slider*/
height: 430px;
background:url(/images/event_terran_bg.png);
filter:progid:DXImageTransform.Microsoft.alpha(opacity=95);
-moz-opacity: 0.95;
opacity: 0.95;
border:#600 2px solid;
font-size:11px;
font-family: Verdana, Geneva, sans-serif;
}



.sliderwrapper .contentdiv{
text-align:left;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 11px;  /*leave as is*/
width: 190px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
padding:5px;
height:385px;
overflow:auto;
}
.contentdiv p{
	margin-top: 0;
}

.contentdiv a{
color: #6f9fc8;
text-decoration:none;
}

.contentdiv a:hover{
color: #CCC;
text-decoration: underline;
}
.contentdiv > img:first-child{
	max-width: 70px;
	max-height: 70px;
}

.sliderwrapper p{
	margin-bottom:4px;
}

.cs_pagination{
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
z-index:25;
width: 200px; /*Width of cs_pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
position: fixed; /*leave as is*/
right:10px;
bottom:10px;
text-align: right;
padding:5px;
}

.cs_pagination a{
padding: 0 5px;
text-decoration: none; 
color:#0cfb0d;
}

.cs_pagination a:hover{
color: white;
text-decoration:none;
background:#600;
}

.cs_pagination a.next:hover{
	background: none;
}

.cs_pagination a.selected{
color: white;
text-decoration:none;
background:#600;
}
