#content-slider {
width: 290px;
margin-right: 10px;
float: left;
background-color: #FFF;
margin-bottom: 10px;
padding: 0;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
background-image: url(../images/post-bg.gif);
background-repeat: repeat-x;
border: 1px solid #EBEBEB;
width: 290px; /*width of featured content slider*/
height: 355px;

}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px 20px;
background: white;
width: 290px; /*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;
}
.contentdiv {
	
	clear:both;

}
.contentleft {
	width: 95%;
	float:left;
}
.contentright {
	width: 30%;
	float: right;
}
.pagination{
width: 270px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: transparent;
padding: 8px 10px 3px 10px;
}

.pagination a{
padding: 5px 5px;
text-decoration: none;
color: white;
background-color: #999999;

}

.pagination a:hover, .pagination a.selected{
color: #333333; 
background-color: #FFFFFF;

}
.pagination a.selected{
font-weight: bold; 
}

#content-slider {
	position:relative;
}
.pagination a.next{
margin:0;
padding: 3px; 
color: #FFFFFF;
}
.pagination a.prev{
margin:0;
padding: 3px; 
color: #FFFFFF; 
}
.toc {
color: #FFFFFF;
}
.time {
font-weight: bold;	
float: left;
}
.location {
font-weight:bold;
height: 40px;
border-bottom: 1px #eeeeee dashed;
padding: 5px;
}