/** Tyco Picture Gallery Style Sheet **/

div#gallery_box {
	margin:20px 0px;
	width:708px;
	clear: both;
	float: right;
}

div#gallery_box div#gallery_thumbs {
	width:144px;
	height:auto;
	float:right;
	margin-left:3px;
}

div#gallery_box table.gallery_table {
	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: 4px;
}

div#gallery_box a.next, div#gallery_box a.prev {
	color: #ffffff;
	font:bold 9pt Arial;
	text-decoration:none;
	line-height:17px;
	margin-top:5px;
	position:relative;
	width:50px;
	height:20px;
	background:url(http://www.mano.co.il/cruises/images/smallBlueButton.gif) no-repeat top;
	text-align:center;
}

div#gallery_box a.next:hover, div#gallery_box a.prev:hover {
	text-decoration:none;
	background:url(http://www.mano.co.il/cruises/images/smallBlueButton.gif) no-repeat bottom;
}

div#gallery_box a.next {
	float: left;
	margin-left:5px;
}

div#gallery_box a.prev {
	float: right;
	margin-right:5px;
}

div#gallery_box div#gallery_main {
	width: 560px;
	height: 421px;
	float: right;
}

div#gallery_box div#gallery_preview {
	width: 556px;
	height: 417px;
	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 a.full_size {
	background-image: url(../images/full_size_heb.gif);
	background-repeat: no-repeat;
	width: 102px;
	height: 14px;
	position: relative;
	top: -1px;
	float: left;
}

div#gallery_box div.preview_title {
	color:#004E87;
	direction:rtl;
	float:right;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	margin-top:11px;
	width:455px;
}


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: 100000;
	text-align: center;
	line-height: 0;
	top:200px !important;
	margin-top:200px;
	}

#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: 100000;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#lightboxImage {border:1px solid #CCCCCC;}

#prevLink, #nextLink{
	width: 40%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}


#prevLink { right: 0; float: right;}
#nextLink { left: 0; float: left;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/prev.gif) left 15% no-repeat; }

div#gallery_box div#gallery_main {
	width: 560px;
	height: 315px;
	float: left;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: right; text-align:right; direction:rtl;}
#imageData #caption{ font-weight: bold;	font-size:10pt;}
#imageData #numberDisplay{ display: block; clear: right; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 16px; float: left;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90000;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

