/* root element for the whole scrollable setup */
img	{
	border: 0;
	}
div.scrollholder {
	float: left;
	display: inline;
	position: relative;
	width: 920px;	 
	height: 260px;
	padding: 0 5px;
	clear: both;
	background-image: url(../images/shell/bg-scroller.gif);
	background-repeat: no-repeat;
}		
div.scrollable {
	position: relative;
	float: left;
	z-index: 100;
	overflow: hidden;
	width: 920px;	 
	height: 260px;
	clear: both;
}
/* position and dimensions of the navigator */
div.navi {
	position: absolute;
	right: 10px;
	bottom: 20px;
	height: 15px;
	clear: both;
	overflow:hidden;
	z-index: 999;
}
/* items inside navigator */
div.navi a {
	width: 12px;
	height: 14px;
	float: left;
	margin: 3px;
	background-image: url(../images/shell/navigator-ovals.gif);
	background-repeat: no-repeat;
	background-position: 0 0;     
	cursor: pointer;	
}
/* mouseover state */
div.navi a:hover, div.navi:hover {
	background-position:0 -12px!important;      
}
/* active state (current page state) */
div.navi a.active {
	background-position:0 -24px;     
} 

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:20px;
	height:20px;
	background:url(../images/shell/left.gif) no-repeat;
	position: absolute;
	z-index: 1000;
	background-position: 0 0;
	cursor:pointer;
	text-decoration: none!important;
}
a.prev, a.prevPage	{
	top: 222px;
	left: 10px;
	}
a.next,	 a.nextPage	{
	top: 222px;
	left: 33px;
	}
/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position: 0 -20px!important;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/shell/right.gif);
	width: 20px;
	height: 20px;
	clear:right;	
	text-decoration: none!important;
}
/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	z-index: 1;
}
/* custome callouts for div inside */
#thumbs div {
	float:left;
	display: inline;
	position: relative;
	width: 890px;
	padding: 15px;
	height: 230px;
	/* cursor:pointer; */
}
#thumbs h1 {
	margin: 0;		
	font-size: 27px;
	line-height: 18px;
	margin: 0;
	color:#4d2341;
	letter-spacing: 1px;
	font-size: 50px;
	font-family: 'CgPhenixAmericanRegular','arial narrow';
	color: #760055;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff, 1px 2px 3px #333;	
}
#thumbs h2 {
	margin: 0 0 10px 0;		
	font-size: 33px!important;
	font-weight: 400;
	letter-spacing: 1px;
	color: #4d2341;
	font-family: 'arial narrow';
	letter-spacing: 1px;
	font-size: 50px;
	font-family: 'CgPhenixAmericanRegular','arial narrow';
	color: #760055;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff, 1px 2px 3px #333;
}
#thumbs .scroller-info {
	position: absolute;
	top: 0;
	left: 0;
	width: 560px;
	height: 210px;
	overflow: hidden;
	margin: 0;		
	font-size: 13px;
	line-height: 15px;	
}

#thumbs .before.alt, #thumbs .after.alt	{
	color: #333;
	}
#thumbs .before	{
	top: 25px;
	left: 25px;
	}
#thumbs .after	{
	top: 25px;
	right: 25px;
	}