#nav li a.photo_gallery {
	background:url("/images/header/nav_bg.png") no-repeat -302px -76px;
}

#sidebar p {
	float:left;
	width:225px;
	margin:40px 20px 20px 20px;
	color:#f9d6a9;
}

#gallery li {
	display:inline;
	float:left;
	width:176px;
	height:176px;
	margin:10px;
	overflow:hidden;
}

#gallery li img {
	height:119px;
	width:168px;
	border:4px solid #ddd;
}

#gallery li p {
	margin: 0;
	font-size:0.9em;
	text-align:center;
}

/* DETAIL */

#sidebar p {
	float:left;
	width:225px;
	margin:20px 20px 20px 24px;
	color:#f9d6a9;
}

#photo li {
	float:left;
	width:500px;
	height:367px;
	border:4px solid #ddd;
	margin:10px 0 30px 40px;
	
}

#photo li img {
	width:500px;
	height:367px;
}

#sidebar ul {
	border-top:none;
	margin-top:0;
}

#sidebar ul li a {
	display:inline;
	border-bottom:none;
}

#sidebar ul li {
	float:left;
	width:94px;
	height:75px;
	margin:0 5px 10px 5px;
	border:4px solid #ddd;
	overflow:hidden;
}

#sidebar ul li img {
	width:95px;
	height:75px;
}

p.back_link {
	float:right;
	margin:0 !important;
}

p.enlarge_img {
	margin:5px 0 0 0 !important;
	font-size:11px;
	float:right;
}		

p.enlarge_img a {
	text-decoration:none;
}


