
/* define background image for the expose mask */
#mask {
	background:#123 url(../images/mask_gradient_1800.png) no-repeat;
	background-position:50% -200px;
}

.scrollableContainer {
	margin:10px 0px 20px 0px;
	text-align:left;
}


/* general settings for both scrollables */
div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

/* next/prev buttons */
div.navi {
text-align:left;
	background: url(../images/scroll-buttons.png) no-repeat;
	display:block;
	width:43px;
	height:178px;
	float:left;
	margin:0px;
	cursor:pointer;
	font-size:1px;
}

div.navi  				{ background-position: 0px 0px; margin-left: 0px;}
div.navi:hover  		{ background-position:-43px 0px; }
div.navi:active  		{ background-position:-86px 0px; }

div.nextPage 			{ background-position: 0px -178px; clear:right; margin-right: 0px;}
div.nextPage:hover 		{ background-position:-43px -178px; }
div.nextPage:active 	{ background-position:-86px -178px; } 


div.navi.disabled {
	/* visibility:hidden; */
	background: url(../images/scroll-buttons-disabled.png) no-repeat;
}

div.navi.disabled  				{ background-position: 0px 0px; margin-left: 0px;}
div.navi.disabled:hover  		{ background-position:-43px 0px; }
div.navi.disabled:active  		{ background-position:-86px 0px; }

div.nextPage.disabled 			{ background-position: 0px -178px; clear:right; margin-right: 0px;}
div.nextPage.disabled:hover 		{ background-position:-43px -178px; }
div.nextPage.disabled:active 	{ background-position:-86px -178px; } 


/* the thumbnail scrollable */
#thumbnails {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 910px;
	height:178px;
	padding:0px;
	margin:0px;
	float:left;

	/* custom decorations */
	background:url(../images/bg_scroll.jpg) repeat-x;
	text-align:left;
}

#thumbnails div.items div {
	float:left;
	margin:27px 16px 20px 17px;
	padding:2px;
	cursor:pointer;
	width:190px;
	height:178px;
	text-align:left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#thumbnails div.items div span {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#2f2718;
	line-height:40px;
}

/* box styling */
#box {
	background-image:url(../images/black.png);
	width:656px;
	height:524px;
	position:absolute;
	display:none;
	text-align:left;
}

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
#box div.close {
	background:none;
	position:absolute;
	left:8px;
	top:8px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:60px 50px 50px 50px;
	width:557px;
	height:400px;	
}

/* single image */
#images div.items div {
	float:left;
	width:557px;
	height:400px;
	margin:0px;
}

/* the tooltip */
#images div.items div.info {
	float:none;
	background:#333;
	color:#fff;
	font-size:13px;
	padding:5px 75px;
	height:50px;
	display:none;
	width:450px;
	margin-top:70px;
}

#images div.items div.info h3 {
	color:#cde;
	margin-top:10px;
}
	

/* override button style on the overlay */
#box div.navi {
	position:absolute;
	bottom:33px;
	left:50px;
}

#box div.nextPage {
	left:580px;
}

