/* define background image for the expose mask */
div.items {
	position:absolute;
	clear:both;
}

/* next/prev buttons */


/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 150px;	
	height:600px;
	margin-top: 5px;
	margin-bottom: 5px;

}

#thumbnails div.items div {
	padding:5px;
}


/* box styling */

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/

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

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

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

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



/* -------------------------------------------------------------------------------------- */





/* define background image for the expose mask */
div.items_2 {
	position:absolute;
	clear:both;
}

/* next/prev buttons */


/* the thumbnail scrollable */
#thumbnails_2 {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 150px;	
	height:555px;
	margin-top: 5px;
	margin-bottom: 5px;

}

#thumbnails_2 div.items_2 div {
	padding:5px;
}


/* box styling */

/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/

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

/* single image */
#images_2 div.items_2 div {
	float:left;
	width:557px;
	height:400px;
	margin-right:30px;
}

/* the tooltip */
#images_2 div.items_2 div.info {
	float:none;
	background:#333;
	color:#fff;
	font-size:13px;
	margin-top:-137px;
	padding:5px 75px;
	height:125px;
	display:none;
	width:490px;
}

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


