.next, .prev{
	cursor:pointer;
}

#screen{
	position:relative;
	height:450px;
	width:725px;
	margin-left:-60px;
	padding-left:60px;
}
#screen .next, #screen .prev{
	position:absolute;
	top:200px;
}
#screen .prev{
	left:10px;
}
#screen .next{
	right:10px;
}
	
#sections{
	overflow:hidden;
	width:604px;
	height:450px;
	clear:left;
}
	
#sections ul{
	width:3660px;
	list-style-type:none;
}

#sections li{
	float:left;
}

.sektor{  /*border:solid 1px #000;*/  width:600px; margin-right:2px; margin-left:2px; padding-left:2px;}
#sections{ /*border:solid 1px red;*/ }
#screen{ /*border:solid 1px green;*/ }


