/* 
		Name: gallery.css
        Author:	Bob Meinhart (bob@eCommerce-Plus.com)
Description:	 Style Sheet for Gallery Page 1
      Created:	 09/16/2007
     Updated:	 09/16/2007
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #FDFD81;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#wrapper {
	height: 100%;
	width: 100%;
}
td.galleryNav {
	color: #FFFFFF;
	background-color: #61754D;
}
#imageThumbTable {
	cursor: pointer;
	background-image:  url(pgImages/gallery_background_1.gif);
	background-repeat: repeat;
	background-position: left top;
}
#zoomBackground {
	background-image:  url(pgImages/gallery_background_2.gif);
	background-repeat: repeat;
	background-position: left top;
}
#watermark {
	position: relative;
	top: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	width: 90%;
 	Filter: Alpha(Opacity=30);
	-moz-opacity:.40;
}
#galleryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
	background-color: #065406;
	color: #FFFFFF;
}
#btnPrev {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#btnPrev:hover {
	color: #00FF00;
}
 #btnNext {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
}
#btnNext:hover {
	color: #00FF00;
}
#btnClose {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#btnClose:hover {
	color: #FFFF00;
}
#zoomTable {
}
#zoomSpacer {
	background-image:  url(pgImages/gallery_background_2.gif);
	background-repeat: repeat;
	background-position: left top;
	width: 60px;
}
#zoomTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-image:  url(pgImages/gallery_background_2.gif);
	background-repeat: repeat;
	background-position: left top;
	text-align: center;
}
#zoomIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-image:  url(pgImages/gallery_background_2.gif);
	background-repeat: repeat;
	background-position: left top;
	text-align: right;
	width: 60px;
}
#trayBackground {
	background-image:  url(pgImages/gallery_background_1.gif);
	background-repeat: repeat;
	background-position: left top;
}
#sliderTable {
	height: 100%;
	width: 19px;
}

table.hiddenTable {
	display: none;
	visibility: hidden;
}
td.slideNumber {
	line-height: 0.6em;
	height: 8px;
}
table.indexTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	width: 300;
	height: 10px;
}
#traySizeLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#traySizeLink:hover {
	color: #FFFF00;
	text-decoration: underline;
}
