#image_viewer_mask
{
	background-color:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:115;
	display:none;
}
#image_viewer_parent
{
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-295px;
	width:590px;
	z-index:120;
	overflow:visible;
	text-align:center;
	display:none;
}
#image_viewer_parent #image_viewer_btn_area
{
	height:50px;
	overflow:hidden;
	
	margin:0px auto;
	width:590px;
	position:relative;
	z-index:2;
}
#image_viewer_btn_area .btn_inner_area,
#image_viewer_btn_area .frame_left,
#image_viewer_btn_area .frame_right
{
	float:right;
	display:inline-block;
	width:13px;
	overflow:hidden;
	height:50px;
	background-position:top;
}
#image_viewer_btn_area .frame_left
{
	background-image:url('images/frame_left.png')
}
#image_viewer_btn_area .frame_right
{
	background-image:url('images/frame_right.png')
}
#image_viewer_btn_area .btn_inner_area
{
	overflow:hidden;
	background-color:#F8F8F8;
}
#image_viewer_btn_area .btn_inner_area a.btn_close
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:27px;
	width:27px;
	background-image:url('images/btn_close.png');
	margin:12px;
}
#image_viewer_parent #image_viewer_btn_area a.btn_close_hover,
#image_viewer_parent #image_viewer_btn_area a.btn_close:hover
{
	background-image:url('images/btn_close_press.png');
}
#image_viewer_btn_area .btn_inner_area a.btn_left,
#image_viewer_btn_area .btn_inner_area a.btn_right
{
	display:inline-block;
	overflow:hidden;
	float:left;
	height:18px;
	width:18px;
	background-image:url('images/btn_left.png');
	margin-top:20px;
	margin-left:10px;
}
#image_viewer_btn_area .btn_inner_area a.btn_right
{
	background-image:url('images/btn_right.png');
}
#image_viewer_parent #image_viewer_btn_area a.btn_left_hover,
#image_viewer_parent #image_viewer_btn_area a.btn_left:hover
{
	background-image:url('images/btn_left_press.png');
}
#image_viewer_parent #image_viewer_btn_area a.btn_right_hover,
#image_viewer_parent #image_viewer_btn_area a.btn_right:hover
{
	background-image:url('images/btn_right_press.png');
}
#image_viewer_btn_area .btn_inner_area .str_index
{
	display:inline-block;
	overflow:hidden;
	float:left;
	height:20px;
	line-height:20px;
	margin-top:20px;
	margin-left:20px;
	font-size:12pt;
	color:black;
}

#image_viewer_btn_enlarge_area
{
	overflow:visible;
	height:0px;
}
#image_viewer_btn_enlarge_area .btn_inner_area
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:27px;
	width:27px;
	position:relative;
	top:-50px;
	right:22px;
	z-index:5;
}
#image_viewer_btn_enlarge_area .btn_inner_area a.btn_enlarge
{
	display:inline-block;
	overflow:hidden;
	float:right;
	height:27px;
	width:27px;
	background-image:url('images/btn enlarge.png');
	
}
#image_viewer_parent #image_viewer_btn_enlarge_area a.btn_enlarge_hover,
#image_viewer_parent #image_viewer_btn_enlarge_area a.btn_enlarge:hover
{
	background-image:url('images/btn enlarge2.png');
}

#image_viewer_box,
#image_viewer_box_hover
{
	margin:0px auto;
	margin:0px;
	width:570px;
	overflow:hidden;
	
	border:0px solid white;
}
#image_viewer_box .img,
#image_viewer_box .frame_left,
#image_viewer_box .frame_right
{
	float:right;
	display:inline-block;
	width:13px;
	overflow:hidden;
}
#image_viewer_box .img
{
	background-color:white;
}
#image_viewer_box .img iframe
{
	width:600px;
	height:400px;
	overflow:hidden;
	border:0;
}
#image_viewer_box .frame_left
{
	background-image:url('images/frame_left.png')
}
#image_viewer_box .frame_right
{
	background-image:url('images/frame_right.png')
}

#image_viewer_frame_top
{
	overflow:hidden;
	height:13px;
}
#image_viewer_frame_bottom
{
	overflow:hidden;
	height:13px;
}
#image_viewer_frame_top span,
#image_viewer_frame_bottom span
{
	display:inline-block;
	float:right;
	height:13px;
	width:13px;
	background-position:top center;
}
#image_viewer_frame_bottom span{background-position:bottom center;}
#image_viewer_frame_top span.left {background-image:url('images/frame_topleft.png');}
#image_viewer_frame_top span.middle {background-image:url('images/frame_topmiddle.png');}
#image_viewer_frame_top span.right {background-image:url('images/frame_topright.png');}
#image_viewer_frame_bottom span.left {background-image:url('images/frame_bottomleft.png');}
#image_viewer_frame_bottom span.middle {background-image:url('images/frame_bottommiddle.png');}
#image_viewer_frame_bottom span.right {background-image:url('images/frame_bottomright.png');}

#image_viewer_box_hover
{
	position:relative;
	background-color:transparent;
	z-index:1;
	display:none;
}
#image_viewer_box_hover #image_viewer_arrow_left,
#image_viewer_box_hover #image_viewer_arrow_right
{
	height:100%;
	width:30px;
	opacity:0;
	text-align:center;
	font-size:32px;
	color:black;
	float:right;
	display:inline-block;
	background-color:white;
}
#image_viewer_box_hover #image_viewer_arrow_left {float:left;}
#image_viewer_box_hover #image_viewer_arrow_left:hover,
#image_viewer_box_hover #image_viewer_arrow_right:hover
{
	opacity:1;
	
}

#image_viewer_parent #image_viewer_title_area
{
	height:50px;
	line-height:50px;
	color:white;
	font-size:20pt;
}
