/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 680px;	 
	height:36px;	
}

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

#thumbs a {
    text-decoration: none;    	
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:18px;	
}



/* single item */
#thumbs div {
	float:left;
	width:680px;
}

/* style when mouse is over the item */
#thumbs div.hover {
}

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

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	/*color:#fff;	*/
}

#thumbs h3 em {
	font-style:normal;
	color:yellow;
}

/*-------------------------------------------------------*/

/*css for right bar*/
div.scrollableRightBar {  
	position:relative;
	overflow:hidden;
	width: 304px;	 
	height: 270px;	
}

div.scrollableRightBar div.rightBarScrItem {  
    margin-bottom:5px;
}


#thumbsRightBar {	
	position:relative;
	height:600px;	
}

#thumbsRightBar div {
	cursor:pointer;
}

#thumbsRightBar div.hoverRightBar {
}

a.nextItemRightBar, a.prevItemRightBar {
	margin-top: 2px;
	position: absolute;
	top: 515px;
	margin-left: 128px;	
}

.cloned {    display:none; } 


/*--------------------------------------------*/
div.promoScrollable {
	position:relative;
	overflow:hidden;
	width: 656px;	 
	height: 270px;	
}

#promoThumbs {
    position: absolute;
	height:650px;	
}    

a.nextItemPromoComp {
	margin-top: 18px;
	margin-left: 318px;;	
}
