div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 700px; 
	height: 245px;
	overflow: hidden;	
	margin-left:0px;	
	}
	
div.scroller_rest { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 930px; 
	height: 245px;
	overflow: hidden;	
	margin-left:0px;
	}
	
div.scroller div.sectiune {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:236px;
		height:245px;
		overflow:hidden;
		float:left;
		/*margin-right:40px;*/	
		
		}
		
div.scroller_rest div.sectiune_rest {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:234px;
		height:245px;
		overflow:hidden;
		float:left;
		/*margin-right:40px;*/	
		
		}
		
div.scroller div.v4 {
        /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:170px;
		height:148px;
		overflow:hidden;
		float:left;
		margin-right:0px;	
		background:white;
		}
		
div.scroller_rest div.v4 {
        /* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:170px;
		height:148px;
		overflow:hidden;
		float:left;
		margin-right:0px;	
		background:white;
		}		
		
	div.scroller div.content {
		width: 10000px;
		}
		
		div.scroller_rest div.content {
		width: 10000px;
		}

	
		
		
div.sectiune p{

height:215px;
overflow:hidden;
z-index:2;
left:10px;
text-align:left;
top:10px;
width:250px;
margin-left:20px;
padding-top:10px;
line-height:15px;
}

div.sectiune_rest p{

height:215px;
overflow:hidden;
z-index:2;
left:10px;
text-align:left;
top:10px;
width:250px;
margin-left:20px;
padding-top:10px;
line-height:15px;
}





div.visible4{
width:670px;
	height: 148px;


}