#sashadow
{
        position:fixed !important;
        top:0;
        left:0;
        right:0;
        bottom:0;
        opacity: 0.7;
        background-color:#333;
        width:100%;
        height:100%;
}
#imagelayer
{
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background-color: #fff;
}
#imagelayer.noborder {
	border:0;
}
#imagelayerClose
{
	height: 30px;
	text-align: right;
	padding-right: 3px;
	width:100%;
	box-sizing: border-box;
}
#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);*/
}
#imagelayer.noborder #imagelayerLeft, #imagelayer.noborder #imagelayerRight {
	display:none;
}
#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;
}
#imagelayer.noborder .imagelayerLeftOverHover, #imagelayer.noborder .imagelayerRightOverHover {
	background-image: none !important;
}
#imagelayerBottom
{
	height:60px;
	padding: 0 30px 0 30px;
	font-size: 12px;
	line-height: 20px;
	overflow:auto;
	text-align: left;
	width:100%;
	box-sizing: border-box;
}
#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;
}
.imageCursor
{
	cursor: url(/javascript/themes/whiteflat/fotos/scaleup.svg), url(/javascript/themes/whiteflat/fotos/scaleup.png), url(/javascript/themes/whiteflat/fotos/scaleup.cur), -webkit-zoom-in;
}
.imageCursorHyperlink
{
	cursor: url(/javascript/themes/whiteflat/fotos/getlink.png), url(/javascript/themes/whiteflat/fotos/getlink.cur), pointer;
}