<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#overlay{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: #000;
	display:none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
	opacity:0.9;
	z-index:9999;
}
#thumbContainter{
	/* position:fixed;
	top:0px;
	left:0px;
	bottom:0px;
	margin:0; */
	float:left;
	margin:0 40px 0 40px;
	width:175px;
	padding:0 10px;
	background:transparent url(../../images/magic_stand/bg.png) repeat top left;
	border-right:1px solid #f0f0f0;
	-moz-box-shadow:-2px 0px 10px #000 inset;
	-webkit-box-shadow:-2px 0px 10px #000 inset;
	box-shadow:-2px 0px 10px #000 inset;
}
#thumbScroller{
	position:relative;
	height:570px;
	overflow:hidden;
	left:-180px;
}
#thumbScroller .container{
	position:relative;
	top:0;
	float:left;
}
#thumbScroller .content{
	clear:both;
	float:left;
}
#thumbScroller .content div{
	padding:2px;
	height:100%;
	float:left;
}
#thumbScroller .content a{
	outline:none;
}
#thumbScroller img{
	border:5px solid #000;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
}

.pg_content{
	position:relative;
	float:left;
	margin-left:-250px;
	z-index:10001;
}

img.pg_thumb,
img#pg_large,
.pg_title h2,
.pg_content .pg_description div
{
	position:absolute;
}
.pg_content .pg_description div{
	display:none;
}
.pg_title h2{
	display:none;
	left:250px;
	top:-30px;
	background:transparent url(../../images/magic_stand/bg.png) repeat top left;
	width:340px;
	padding:10px 20px;
	color:#fff;
	font-weight:bold;
}

.pg_title .pg_h2{
	display:block;
	top:0;
}

img.pg_thumb{
	display:none;
}

img.pg_thumb.pg_img{
	display:block;
	z-index:10000;
}

img#pg_large{
	z-index:10000;
}
img.pg_thumb,
img#pg_large{
	top:50px;
	left:250px;
	padding:10px;
	background:transparent url(../../images/magic_stand/bg.png) repeat top left;
	cursor:pointer;
}
.pg_description h3{
	color:#000;
	/* background:transparent url(../../images/magic_stand/bg2.png) repeat top left; */
	padding:5px;
	letter-spacing:3px;
}
.pg_description p{
	width:360px;
	padding:10px;
	overflow:hidden;
	text-shadow:0px 0px 1px #fff;
	background-color:#FFFBDE;
	border-top:1px dashed #333;
	border-bottom:1px dashed #333;
	/* background:transparent url(../../images/magic_stand/bg.png) repeat top left; */
	color:#333;
}
#pg_desc1 div{
	top:410px;
	left:205px;
}

#pg_desc1 .pg_h3{
	display:block;
	left:250px;
}

#pg_desc2 div{
	top:501px;
	left:295px;
}

#pg_desc2 .pg_h3{
	display:block;
	left:250px;
}</pre></body></html>