div.scrollable {
	float:left;	
	margin-top:4px;
	position:relative;
	width:310px;
	height:160px;
	overflow:hidden;
}

a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
}
a.disabled {
	visibility:hidden !important;
}
a.next, a.nextPage {
	clear:right;
}

/*
 root element for scrollable items. It is
 absolutely positioned with large width.
*/
#thumbs {
	 position:absolute;
	 width:20000em;
	 clear:both;
}


/* single item */
#thumbs div {
	float:left;
	width:310px;
	height:200px;
	background:#d1e6ff none repeat scroll 0 0;
	color:#000000;
	/*border-left:2px solid #FFFFFF; */
	cursor:pointer;
	*zoom:1;
}

/* style when mouse is over the item */
#thumbs div.hover {
	/* background-color:#FFFFFF; */
}

/* style when element is active (clicked) */
#thumbs div.active {
	/* background-color:#FFFFFF; */
	cursor:default;
}


/*--links-prev-next--*/
a.next, a.nextPage {
	position:absolute;
	right:-5px;
	top:-20px;
	z-index:900;
	cursor:pointer !important;
	color:#6697c9; 
	text-decoration:none;
	padding:0 18px 0 4px;
	background:url(../../images/icon-next.png) right 50% no-repeat;
}

a.next:hover, a.nextPage:hover {
	color:#333; 
	text-decoration:none;
}

a.prev, a.prevPage {
	position:absolute;
	right:90px;
	top:-20px;
	z-index:900;
	cursor:pointer !important;
	color:#6697c9; 
	text-decoration:none;
	padding:0 10px 0 18px; 
	background:url(../../images/icon-prev.png) left 50% no-repeat; border-right:1px solid #6697c9;
}

a.prev:hover, a.prevPage:hover {
	color:#333; 
	text-decoration:none;
}

/*----------------------SMT-added-->>---------------------*/

.scroll-nav {
	position:relative;
}


