div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 450px; 
	height: 140px;
	overflow: hidden;
	border:0px solid #cccccc;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:430px;
		height:150px;
		overflow:hidden;
		float:left;
		text-align:justify;
		padding:18px 5px 5px 5px;		
		border:0px solid #ff0000;
		}
	
	 div.section {
	 margin-right:10px;
	 }
	 	
		
	div.scroller div.content {
		width: 10000px;
		border:0px solid #ff0000;
		}

		
/*edutuj sekce*/	
	/*div#section2 {
		background:#666666;
		color:#ffffff;
		}*/

		
		
/*glider 2*/
		
div.scroller2 { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 605px; 
	height: 220px;
	overflow: hidden;
	border:0px solid #ff0000;
	}
	div.scroller2 div.section2 {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:605px;
		height:220px;
		overflow:hidden;
		float:left;
		text-align:justify;
		padding:1px 1px 1px 1px;		
		border:0px solid #ff0000;
		}
		
	 	
		
	div.scroller2 div.content2 {
		width: 10000px;
		border:0px solid #ff0000;
		}

#section2 {
 cursor: pointer;
 }		
/*edutuj sekce*/	
	/*div#section2 {
		background:#666666;
		color:#ffffff;
		}*/

