/* main styles */
body {
	padding:0;
	margin:0;
background:#333;
color:#999;
font: normal normal normal 1em/1.5em Arial, sans-serif;
}
a, a:visited {
	color:#ccc;
	text-decoration:none;
}
a:hover, a:active {
	color:#300;
	text-decoration:none;
}

/* gallery intro pages */
#container {
	padding: 0;
}
#main {
	margin: 1em;
}

#header {
	color:#ccc;
}
#footer {
	border-top:1px solid #444;
    width:100%;
	margin: 2em auto 0 auto;
	padding-bottom:1em;
	font-size:80%;
	clear:both;
	position: relative;
	bottom:0px;
	line-height:1.2em;
	text-align:center;
	background-color:#333;
	color:#999;
}

.entry {
	height:600px;
	float:left;
	width:300px;
	padding:1em;
}
.entry .heading1 {
	margin-top:.2em;
	
}
.entry .heading2 {
	margin-top:.6em;
	
}
.galleryLeader {
	position:absolute;
	top:12em;
}
.galleryLeader img {
	border-top: 1px solid #262626;
	border-left: 1px solid #262626;
	border-right: 2px solid #262626;
	border-bottom: 2px solid #262626;
	
}
.newline {
	clear:both;
}


#images{
position: relative;
width:700px;
text-align:center;
margin-left:100px;

}

#images #current { 
float:left;
padding: 5px;
}

#images #current img{ 
	border-top: 1px solid #262626;
	border-left: 1px solid #262626;
	border-right: 2px solid #262626;
	border-bottom: 2px solid #262626;
}
#thumbs {
	clear:both;
	text-align:center;
	background-color:#666;
	position:relative;
}
#thumbs img {
	float:left;
	margin:.6em;
	border:0;
}
#thumbs a span{ /*CSS for enlarged image*/
position: absolute;
background-color: #222;
padding: 5px;
top:0;
left:  100px;
border: 1px solid gray;
visibility: hidden;
/*

color: black;
text-decoration: none; */
}
/*#thumbs a span {
	visibility:hidden;
	display: none;
} */
#thumbs a:hover span {
	visibility:visible;
	top:0;
	left: 100px;
	z-index:99;
}

.error {
	background-color:yellow;
}
.response {
	font-size:80%;
	color:#f96;
}