div.digit {
	border: #000 solid 1px;
	margin: 0 2px;
	padding: 5px;
	background-color: #fff;
	display: none;
	position: fixed;
	width: 15px;
	text-align: center;
	z-index: 30;
}
div.close {
	width: 25px;
	height: 25px;
	top: 50%;
	position: fixed;
	z-index: 10;
	display: none;
	border: none;
	background-image:url(/media/images/icons/close.png);
	background-repeat:no-repeat;
}
div.slides {
	display: none;
	z-index: 101;
	position: absolute;
	width: 796px;
	height: 596px;
	margin: 2px 0 0 2px;
}
img.slides_img {
	width: 100%;
	height: 100%;
}
div#slide_img {
	position: relative;
    height: 310px;
    width: 470px;
    border: 1px solid #000;
}
div#slide_left {
	position:absolute;
	width: 50%;
	height: 100%;
	background-image: url(/media/images/render/normal/curator.jpg);
	background-size: 470px auto;
	z-index: 100;
	border-right: 1px solid #000;
}
div#slide_img img {
	position:absolute;
	width: 100%;
	height: 100%;
}
div#slide_right {
	position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/media/images/render/normal/monitor.jpg);
    background-size: 470px auto;
    z-index: 98;
}
