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

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

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



/* single item */
#thumbs div {
	float:left;
	width:722px;
	color:#444;
	cursor:pointer;

}

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

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

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

#thumbs div {
	font-style:normal;
}

div.slideshow_outer img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

