div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 675px; 
	height: 125px;
	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:655px;
		height:125px;
		overflow:hidden;
		float:left;
		padding:0px;		
		}
	div.scroller div.content {
		width: 670px;
		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: 390px; 
	height: 190px;
	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:380px;
		height:190px;
		overflow:hidden;
		float:left;
		text-align:justify;
		padding:1px 5px 15px 1px;		
		border:0px solid #ff0000;
		}
	
	 div.section2 {
	 margin-right:10px;
	 cursor: pointer;
	 }
	 	
		
	div.scroller2 div.content2 {
		width: 10000px;
		border:0px solid #ff0000;
		}

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

		

