@charset "utf-8";

#div_transbkgd {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	z-index: 1500;
}

#div_showimg {
	display: none;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 100%;
	text-align: center; /* for IE */
	z-index: 1510;
}
#div_showimg table {
	background-color: #000000;
}
#div_showimg #td_showimg_info {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	vertical-align: middle;
}
#div_showimg #td_showimg_img {
	vertical-align: top;
}
#div_showimg #div_imgcontainer { /*need this so IE7 will show inner div's correctly*/
	position: relative;
	width: 100%;
	height:100%
}
#div_showimg #div_imgleft, #div_showimg #div_imgright, #div_showimg #div_imgmiddle {
	position: absolute;
	top: 0px;
	height: 100%;
	z-index: 1520;
	/*need next 4 lines so IE7 displays correctly*/
	background-color: #000;
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}
#div_showimg #div_imgleft {
	left: 0px;
	width: 30%;
	cursor: url(../images/arrowLeft.ico), auto;
}
#div_showimg #div_imgright {
	right: 0px;
	width: 30%;
	cursor: url(../images/arrowRight.ico), auto;
}
#div_showimg #div_imgmiddle {
	left: 30%;
	width: 40%;
	cursor: url(../images/gal_pause.ico), auto;
}

#div_showimg_loader {
	display: none;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 100%;
	z-index: 1510;
}
#div_showimg_loader table {
	width: 300px;
	height: 300px;
	border: #009900 solid 1px;
	background-color: #000000;
}
div#div_showimg_loader #td_img_loader {
	vertical-align: middle;
}

#img_showimg {
	border: #33FF33 solid 2px;
}

#div_showimg_TB {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 100px;
	height: 24px;
	padding: 2px;
	z-index: 1550;
}

div#div_front {
	display: block;
	margin: auto;
	margin-top: 10px;
	clear: both;
	width: 90%;
}

table#tab_front {
	border-spacing: 10px;
	border-collapse: separate;
}
table#tab_front td {
	text-align: center;
	vertical-align: middle;
}
table#tab_front td img {
	padding: 2px;
	border: 2px solid #FF6;
}

table#tab_galcontainer {
	margin-top: 10px;
	display: none;
	clear: both;
	width: 100%;
}

div#div_gallery {
	clear: both;
	display: block;
	z-index: 20;
	min-height: 330px;
}

div#currentMenuItem {
	height: 20px;
	width: 100%;
	margin-top: 15px;
}

div#div_thmbprev {
	visibility: hidden;
}
div#div_thmbnext {
	visibility: hidden;
}

div#div_tab_gallery {
	overflow-y: auto;
	overflow-x: auto;
}

table#tab_gallery {
	border-spacing: 3px;
	border-collapse: separate;
	font-size: 12px;
	font-weight: normal;
	overflow-x: scroll;
}
table#tab_gallery td {
	padding: 2px;
	border: #3F3 solid 1px;
	background-color: #008080;
	width: 101px;
	max-width: 101px;
	height: 101px; /*101 instead of 100 else jumps a bit because of drawing border??*/
}
table#tab_gallery td.td_img {
	vertical-align: middle;
}
table#tab_gallery td.td_dims {
	border: none;
	color: #CCC;
	vertical-align: top;
	height: 28px;
}