/* CSS Document */

@import 'jquery.lightbox.css';

.photo {
	border-bottom:1px solid #C6C6C2;
	margin-bottom:15px;
	padding-bottom:15px;
}

.photo .image_wrapper {
	float:left;
	height:150px;
	overflow:hidden;
	width:200px;
}

.photo .image {}

.photo .image img {
	width:200px;
}

.photo .details {
	float:left;
	margin-left:30px;
	width:200px;
}

.photo .title {}

.photo .title h4 {
	margin-bottom:0;
}

.photo .title h4 a {
	color:#CC0033 !important;
	text-decoration:none;
}

.photo .title h4 a:hover {
	text-decoration:underline;
}

.photo .info {
	background:none;
	border:0 none;
	display:block;
	float:none;
	margin:0;
	padding:0;
	width:auto;
}

.photo .info p {
	margin-bottom:10px;
}

.backlink {
	margin:-20px 0 0 350px;
	position:absolute;
}

.backlink a {
	color:#CC0033 !important;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
}

.backlink a:hover {
	text-decoration:underline;
}

h2.gallery_title,
h3.gallery_title {
	margin-bottom:20px;
}

.photo_list {}

.photo_list .image_wrapper {
	float:left;
	height:120px;
	margin:0 10px 15px;
	overflow:hidden;
	width:200px;
}

.photo_list .image {}

.photo_list .image img {
	width:200px;
}

#photo {}

#photo .image {
	margin-bottom:10px;
}

#photo .image a {
	display:block;	
}

#photo .image img {
	width:480px;
}

#photo .title {}

#photo .title h3 {
	margin-bottom:5px;
}

#photo .desc p {}

#photo .fullview {}

#photo .nav {}

#photo .nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0 2px;
	text-decoration:none;
	text-transform:uppercase;
}

#photo .nav a:hover {
	text-decoration:underline;
}

#photo .nav .prev {}

#photo .nav .home {}

#photo .nav .next {}