/** Tyco Picture Gallery Style Sheet **/

div#gallery_box {
	width:100%;
	clear: both;
	float: right;
}

div#gallery_box div#gallery_thumbs {
	width:72px;
	height:375px;
	float:right;
	margin-left:3px;
}

div#gallery_box table.gallery_table {
	height:360px;
	float: right;
	border-collapse: collapse;
	table-layout:fixed;
	text-align:center;
}

div#gallery_box table.gallery_table * {
	vertical-align: middle;
	text-align:center;
}

div#gallery_box table.gallery_table td {
	width: 66px;
	height: 66px;
	white-space:no-wrap;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 6px;
}

div#gallery_box a.next, div#gallery_box a.prev {
	color: #666666;
	font-size:9pt;
	font-family:Arial;
	text-decoration:none;
	height:15px;
	line-height:15px;
}

div#gallery_box a.next:hover, div#gallery_box a.prev:hover {
	text-decoration:none;
}

div#gallery_box a.next {
	float: left;
}

div#gallery_box a.prev {
	float: right;
}

div#gallery_box div#gallery_main {
	width: 455px;
	height: 370px;
	float: right;
}

div#gallery_box div#gallery_preview {
	width: 450px;
	height: 364px;
	padding: 2px;
	border: 1px solid #e3e3e3;
	background-image:url(images/loading.gif);
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	overflow: hidden;
	display: inline;
	float: right;
	text-align:center;
}

div#gallery_box div#gallery_preview img {
	margin:0px;
	border:0px;
}

div#gallery_box div.preview_title {
	float:right;
	font-size:9pt;
	font-weight:bold;
	color:#666666;
	font-family:Arial;
	width:360px;
	text-align:right;
	direction:rtl;
}


div#gallery_box img.bordered{
	padding: 2px;
	border: 1px solid #e3e3e3;
	background-color:#FFFFFF;
	float: none;
}

div#gallery_box a.clean {
	float: left;
	width:100%;
}


/*********** Light Box ++ CSS ***************/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10pt Arial;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666;  overflow:hidden; }
#imageData #imageDetails{ width: 70%; float: right; text-align: right; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 26px; height:26px;float: left;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	}
