@charset "utf-8";
html, body, #galleryTable {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
   
body { 
margin-left:0px; 
margin-top:10px;
}

.MnText {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
}

.WhiteText {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
}
.newsTxt {
	font-family: Tahoma;
	font-size: 13px;
	color: #222222;
}
.footText {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.smallGreen {
	font-family: Tahoma;
	font-size: 10px;
	color: #003E17;
}


A.mainLink:link {color:#333333; font-family: Tahoma; font-size: 13px; text-decoration: none; font-weight: bold} 
A.mainLink:visited {color: #333333; font-family: Tahoma; font-size: 13px; text-decoration: none; font-weight: bold} 
A.mainLink:hover {color:#c40a2b; font-family: Tahoma; font-size: 13px; text-decoration: none; font-weight: bold} 
A.mainLink:active {color:#333333; font-family: Tahoma; font-size: 13px; text-decoration: none; font-weight: bold}


A.picLink:link {color:#ffffff; font-family: Tahoma; font-size: 14px; text-decoration: none; font-weight: bold} 
A.picLink:visited {color: #ffffff; font-family: Tahoma; font-size: 14px; text-decoration: none; font-weight: bold} 
A.picLink:hover {color:#990000; font-family: Tahoma; font-size: 14px; text-decoration: none; font-weight: bold} 
A.picLink:active {color:#ffffff; font-family: Tahoma; font-size: 14px; text-decoration: none; font-weight: bold}



DIV#gallPic {
	position         : absolute;
	top              : 0px;
	left            : 0px;
	background-color: #000000;	
	width: 100%;
	height: 100%;
	z-index: 7;
	visibility: hidden;

   }
DIV#gallUnder {
	position         : absolute;
	top              : 0px;
	left            : 0px;
	width: 100%;
	height: 100%;
	z-index: 6;
	background-color: #000000;	
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	visibility: hidden;

   }

DIV#frontPic {
	position         : absolute;
	top              : 115px;
	left            : 0px;
	width: 100%;
	height: 100%;
	z-index: 11;
	visibility: hidden;

   }
   
   DIV#frontPic2 {
	position         : absolute;
	top              : 115px;
	left            : 0px;

	width: 100%;
	height: 100%;
	z-index: 11;
	visibility: hidden;

   }
   
      DIV#galleryDD {
	position         : absolute;
	top              : 115px;
	left            : 50%;
	margin-left: 20px;
	width: 150px;
	height: 100px;
	z-index: 15;
	visibility: hidden;	

   }
   
DIV#frontUnder {
	position         : absolute;
	top              : 115px;
	left            : 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000000;	
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	visibility: hidden;

   }


   DIV#stockLoad {
	position         : absolute;
	top              : 120px;
	left            : 50%;
	margin-left  :  -150px;
	width: 400px;
	height: 30px;
	z-index: 234;
	visibility: hidden;
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	font-weight: 700;
   }
   
   
TABLE#galleryTable{
height:100%;
vertical-align: middle;
}
