@import url(gallery_required.css);
div#photo_gallery li{
	list-style-type: none;
}
div#photo_gallery{
	position: relative;
}
div#images{
	width: 540px;
	height: 300px;
	margin-left: 20px;
}
ul#image_list{
	visibility: hidden;
}

div#image_background{
	width: 654px;
	height: 502px;
	background: url('../_images/media/media_bg.gif');
	position: relative;
}
div#photo_gallery a#go_previous, div#photo_gallery a#go_next{
	display: block;
	width: 75px;
	height: 24px;
	font-weight: bold;
	color: #000;
	padding-top: 14px;
	text-decoration: none;
	cursor: pointer;
}
div#photo_gallery a#go_previous{
	background: url('/_images/icons/arrow_left_tall_purple.png') no-repeat 175px 50%;
	padding-left: 191px;
	float: left;
}
div#photo_gallery a#go_next{
	background: url('/_images/icons/arrow_right_tall_purple.png') no-repeat right 50%;
	padding-right: 15px;
	text-align: right;
	float: left;
}

div#thumb_block a#thumb_move_left,div#thumb_block a#thumb_move_right{
	width: 10px;
	height: 28px;
	position: absolute;
	top: 14px;	
	text-indent: -9999px;
	display: block;
}
div#thumb_block{
	position: relative;
	margin-top: 38px;
	border-bottom: 1px solid #B2B2B2;
}
div#thumb_block a#thumb_move_left{
	background: url('/_images/icons/arrow_left_tall_purple.png') no-repeat left top;
	left: 14px;
}
div#thumb_block a#thumb_move_right{
	background: url('/_images/icons/arrow_right_tall_purple.png') no-repeat left top;
	right: 20px;
}
div#thumb_block div#thumb_slide{
	height: 75px;
	width: 505px;
	margin-left: 32px;
}
div#thumb_block ul#thumbs li{
	float: left;
	padding: 0 6px;
	height: 75px;
	width: 90px;

}
div#thumb_block ul#thumbs li img{
	margin: 1px;
}
div#thumb_block ul#thumbs li.selected span.thumbnail_title{
	color: #770395;
}
div#thumb_block ul#thumbs li.selected img{
	margin: 0;
	border: 1px solid #000;
}
div#thumb_block span.thumbnail_title{
	font-size: 0.93em;
	width: 100%;
	text-align: center;
	margin-top: 6px;
	display: none;
}


div#info_block{
	width: 654px;
	min-height: 100px;
	background: url('../_images/media/media_caption_bg.gif') repeat-y left top;
	padding-bottom: 1px;
	position: relative;
}
div#info_block ul.drop_tab{
	float: right;
}

div#info_block div#gallery_info{
	clear: both;
	margin: 10px;
	padding-bottom: 14px;
	border-bottom: 1px dotted #000;
}
div#info_block div#gallery_info span#show_info{
	display: block;
	font-size: 1.1em;
}
div#info_block div#gallery_info span#show_info span.show_type{
	font-weight: bold;
	color: #FD771E;
	margin-right: 7px;
	
}
div#info_block div#gallery_info span#gallery_title{
	font-size: 1.8em;
	font-weight: bold;
	margin-right: 5px;
}
div#info_block div#gallery_info span#counter{
	color: #7A7A7A;
	font-size: 1.3em;
	font-weight: bold;
}
div#info_block div#gallery_info div#caption{
	margin: 7px 0;
	position: relative;
	width: 100%;
}
div#info_block div#gallery_info span#copyright_info{
	font-weight: bold;
	font-size: .9em;
	float: left;
	display: none;
}
div#info_block div#gallery_info span#gallery_create_date{
	font-weight: bold;
	font-size: .9em;
	float: right;
}
div#comment_block{
	background: url('../_images/media/media_comment_bg.gif') repeat-y left top;
	width: 639px;
	height: 25px;
	padding: 7px;
	*padding-bottom: 4px;
	*position: relative;
}
div#comment_block button{
	float: right;
	margin-bottom: 30px;
	*margin-bottom: 28px;
	*width: 145px;
}
* html div#comment_block button{
	margin-bottom: 0px;
}
div#comment_block span#comment_info{
	float: left;
	color: #FD771E;
	font-weight: bold;
	margin-top: 5px;
	
}
div#comment_block span#comment_info span#comment_counter{
	color: #FFFFFF;
	margin-left: 5px;
}
div#photo_gallery h4{
	color:#542969;
	display:inline-block;
	font-size:1.5em;
	font-weight:bold;
	padding:2px 16px;
	text-decoration:none;
	margin: 12px 0px 12px 20px;
}
div#caption{
	margin: 45px 20px 15px;
	width: 530px;
}