@charset "utf-8";
/* CSS Document */

#ETC_Page_Body_Content_Article_Zoom
{
	display: none;	

	position: absolute;

	width: 360px;
	height: 360px;
	
	overflow: hidden;
	
	border: 1px solid #CCC;
	background-color: #FFF;
	
	z-index: 99999;
}

#ETC_Page_Body_Content_Article_ZoomPrev
{
	height: 90px;
	width: 90px;
	
	background-color: #FFF;
	
	position: absolute;
	cursor: crosshair;	
	display: none;
	
	opacity: 0.5;
	-moz-opacity: 0.5;
	
	z-index: 99;
}

#ETC_Page_Body_Content_Article_ZoomSlide
{
	cursor: crosshair;
	z-index:99999;
	position: absolute;
	width: 380px;
	height: 380px;
}

#ETC_Page_Body_Content_Article_ZoomImg
{
}

#ShowPic
{
	cursor: crosshair;	
}