.photo_gallery{
	width: 100%;
	margin: 0px 0px 10px 0px;
}
.photo_gallery .search{
	width: 547px;
	background: #F36621;
	margin: 0px 0px 8px 0px;
	height: 32px
}
.photo_gallery .search .content{
	margin: 6px;
}
.photo_gallery .search .label{
	font: 700 8pt/20px Tahoma;
	color: #FFFFFF;
}
.photo_gallery .search div{
	float: left;
	margin-right: 8px;
}
.photo_gallery .search .select{
	border-width: 1px solid #434343;
	border-style: solid;
	height: 18px;
	font: 100 8pt/14px Tahoma;
	color: #000000;
}
.photo_gallery .search .button{
	font: 100 8pt Tahoma;
	color: #FFFFFF;
	background: #185186;
}
.photo_gallery .content_outer{
	clear: both;
}
.photo_gallery .item{
	float: left;
	padding: 10px 0px 0px 20px;
}
.photo_gallery .item_first{
	clear: both;
}
.photo_gallery .item .content{
	width: 110px;
	height: 120px;
	overflow: hidden;
}
.photo_gallery .item img{
	border: none;
	width: 110px;
	height: 82px;
	margin-bottom: 10px;
}
.photo_gallery .item .title{
	height: 28px;
	width: 110px;
	overflow: hidden;
	text-align: center;
}
.photo_gallery .item .title a{
	font: 100 8pt/14px Tahoma;
	color: #000000;
}
/*///////////////////////////////////////////////////////////////////*/
#photo_gallery_detail{
	width: 547px;
}
#photo_gallery_detail .other_link{
	text-align: right;
	margin: 10px 0px 20px 0px
}
#photo_gallery_detail .other_link a{
	color: #000000;
	font: 700 8pt Tahoma;
}
#photo_gallery_detail .part_1{
	clear: both;
	width: 547px;
	margin: 0px;
}
#photo_gallery_detail .part_1 .image{
	float: left;
	width: 371px;
	overflow: hidden;
}
#photo_gallery_detail .part_1 .detail{
	float: left;
	width: 175px;
	height: 269px;
	overflow: hidden;
}
#photo_gallery_detail .part_1 img{
	width: 360px;
	height: 269px;
	border: 1px solid #cccccc;
}
#photo_gallery_detail .sep{
	border-top: 1px solid #F36621;
}	
#photo_gallery_detail .content{
	font: 100 12px/18px Arial;
	margin-bottom: 0px;
}
#photo_gallery_detail .part_1 .title{
	font: 700 13px/18px Tahoma;
	margin: 10px 0px 10px 0px;
}
#photo_gallery_detail .part_1 #image_counter{
	width: 40px;
	text-align: center;
}
#photo_gallery_detail .part_2{
	clear: both;
	width: 541px;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
}
#photo_gallery_detail .part_2 ul{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#photo_gallery_detail .part_2 ul li{
	float: left;
	width: 90px;
	height: 66px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}
#photo_gallery_detail .part_2 ul li img{
	width: 75px;
	height: 56px;
	cursor: pointer;
	padding: 0px;
	margin: 3px;
	border: 1px solid #888888;
}

#photo_gallery_detail .part_2 ul li img.selected{
	padding: 1px;
	margin: 0px;
	border: 3px solid #F36621;
}
#navigation{
	clear: both;
	color: #F36621;
}
#navigation a{
	font: 100 12px/25px Arial;
}
#navigation li{
	float: left;
	font: 100 12px/25px Arial;
	color: #F36621;
}
#navigation .prev a{
	color: #F36621;
	font: 700 12px/25px Arial;
}
#navigation .next a{
	color: #F36621;
	font: 700 12px/25px Arial;
}
#navigation li#image_counter{
	margin: 0 0.75em 0 0.5em;
}

