/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 129px;	 
	width: 232px;
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

.items a {	
	color:#ffffff;
	font-weight:bold;
}

/* single scrollable item */
.item {
	font-size:12px;
	height:32px;
	width:234px;
	background-image: url(../images/knopka_channel_yellow.png);
	background-repeat: no-repeat;
}

/* elements inside single item */
.item img {
	float:left;
	margin-right:20px;
	height:100px;
	width:240px;
}

.item h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action buttons above the scrollable */
#actions {
	width:234px;
	height:32px;
	background-image: url(../images/knopka_channel_red.png);
	background-repeat: no-repeat;
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.next {
	float:right;
}	

.scroller {	
	width:252px;
	float:left;
	padding-top:34px;
	background-image: url(../images/knopka_channel_red.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.prevd {
	font-size:12px;
	height:31px;
	width:232px;
	background-image: url(../images/knopka_channel_vverh.png);
	background-repeat: no-repeat;
}

.nextd {
	font-size:12px;
	height:31px;
	width:232px;
	background-image: url(../images/knopka_channel_vniz.png);
	background-repeat: no-repeat;
}
