/* needed for IE to make :active state work first time */

a, a:visited {
	color:#000;
} 

/* common styling for all galleries */

a.gallery, a.gallery:visited {
	display:block;
	display:inline-block;
	color:#3f3f3f;
	text-decoration:none;
	border:1px solid #6cc9ca;
	width:45px;
	height:45px;
	float:left;
	margin:4px;
	z-index:50;
}



a.gallery em, a.gallery span {
	display:none;
}

a.gallery:hover {
	border:1px solid #fff;
}

/* styling for LEFT gallery */

#container_left {
	position:relative;
	width:750px;
	height:435px;
	background:#abe0e1;
	border:0px solid #a49188;
	margin:10px auto;
}

#container_left img {
	border:0;
}

#container_left .thumbs {
	width:220px;
	position:absolute;
	left:0;
	top:0;
}


#container_left a.gallery:active, #container_left a.gallery:focus {
	border:1px solid #000;
}

#container_left a.gallery:active em, #container_left a.gallery:focus em {
	display:block;
	position:absolute;
	width:420px;
	height:420px;
	top:5px;
	left:270px;
	padding:5px;
	color:#000;
	border:0px solid #3d330f;
	z-index:50;
}

#container_left h1 {
	clear:both;
	margin:0;
	padding-top:20px;
	padding-left:300px;
	width:300px;
	text-align:center;
	font-family: georgia, "times new roman", serif; font-size:3em;
	font-weight:normal;
	color:#ebebeb;
}

#container_left h1 em {
	font-size:0.6em;
	color:#000;
}

#container_left h1 {
	clear:both;
	margin:0;
	padding-top:20px;
	padding-left:300px;
	width:300px;
	text-align:center;
	font-family: georgia, "times new roman", serif; font-size:3em;
	font-weight:normal;
	color:#ebebeb;
}

.watermark{
	float:left;
	margin-left: 270px;
	margin-top: 5px;
	padding:5px;
	border:1px solid #3d330f;
}

/* horizontal navigation styles */
#back_nav {
	background-color: #6cc9ca;
	border-bottom: 0px solid #000000;
	border-top: 0px solid #000000;
	padding:0px 0px 2px 0px;
}

#back_nav ul li {
	display: inline;
	font-size: 80%;
	padding: 0px;
	margin: 0px;
}

#back_nav ul li a {
	color: #ebebeb;
	background-color: #6cc9ca;
	text-decoration: none;
	padding: 2px 15px 1px 15px;
	text-align: center;
	width: 9em;
}

#back_nav ul li a:hover, #nav ul li a:focus {
	color: #ffffff;
	background-color: #6cc9ca;
	border-bottom: 0px solid #ffffff;
}