@charset "utf-8";
/* CSS Document */
.imageleft
{
    /*float:left;*/
    padding-left: 2px;
    padding-right: 2px;
}
/* slide show */
.popupbackGround
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #000;
    z-index: 1;
    opacity: 0.6;
    filter: alpha(opacity =60);
    display: none;
    cursor: pointer;
}
.pupupDivCSS
{
    border: solid 8px #333333;
    height: 500px; /* _height: 480px;*/ /* overflow: visible;*/
    width: 643px; /*  _width:510px;*/
    position: absolute;
    display: none;
    vertical-align: middle;
    text-align: center;
    z-index: 9999;
    background-color: #FFFFFF;  
}
/*.pupupDivCSS table
{
    display: none;
}*/
.divBigImg
{
    height: 410px;
    width: 600px;
    /*overflow: auto;*/
    cursor: pointer;
	}
.divBigImg img
{
    border:solid 1px #cccccc;
	margin:5px 20px 0px 20px;
}
.zoomCursor
{
    cursor: url(../slideshow-images/zoomin.cur), pointer !important;
}
.dv-loader
{
    /*overflow: hidden;*/
}
.dv-loading
{
    background: url(../images/preview-loader.gif ) no-repeat center center;
    height: 480px;
    text-align: center;
    vertical-align: middle;
}
.closeText
{
    font-family: Verdana,Arial;
    font-size: 12px;
    padding-bottom: 10px;
    float: right;
}
.caption
{
    font-family: Arial;
    font-size: 18px;
    padding-left: 20px;
    font-weight:normal;
    color:#004080;
}
.popup-logo
{
    padding-left:20px;
    padding-top:15px;
	text-align:left;
}
