@charset "utf-8";
/* CSS Document */
#latest-posts{
	padding: 10px 20px;
	background: transparent;
	border-bottom: 1px solid #BBBBBB;
	text-align: center;
}
#latest-posts h2 { color: #fff; margin-bottom: 10px;}
#latest-posts-inner{

	padding: 16px !important;
	margin: 0 auto;
	width: 580px;
	/*filter:alpha(opacity=50);  
	-moz-opacity:0.5;  
	-khtml-opacity: 0.5;  
	opacity: 0.5; */ 
}

#s3slider {
   position: relative; /* important */
   overflow: hidden; /* important */
   /*filter:alpha(opacity=100) !important;  
	-moz-opacity:1 !important;  
	-khtml-opacity: 1 !important;  
	opacity: 1 !important; */ 
}

#s3sliderContent {
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   font: 15px baskerville,'palatino linotype',palatino,georgia,serif;
   padding: 10px 13px;
   background-color: #fff;
   color: #000;
   display: none; /* important */
   border-bottom: 1px solid #BBBBBB;
}

.s3sliderImage span.left {
	left:0;
	top:0;
}
.s3sliderImage span.right {
	bottom:0;
	right:0;
}
.s3sliderImage span.top {
	left:0;
	top:0;
	font-size: 1.2em;
}
.s3sliderImage span.bottom{
	left:0;
	bottom:0;	
}

.clear {
   clear: both;
}
