/** Tyco Picture Gallery Style Sheet **/

div#gallery_box {
	width:100%;
	clear: both;
	float: left;
}

div#gallery_thumbs {
	width:232px;
	height:479px;
	float:left;
	margin-right:10px;
}

table.gallery_table {
	height:464px;
	float: left;
	border-collapse: collapse;
	table-layout:fixed;
	text-align:center;
}

table.gallery_table * {
	vertical-align: middle;
	text-align:center;
}

table.gallery_table td {
	width: 96px;
	height: 96px;
	white-space:no-wrap;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}

a.next, a.prev {
	color: #FFFFFF;
	font-size:9pt;
	font-family:Arial;
	text-decoration:none;
	height:15px;
	line-height:15px;
}

a.next:hover, a.prev:hover {
	text-decoration:none;
}

a.next {
	float: right;
}

a.prev {
	float: left;
}

div#gallery_main {
	width: 456px;
	height: 276px;
	float: left;
}

div#gallery_preview {
	width: 450px;
	height: 270px;
	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: left;
	text-align:center;
}

div#gallery_preview img {
	margin:0px;
	border:0px;
}

a.full_size {
	background-image: url(images/full_size_eng.gif);
	background-repeat: no-repeat;
	width: 102px;
	height: 14px;
	position: relative;
	top: -1px;
	float: right;
}

div.preview_title {
	float:left;
	font-size:9pt;
	color:#666666;
	font-family:Arial;
	width:340px;
	text-align:left;
	direction:ltr;
	margin-top:5px;
}


img.bordered{
	padding: 2px;
	border: 1px solid #e3e3e3;
	background-color:#FFFFFF;
	float: none;
	margin:0;
}

a.clean {
	float: right;
	width:100%;
	height:90px;
}

span.image_title {
	float:left;
	clear:both;
	padding-bottom:10px;
	width:100%;
	color: #ee5b25;
	font-weight:bold;
	font-size:11pt;
}

/*********** 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: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 26px; height:26px;float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	}
