
/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/generic/left.png) no-repeat;
	float:left;
	margin:13px 10px;
	cursor:pointer;
}

a.prev{
margin-left:240px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../images/generic/right.png);
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:180px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/generic/navigator.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	


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

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

#singlethumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
	
}

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

/* single item */
#singlethumbs div {
	float:left;
	width:283px;
	color:#fff;
	cursor:pointer;
}



#singlethumbs div.holders
{
	background:#1d547d  url(../images/generic/headerGrad2.jpg) repeat-x bottom;
	height:360px;
	border:1px solid black;	

}

#singlethumbs .scrollImage
{
	height:190px;
	width:141px;
	margin-left:75px;
	margin-top:20px;
}


#singlethumbs span {
		
	font-size:13px;
	color:#fff;	
}
#singlethumbs .containerText
{
	font-size:1.0em;
	width:280px;
	display:block;
	text-align:center;
	padding-top:20px;
	text-align:center;
}
#singlethumbs .containerHeader
{
	font-weight:600;
	font-size:1.3em;
	width:280px;
	display:block;	
	padding-top:15px;
	text-align:center;	
}
#singlethumbs .containerYear
{
	padding-top:35px;
	font-size:1.3em;
	width:280px;
	display:block;
	text-align:center;
}

#thumbs div {
	float:left;
	width:283px;
	color:#fff;
	cursor:pointer;
}

#thumbs div.holders
{
	background:#000080  url(../images/generic/headerGrad2.jpg) repeat-x ;
	height:180px;
	border:1px solid black;	

}
#thumbs div.divideBox
{
	color:black;
	height:20px;
	background-color:white;
	font-weight:600;
	font-size:1.2em;
	text-align:center;
	border-left:1px solid black;

}
#thumbs .scrollImage
{
	height:158px;
	width:117px;
}
#thumbs .floatContainers
{
	float:left;
	margin:10px;
	height:180px;
}
#thumbs .containerHeader
{
	font-weight:600;
	font-size:1.3em;
	width:120px;
	display:block;	
	padding-top:55px;
}
#thumbs span {
		
	font-size:13px;
	color:#fff;	
}
#thumbs .containerText
{
	font-size:1.0em;
	width:120px;
	display:block;
}

