/*styles for news, articles and products on main page*/
/*ex-scrollable-navig.css*/
div.scrollable {
	float:left;		
}
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(images/up.png) no-repeat;
	float:left;
	cursor:pointer;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:-18px 0px;		
}
a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background-image:url(images/down.png);
	clear:right;	
}
/*ex-scrollable-vertical.css*/
div.scrollable {  
	position:relative;
	overflow:hidden;	
	height: 304px;	 
	width: 260px;	
	padding:0px 10px;
}

div.scrollable div.items {	
	position:absolute;
	height:20000em;	
}

div.scrollable div.items div {
	text-align:left;
	width:270px;
	padding: 0;	
	-moz-border-radius:5px;
	margin-bottom:0;
}

div.scrollable div.items div.active {
	border:1px inset #ccc;		
	background-color:#fff;
}