/* premium ads css */
/* root element for the whole scrollable setup */
#premium-ads-msg{
	margin:0 0 10px 0;
	color:#999999;
	font-size:24px;
}

div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 910px;	 
	height:160px;	
}

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

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

/* single item */
#thumbs div {
	float:left;
	width:120px;
	height:160px;
	color:#333333;
	cursor:pointer;
	margin-right:10px;
}

#thumbs h3{
	margin:10px 20px 10px 5px;		
	font-size:12px;
	color:#0066CC;	
}

#thumbs p, #thumbs span {
	margin:13px;		
	font-size:13px;
	color:#333333;	
}

div.scrollable-sub {  
	position:relative;
	overflow:hidden;
	width: 910px;	 
	height:160px;	
}

#post-an-ads{
	position: relative;
	margin-left: 850px;
	float:right;
}

