#sashadow
{
        position:absolute;
        top:0;
        left:0;
        -moz-opacity:0.7;
        opacity: 0.7;
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
        background-color:#333;
        width:100%;
        height:100%;
}
#imagelayer
{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background-color: #fff;
}
#imagelayerClose
{
	height: 30px;
	text-align: right;
	padding-right: 3px;
}
#imagelayerClose span
{
	line-height: 30px;
	padding-right: 35px;
	background-image: url(close.gif);
	background-position: right;
	background-repeat: no-repeat;
	display:block;
	cursor: pointer;
	font-weight: bold;
}
#imagelayerMiddle
{
	background-image: url(loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#imagelayerLeft, #imagelayerRight
{
	float:left;
	width: 30px;
	/*cursor: pointer;*/
	background-repeat: no-repeat;
	background-position: center;
}
#imagelayerLeft
{
	/*background-image: url(prev.gif);*/
}
#imagelayerRight
{
	/*background-image: url(next.gif);*/
}
#imagelayerContent, #imagelayerLeftOver, #imagelayerRightOver
{
	float: left;
	display:block;
	background-repeat: no-repeat;
	cursor: pointer;
	text-decoration: none;
}
#imagelayerContent
{
	background-position: center;
	background-repeat: no-repeat;
}
#imagelayerLeftOver
{
	background-image: none;
}
.imagelayerLeftOverHover
{
	background-position: left center;
	background-image: url(pref_over.png) !important;
}
#imagelayerRightOver
{
	background-image: none;
}
.imagelayerRightOverHover
{
	background-position: right center;
	background-image: url(next_over.png) !important;
}
#imagelayerBottom
{
	height:60px;
	padding: 0 30px 0 30px;
	font-size: 12px;
	line-height: 20px;
	overflow:auto;
	text-align: left;
}
#imagelayerClose span, #imagelayerBottom
{
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.imagelayerInact, .imagelayerInact:hover
{
	cursor:default !important;
	background-image: none !important;
}
#imagelayerHider
{
	display:none;
}