/* CSS Document */

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

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

.photo .image {}

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

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

.photo .title {}

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

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

.backlink {
	float:right;
}

.backlink a {
	font-size:11px;
	text-transform:uppercase;
}

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

h2.gallery_title,
h3.gallery_title {
	border-bottom:1px solid #CCCCCC;
	margin-bottom:10px;
}

.photo_list {}

.photo_list .image_wrapper {
	float:left;
	height:102px;
	margin:0 8px 15px;
	overflow:hidden;
	width:170px;
}

.photo_list .image {}

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

.photo_list .paging {
	border-top:1px solid #CCCCCC;
	margin-top:10px;
}

.photo_list .paging .prev {
	text-align:left;
	width:230px;
}

.photo_list .paging .next {
	text-align:right;
	width:230px;
}

.photo_list .paging .info {
	text-align:center;
	width:99px;
}

.photo_list .paging a {
	font-size:11px;
}

.photo_list .paging a:hover {}

#photo {}

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

#photo .image a {
	display:block;	
}

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

#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 {}