.gallery_category {
	background:#f7f7f7;
	padding:10px 10px 0 10px;
	width:735px;
	float:left;
	margin:0 0 15px 0;
}

.gallery_category h2 {
	color:#666;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	line-height:20px;
	font-size:20px;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

.gallery_category hr {
	width:725px;
	display:block;
	clear:both;
	margin:0 0 10px 0;
	border:none;
	border-top:1px solid #ccc;
}

.gallery_category .album {
	float:left;
	width:350px;
	padding:0 10px 0 0;
	margin:0 0 10px 0;
}

.gallery_category .albumRight {
	/*border-left:1px solid #ccc;*/
	padding:0 0 0 10px;
}

.gallery_category .album .image,
#album .image {
	width:80px;
	height:80px;
	float:left;
	margin:0 10px 0 0;
}

.gallery_category .album .image:hover,
#album .image:hover {
	border:3px solid #e47d18;
	width:74px;
	height:74px;
}

.gallery_category .album .date {
	display:block;
	float:left;
	width:260px;
	color:#666;
	font-size:10px;
	line-height:14px;
}

.gallery_category .album p {
	float:left;
	width:260px;
}

#album .infos {
	padding:5px;
	background:#f5f5f5;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#album .date {
	display:block;
	padding:0 0 10px 0;
}

#album #photos {
	padding:10px 0 10px 10px;
	margin:5px 0 0 0;
	float:left;
}

#album #photos a.image {
	margin:0 13px 13px 0;
}

#photo .photoBig {
	text-align:center;
}

#photo .photoBig img {
	border:2px solid #fff;
}

#photo .photo_navigation {
	float:left;
	margin:15px 0 15px 125px;
}

#photo .photo_navigation .image {
	width:60px;
	height:60px;
	float:left;
	margin:10px 10px 0 0;
}

#photo .photo_navigation .image img {
	width:60px;
	height:60px;
}

#photo .photo_navigation .image:hover {
	border:3px solid #e47d18;
	width:54px;
	height:54px;
}


#photo .photo_navigation .imageCurrent {
	border:3px solid #e47d18;
	width:74px;
	height:74px;
	margin:0 10px 0 0;
}

#photo .photo_navigation .imageCurrent img {
	width:80px;
	height:80px;
	margin:-3px 0 0 -3px;
}

#photo .photo_navigation .imageCurrent:hover {
	width:74px;
	height:74px;
}

#photo .infos .caption {
	text-align:center;
	margin:10px 0 0 0;
}

