div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 610px; 
	height: 400px;
	overflow: hidden;
	border:1px solid #cccccc;
    background: #FFFFFF;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:610px;
		height:400px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}

 
.inside {
	padding: 10px;
	border: 10px solid #DBDBDB;
    background-color: #FFFFFF; 
    width: 380px; 
    margin: 10px 10px 10px 10px;
}

.scroller img {
	display: block;
	border: 1px solid #666;
	margin: 0 6px 10px 0;
	width: 300px;
    float: left;
}
 

.scroller h2 {
	font-weight: bold;
	color: #5B1D00;
	font-size: 18px;
	margin: 0 0 8px 10px;
}

.scroller p {
	font-size: 9pt;
	padding: 0;
	color: #5B5B5B;
    margin: 40px 20px 10px 0px;  
}     

.postinfo {display:block; font-size:12px; color:#474747; font-variant:normal; font-weight:normal;}
