html {
	height:				100%;
	min-height: 		100%;
    overflow: 			auto;	
}

body {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	text-align: 		center; /* for IE */
	margin: 			0px;
	width: 				100%;
	height:				100%;
	min-height: 		100%;	
}

#container {
	margin: 			0 auto;   /* align for good browsers */
	text-align: 		left;   /* counter the body center */
    width: 				990px;
    /*background-color: 	#1EA0BE;*/
	min-height: 		100%;
	height:				100%;
}

#header {
	width: 990px;
	height: 70px;
	float: left;
	padding-top: 40px;
	padding-bottom: 5px;
	padding-left:10px;
	text-align:left;
	/*background-color: 	#1EA0BE;*/
}
#logo {
	width: 600px;
	float:left;
}

#directory {	
	width: 356px;
	height: 25px;
	float: left;
	/*margin-top: 14px;*/
	text-align: right;
	padding-top:45px;
	padding-right: 34px;
	vertical-align: bottom;
	
}

#directory select { 
	font-size: 13px;
	height: 25px;
	width: 265px;
}

#directory option { 
	font-size: 13px;
	height: 20px;
}

#content {
	width: 990px;
	height: 700px;
	padding-left:5px;
	float: left;
	background-color: white;
}

#preview {
	width: 695px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 4px;
	margin-bottom: 0px;
	padding:0px;
}

#preview img {
	opacity: 100;
	filter: alpha(opacity=100);
	margin: 0px;
	padding: 2px;
	border: 1px solid #6F6F6F;
}

#imga {
	position: relative;
	z-index:1;
	height: 0px;
	top: 0px;
	* top: -1px;
	left: 0px;
	padding:0px;
}

#imgb {
	position: relative;
	z-index:2;
	height: 0px;
	top: 0px;
	* top: -3px;
	left: 0px;
	padding:0px;
}

#options {
	width: 695px;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:0px;
	opacity: 0;
	filter: alpha(opacity=0);	
}

#options a { 
	text-decoration: none;
	color: #666666;
}

#options img {
	border: 0px;
}

#options h1 {
	font-family: Times, Times New Roman;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding-left:4px;
}

#thumbnails {
	width: 285px;
	max-height: 550px;
	overflow: horizontal;
	float: left;
	margin-top: 4px;
	text-align: left;
	padding-left: 5px;
	/*background-color: #1EA0BE;*/
}

#thumbnails img {
	width: 120px;
	/*height: 80px;*/
	padding: 2px;
	border: 1px solid #6F6F6F;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-right: 6px;
	background-color: white;
	opacity: 100;
	filter: alpha(opacity=100);*/
}
#thumbnails img:hover{
	border: 1px solid #1EA0BE;
	background-color: #1EA0BE;
	/*cursor: pointer;*/
	opacity: 1;
	filter:alpha(opacity=100);	
}

#preload {
	width: 960px;
	height: 0px;
	float: left;
	visibility: hidden;
	display:none;
}