/*[fmt]2A90-1A0A-3*/
#category_container  {
	margin: 10px 0 0;
}
.category_image_box  {
	float: left;
	padding: 10px;
	background-color: #DEDEDD;
	margin: 0px 15px 20px 21px;
	border: 1px solid #D3D3D3;
	width: 132px;
}
.category_image  {
	text-align: center;
}
.category_image img  {
	border: 2px solid #B2B2B2;
}
.category_name  {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 0;
	color: #747474;
	/*[disabled]width:109px;*/
}
#breadcrum  {
	margin: 6px 0 4px 9px;
	height: 20px;
}
#breadcrum a  {
	text-decoration: underline;
	color: #6E859A;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
a#previous_button, a#next_button  {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	z-index: 1;
}
a#previous_button  {
	display: block;
	float: left;
	position: relative;
	left: 20px;
	background-image: url(/gallery/gallery-nav-back.png);
	border: 1px solid #E9EEF1;
	padding: 2px 7px 5px 10px;
}
a:hover#previous_button  {
	background-image: url(/gallery/gallery-nav-back-over.png);
}
a#next_button  {
	display: block;
	float: right;
	position: relative;
	right: 20px;
	background-image: url(/gallery/gallery-nav-back.png);
	border: 1px solid #E9EEF1;
	padding: 2px 21px 5px 29px;
}
a:hover#next_button  {
	background-image: url(/gallery/gallery-nav-back-over.png);
}
.gallery_image_holder  {
	clear: both;
	width: 615px;
	text-align: center;
}
.gallery_image_holder #photo_nav  {
	height: 29px;
}
.gallery_image_holder #img_box  {
	margin: 0;
	position: relative;
	top: -16px;
	z-index: 0;
}
.caption_text  {
	border: 1px solid #E9EEF1;
	background-image: url(/gallery/caption.png);
	border: 1px solid #E9EEF1;
	color: #D8D8D8;
	position: relative;
	bottom: 31px;
	padding: 4px 10px 6px;
	text-align: center;
	margin: 0 22px;
}
#gallery_title  {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-top: -11px;
	/*[disabled]float:left;*/
}
#scroll_outer  {
	width: 266px;
	height: 285px;
	overflow: auto;
}
#scroll_inner  {
	width: 247px;
}
#thumb_list  {
	padding: 0;
	position: relative;
	left: 0px;
	bottom: 0px;
	margin: 30px 0 0;
	width: 210px;
	/*[disabled]overflow:auto;*/
	/*[disabled]height:251px;*/
}
#thumb_list ul  {
	margin: 0;
	padding: 0;
}
#thumb_list ul li  {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0 1px -1px 0;
}
#thumb_list ul li img  {
	width: 76px;
	height: 56px;
	border: 2px solid transparent;
}
#thumb_list ul .active img  {
	border: 1px solid #83AE67;
}

