.div-popup
	{
	position:fixed;
	top:100px;
	left:100px;
	min-width:200px;
	min-height:200px;
	background:white;
	display:none;
	z-index:99;
	top:50%;
	left:50%;
	}
.pup-c
	{
	position:absolute;
	width:40px;
	height:40px;
	}
.pup-lt
	{
	top:-8px;
	left:-9px;
	background:url(/images/s00.png) 0 0 no-repeat;
	}
.pup-rt
	{
	top:-8px;
	right:-13px;
	background:url(/images/s01.png) 0 0 no-repeat;
	}
.pup-lb
	{
	bottom:-14px;
	left:-9px;
	background:url(/images/s10.png) 0 0 no-repeat;
	}
.pup-rb
	{
	bottom:-14px;
	right:-13px;
	background:url(/images/s11.png) 0 0 no-repeat;
	}
.pup-top
	{
	position:absolute;
	top:-8px;
	left:31px;
	right:27px;
	height:8px;
	background:url(/images/st.png) 0 0 repeat-x;
	}
.pup-right
	{
	position:absolute;
	right:-13px;
	width:13px;
	top:32px;
	bottom:26px;
	background:url(/images/sr.png) 0 0 repeat-y;
	}
.pup-bottom
	{
	position:absolute;
	bottom:-14px;
	left:31px;
	right:27px;
	height:14px;
	background:url(/images/sb.png) 0 0 repeat-x;
	}
.pup-left
	{
	position:absolute;
	left:-9px;
	width:9px;
	top:32px;
	bottom:26px;
	background:url(/images/sl.png) 0 0 repeat-y;
	}
.pup-controls
	{
	position:absolute;
	top:0px;
	right:0px;
	overflow:hidden;
	}
.pup-controls li
	{
	float:left;
	list-style:none;
	}
.pup-control
	{
	width:116px;
	height:94px;
	background:url(/images/controls.png) 0 0 no-repeat;
	overflow:hidden;
	position:absolute;
	}
.pup-expl
	{
	top:1000px;
	position:absolute;
	display:block;
	}
.pup-li
	{
	overflow:hidden;
	height:47px;
	position:relative;
	}
.c-prev
	{
	width:44px;
	}
.c-close
	{
	width:29px;
	}
.c-close .pup-control
	{
	left:-44px;
	}
.c-next
	{
	width:43px;
	}
.c-next .pup-control
	{
	left:-73px;
	}
.pup-li a:hover .pup-control
	{
	top:-47px;
	}
.div_fade
	{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:white;
	opacity: 0.7;
	filter:alpha(opacity=70);
	z-index:98;
	display:none;
	}
