div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 870px; 
	height: 210px;
	overflow: hidden;
	border:1px solid #cccccc;
	margin-left:0px;
	}
	div.scroller div.sect {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:424px;
		height:210px;
		position:relative;
		overflow:hidden;
		float:left;
		margin-right:30px;		
		}
		
		*html div.scroller div.sect {
		position:static;
		}
		
		*+html div.scroller div.sect {
		position:static;
		}
		div.scroller div.v4 {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:166px;
		height:148px;
		overflow:hidden;
		float:left;
		margin-right:0px;	
		background:white;
	
	
		}
		
	div.scroller div.content {
		width: 10000px;
	
		}

	
		
		
div.sect p{

height:215px;
overflow:hidden;
position:absolute;
z-index:2;
left:10px;
text-align:left;
top:10px;
width:250px;
margin-left:20px;
padding-top:10px;
line-height:15px;
}

*html div.sect p{
position:static;
}

*+html div.sect p{
position:static;
}

div.visible4{
width:655px;
	height: 148px;


}