@charset "UTF-8";
/* CSS Document */
a:link {
	color : #9c6c38;
	text-decoration : none;
	border-width: 1px;
}
a:visited {
	color : #9c6c38;
	text-decoration : none;
	border-width: 1px;
}
a:hover {
	color : #754222;
	text-decoration : none;
	border-width: 1px;
}
a:active {
	color : #754222;
	text-decoration : none;
	border-width: 1px;
}
a img { 
	border: 0px solid;
}
a:hover img, a:active img, a:visited img{ 
	border: 0px solid ; 
}
body {
	font-family : "Times New Roman", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 12px;
	color : #754222;
	background-color: #000000;
	margin-top: 10px;
	padding: 0;
	line-height:15px;
	letter-spacing:0.3px;
}
div#all {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
div#header {
	width: 910px;
}
div#left {
	width: 237px;
	float:left;
}
div#content {
	width: 387px;
	height: 296px;
	background-image:url(../images/img_03.jpg);
	float: left;
}
div#nav {
	width: 102px;
	float: left;
}
div#right {
	width: 184px;
	float: left;
}
div#footer {
	width: 910px;
}
div#brushes {
	width: 180px;
	float: left;
	border: 1px solid #9c6c38;
	margin-bottom:6px;
	margin-right:5px;
	background-color: #e4bd7b;
	padding: 3px;
}
div#brushesleft {
	width: 70px;
	float: left;
}
div#brushesright {
	width: 110px;
	float: left;
	text-align:center;
}
div#paging {
	clear: both;
	width: 380px;
	text-align:center;
}
div#preview {
	width: 375px;
	float: left;
	border: 1px solid #9c6c38;
	margin-bottom:6px;
	margin-right:5px;
	background-color: #e4bd7b;
	padding: 3px;
	text-align:center;
}
div#counter {
	width: 50%;
	position:absolute;
	text-align:left;
	margin-bottom:0px;
	left: 4px;
	bottom:0px;
}

h1 {
	font-family : "Times New Roman", Verdana, Tahoma, Arial, Sans-Serif;
	font-size : 15px;
	color : #754222;
	font-weight:bold;
	margin-top:0px;
	margin-bottom: 0px;
}
.image {
	border:none;
}
.picture {
	margin: 2px;
}
input {
color: #754222;
background: #ffffff;
border: 1px solid #754222;
width: 255px;
font-family : "Times New Roman", Verdana, Tahoma, Arial, Sans-Serif;
font-size : 12px;
margin: 1px;
}
button {
color: #754222;
background: #ffffff;
border: 1px solid #754222;
width: 40px;
font-family : "Times New Roman", Verdana, Tahoma, Arial, Sans-Serif;
font-size : 12px;
margin:0px;
padding: 0px;
}
textarea {
margin-top:5px;
margin-bottom:2px;
color: #754222;
background: #ffffff;
border: 1px solid #754222;
width: 318px;
height: 70px;
font-family : "Times New Roman", Verdana, Tahoma, Arial, Sans-Serif;
font-size : 12px;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }