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

.fullscreen-button {
	position: absolute;
	bottom: -10px;
	right: -10px;
	background-image: url( '../_images/fullscreen_button.png' );
	background-repeat: no-repeat;
	width: 79px;
	height: 24px;
	cursor: pointer;
}

#fullscreen-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000000;
}


#thumbs-container {
	margin-bottom: 30px;
}

#imageThumbs .thumb-button {
	float: left;
	background-color: #f0f0f0;
	border: 1px solid #aaaaaa;
	margin: 4px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#imageThumbs .thumb-active {
	border: 3px solid #db0005;
	margin: 2px;
}


.thumb-drop-marker {
	float: left;
	background-image: url( '../_images/thumb_drop_marker.png' );
	background-repeat: no-repeat;
	width: 10px;
	height: 60px;
	display: none;
}




/* -- CURRENT IMAGE -------------------------------- */
#currentImage {
}

#currentImage .control {
	position: relative;
}

#currentImage .control .imageNav {
	position: absolute;
	width: 930px;
	height: 500px;
}
#currentImage .control .imageNav .image-nav-button {
	position: absolute;
	width: 100px;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#currentImage .control .imageNav .newer {
	left: 0px;
}
#currentImage .control .imageNav .older {
	right: 0px;
}
#currentImage .control .content {
	position: absolute;
	width: 930px;
	text-align: center;
}

#imageTitle .title {
	font-size: 22px; 
	font-weight: bold;
	font-style: italic;
}
#imageTitle .date {
	font-size:13px; 
	color:#666666;	
	margin-bottom: 10px;
}

#imageMedium {
}
#imageMedium .image-container img {
	max-width: 700px;
}





#currentImage .control .footer {
	width: 724px;
	border-bottom: 2px solid #dbdbdb;
}




