/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	width: 412px;	 
	height:168px;
	margin:0px;
}

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

}

/* custom positioning for navigational links */
a.prev, a.next {
	margin: 13px 5px;	
}



/* single item */
#thumbs div {
	float:left;
	width:105px;
	height:110px;
	margin:12px 0 0 0;
}

#thumbs h3, #thumbs p, #thumbs span {
	margin:13px;		
	font-family:"bitstream vera sans";
	font-size:13px;
	color:#fff;	
}

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

.frame {
	background:url(http://www.mercyseatchurch.org/images/frame.png) top left no-repeat;
	margin:0px;
	padding:12px 0 0 12px;
	text-align:left;
	vertical-align:middle;
	z-index:5;
	position:relative;
	float:left;
	}
	
.thumbnail {
	padding:12px 0 0 12px;
	margin:0px;
	position:absolute;
	z-index:2;
	float:left;
	}
	
.scroll-thumbs {
	float:left;
	margin:0px;
	padding:0px;
	}
	

