@charset "UTF-8";
/* CSS Document */

/* Popup Background */

#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	/* border:solid 3px #2E3561; */
	background-color:#000000;
	z-index:199;
	}

/* Popup main content */

#popupContact {
	display:none;
	position:fixed;
	_position:absolute;
	border:5px solid #151930;
	margin: 0;
	padding: 0;
	font-size:13px;
	background-color:#57748D;
	z-index:200; 
	}
	
#popupContactClose { 
	right:-18px;
	top:-18px;
	position:absolute;
	display:block;
	cursor:pointer;
	}  

#popupContact h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px; 
	font-weight:normal;
	text-align:left;  
	color:#151930;  
 	border-bottom:1px solid #151930;  
	padding-bottom:2px;  
	margin-bottom:5px;
	}

#button {
	cursor: pointer;
	}

.gallery {
	float: left;
	width: 200px;
	height: 300px;
	margin-right: 27px;
	text-align: left;
	}
	
.gallery img {
	width: 200px;
	border: 1px solid #151930;
	}
	
.gallery h2 {
	margin-top: 3px;
	}


/* Large Image */ 

#large_image {
	width: 500px;
	height:400px;
	padding:20px;
	margin: 0 auto;
	}
	
#large_image img {
	border: 1px solid #151930;
	}
	
/* Thumbnail Area */

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	width: 600px;
	/* height: 0px; */
	height: 85px; 
	/* Add scroll-bars */
	overflow: auto;
	background-color: #57748D;
	padding: 10px;
	}
	
ul.sc_menu {
	display: block;
	/* Max width here, for users without Javascript */
	width: 3000px;
	/* Remove default margin */
	margin: 0;
	padding: 0;
 	list-style: none;
	}
	
.sc_menu li {
	display: block;
	float: left;
	margin-right: 10px;
	padding:0;
	}
	
.sc_menu img {
	height: 66px;
	}
	
.sc_menu a {
	border:none;
	display: block;
	text-decoration: none;
}

.sc_menu span {
	/* We want a caption to display on the next line */
	display: none;
	margin-top: 3px;
	text-align: center;
	font-size: 8px;
	}

.sc_menu img {
	border: solid 2px #57748D;
	}

.sc_menu a:hover span {
	display: block;
	}

.sc_menu a:hover img {
	/*filter:alpha(opacity=50);
	opacity: 0.5;*/
	border: solid 2px #151930;
}

