div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 235px; 
	height: 258px;
	overflow: hidden;
	border:none;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:235px;
		height:258px;
		overflow:hidden;
		float:left;
		}
	div.scroller div.content {
		width: 10000px;
		}
		
#my-glider {width:350px;height:344px;float:right;background-image:url(/images/slider.jpg);position:relative;}
#my-glider .obal {padding:36px 0px 0px 69px;}
#my-glider .obal .fotka {width:235px;height:206px;background-color:#10aa99;}
#my-glider .obal .popis {text-align:center;width:235px;}
#my-glider .obal .popis h2 {color:#333333;font-weight:normal;font-size:16px;margin:5px 0px 2px 0px;}
#my-glider .obal .popis a {color:#666666;}
#my-glider .obal .popis a:hover {color:#ff6600;}

.sipkaLeva a {position:absolute;top:247px;left:25px;background-image:url(/images/background-sipka-leva.gif);background-position:top;}
.sipkaLeva a:hover {background-position:bottom;}
.sipkaPrava a {position:absolute;top:236px;left:314px;background-image:url(/images/background-sipka-prava.gif);background-position:top;}
.sipkaPrava a:hover {background-position:bottom;}

