﻿.modalPopupClass
{
}

.pnlPopup
{
    background-image:url("/img/popup.png");
    width:880px;
    height:480px;
    padding:20px;
    padding-top:40px;
    overflow:hidden;
}

.pnlPopupLeft
{
	width:576px;
	float:left;
	padding-left:30px;
	overflow:hidden;
	height:460px;
}

.pnlPopupRight
{
	width:240px;
	padding-right:10px;
	float:right;
	height:470px;
	overflow:hidden;
}

.pnlPopupRight span
{
}

.pnlPopupLeft,
.pnlPopupRight
{
	position:relative;
}

.pnlPopupRepeater
{
	float:left;
	position:relative;
	width:488px;
}

.pnlPopupRepeater img
{
	width:100%;
}

.pnlPopupMiddle
{
	width:72px;
	height:481px;
	position:relative;
	float:left;
}

.sliderHandle
{
    width:88px;
	height:60px;
	background-color:#FFC801;
	cursor:n-resize;
}

.sliderRail
{
    width:88px;
	height:460px;
}

.btnCancelPopup
{
	position:absolute;
	width:20px;
	height:20px;
	right:10px;
	top:15px;
}

.pnlPopupDescription
{
	margin:10px 0 20px 0;
}


.pnlPager
{
    position:absolute;
    bottom:0px;
    left:100px;
}



 .scroll-pane
{
    height:460px;
}

.btnNextPage 
{
    padding-right:5px;
}

.btnPrevPage
{
	padding-left:5px;
}

.btnPrevPage
{
    visibility:hidden;
}