
/* define background image for the expose mask */
#mask {
	background:#123 url(/blogs/common/images/tools/mask_gradient_1800.png) no-repeat;
	background-position:50% -200px;
}

/* general settings for both scrollables */
div.items {	
	width:20000em;	
	position:absolute;
	clear:both;
}

/* next/prev buttons */
div.navi {
	background-image:url(/blogs/common/images/tools/hori_large.png);
	width:30px;
	height:30px;
	float:left;
	margin-top:55px;
}

div.navi:hover  		{ background-position:-30px 0; }
div.navi:active  		{ background-position:-60px 0; }
div.nextPage 			{ background-position: 0 -30px; clear:right; }
div.nextPage:hover 	{ background-position:-30px -30px; }
div.nextPage:active 	{ background-position:-60px -30px; } 


div.navi.disabled {
	visibility:hidden;		
}


/* the thumbnail scrollable */
#thumbnails {
	position:relative;
	overflow:hidden;	 	
	float:left;	
	width: 480px;	
	height:140px;
	background:#222 url(/blogs/common/images/tools/h150.png) repeat-x;
	margin:15px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
}

#thumbnails div.items div {
	padding:5px;
	float:left;		
}

#thumbnails img {
	border:0px;
	padding:0px;
}

/* box styling */
#box {
	/* growing background image */
	background-image:url(/blogs/common/images/tools/black.png);
	
	/* dimensions after the growing animation finishes  */
	width:700px;
	height:600px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:15px;
}
#box img {
	border:0px;
	padding:0px;
}


/* 
	image is contained on the overlay background image. 
	the closing button is thus just a transparent container. 
*/
#box div.close {
	background-image:url(/blogs/common/images/tools/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* overlay scrollable */
#images {	
	position:absolute;
	overflow:hidden;
	margin:20px 50px 0 50px;;
	width:600px;
	height:600px;	
}

/* single image */
#images div.items div {
	float:left;
	width:600px;
	height:600px;
	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:510px;
}

#images div.items div.infoPort2 {
	width:228px;
}
.infoPort {
	height:120px !important;
	width:268px !important;
}

#images div.items div.info h3 {
	color:#cde;
	margin-top:10px;
}
	

/* override button style on the overlay */
#box div.navi {
	position:absolute;
top:300px;
	left:35px;
}

#box div.nextPage {
	left:665px;
}

