/* CSS Document */



/* ############################### START THUMBS ############################### */

.loading_block {

display: block;

}

.loading_none {

display: none;

}

#thumbs_loading {

	height: 150px;

	margin: 0 auto;

	width: 276px;

}

#thumbs {

	height: 150px;

	margin: 0 auto;

	padding-top: 10px;

	width: 276px;

}

#thumbs p {

	color: #000000;

	font-size: 9px;

}

#thumbs ul {

	display: block;

	float: left;

	margin-left: 2px;

	padding-top: 2px;

	width: 270px;

}

#thumbs ul li {

	display: inline;

	float: left;

	height: 40px;

	margin: 2px 2px;

	width: 50px;

}

#thumbs a {

	text-decoration: none;

}

 /* ############################### END THUMBS ############################### */





 /* ############################### START LIGHTBOX ############################### */

#lightbox {

	left: 0;

	line-height: 0;

	position: absolute;

	text-align: center;

	width: 100%;

	z-index: 100;

}

#lightbox a img { 

	border: none;

}

#outerImageContainer {

	background-color: #eee;

	height: 250px;

	margin: 0 auto;

	position: relative;

	width: 250px;

}

#imageContainer {

	padding: 10px;

}

#loading {

	height: 25%;

	left: 0%;

	line-height: 0;

	position: absolute;

	text-align: center;

	top: 40%;

	width: 100%;

}

#hoverNav {

	height: 100%;

	left: 0;

	position: absolute;

	top: 0;

	width: 100%;

	z-index: 10;

}

#imageContainer>#hoverNav {

	left: 0;

}

#hoverNav a {

	margin-top:12px;

	outline: none;

}

#prevLink, #nextLink {

	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */

	display: block;

	height: 100%;

	width: 49%;

}

#prevLink {

	float: left;

	left: 0;	

}

#nextLink {

	float: right;

	right: 0;

}

#prevLink {

	background: url(../images/buttons/prevlabel.gif) left 100% no-repeat;

	float: left;

	left: 0;

}

#nextLink {

	float: right;

	background: url(../images/buttons/nextlabel.gif) right 100% no-repeat;

	right: 0;

}

#prevLink:hover, #prevLink:visited:hover {

	background: url(../images/buttons/prevlabel.gif) left bottom no-repeat;

}

#nextLink:hover, #nextLink:visited:hover {

	background: url(../images/buttons/nextlabel.gif) right bottom no-repeat;

}

#imageDataContainer {

	background-color: #eee;

	font: 10px Verdana, Helvetica, sans-serif;

	line-height: 1.4em;

	margin: 0 auto;

	overflow: auto;

	width: 100%	

}

#imageData {

	color: #666;

	padding:0 10px;

}

#imageData #imageDetails {

	float: left;

	text-align: left;

	width: 100%;

}

#imageDetails{

	float: left;

	text-align: left;

	width: 100%;

}

#imageData #caption {

	display: block;

	font-weight: normal;

	margin-bottom: 10px;

}

#imageData #numberDisplay {

	clear: left;

	display: block;

	font-weight: bold;

	padding-bottom: 1.0em;

}

/* #imageData #bottomNavClose {

	float: right;

	padding-bottom: 0.7em;

	width: 66px;

}*/

#overlay{

	background-color: #444;

	height: 500px;

	left: 0;

	position: absolute;

	top: 0;

	width: 100%;

	z-index: 90;

}

#closeWindow{

	position:absolute;

	right:5px;

	top:5px;

	z-index:10000;

}

 /* ############################### END LIGHTBOX ############################### */

