/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow,.jqmWindow1,.jqmWindow2,.jqmWindow3  {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 650px;
    padding: 12px;
}

.jqmWindow2  {
    top: 0%;
}
.jqmOverlay,.jqmOverlay1,.jqmOverlay2,.jqmOverlay3 { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow,* html .jqmWindow1,* html .jqmWindow2 {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/*mltiple Images popup*/
.ui-widget-overlay{background:#000 !important; opacity:0.7 !important;width:100% !important;}
.control{color:#fff;}
#seadragonpopupdiv {border:2px solid #fff;}
.ui-dialog .ui-dialog-content{overflow:hidden !important;}
#seadragonpopupdiv .container2{margin-bottom:0px; background:#fff;}

.container2 .multipleimagespopup_div{width:100%; height:100%;/*border:2px solid #fff;*/ position:relative;}
.container2 .multipleimagespopup_div .product_image{position:absolute; left:0px; top:0px; width:100%; height:100%; }
.container2 .multipleimagespopup_div .product_image img{}
.container2 .multipleimagespopup_div .mutipleimgs_thumbs{position:absolute; right:0px; top:0px; height:100%; overflow:auto;width:115px; text-align:right}
.container2 .multipleimagespopup_div .mutipleimgs_thumbs .imgthumbnail{border:1px solid #bdbdbd; text-decoration:none; text-align:center; margin-right:6px; margin-top:7px;} 
.container2 .multipleimagespopup_div .mutipleimgs_thumbs .imgthumbnail a{}
.container2 .multipleimagespopup_div .mutipleimgs_thumbs .imgthumbnail a img{border:none}

.container2 .multipleimagespopup_div .mutipleimgs_thumbs .imgthumbnail_title{ background:#f9f9fb; border:1px solid #fff; font-size:11px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#666666; text-align:center; margin-right:6px; margin-top:7px; padding:4px 0px 4px 0px;}

.container2 .multipleimagespopup_div .btn_prv{background:url(Images/mutlipleimagespopup/popup_prvbtn.png) left top no-repeat; display:block; width:37px; height:36px; position:absolute; left:0px; top:250px;}
.container2 .multipleimagespopup_div .btn_next{background:url(Images/mutlipleimagespopup/popup_nextbtn.png) left top no-repeat;display:block; width:37px; height:36px; position:absolute; right:124px; top:250px;}
.container2 .multipleimagespopup_div .popup_controls{position:absolute; top:0px; right:124px; background:url(Images/mutlipleimagespopup/popup_controlsbg.png) left top no-repeat; height:212px; width:36px; padding-left:3px;}
.container2 .multipleimagespopup_div .popup_controls a{width:32px; display:block; margin-top:6px;}
.container2 .multipleimagespopup_div .popup_controls .btn_close{background:url(Images/mutlipleimagespopup/btn_close.png) left top no-repeat; height:30px;}
.container2 .multipleimagespopup_div .popup_controls .btn_zoomin{background:url(Images/mutlipleimagespopup/btn_zoomin.png) left top no-repeat; height:32px;}
.container2 .multipleimagespopup_div .popup_controls .btn_zoomout{background:url(Images/mutlipleimagespopup/btn_zoomout.png) left top no-repeat; height:31px;}
.container2 .multipleimagespopup_div .popup_controls .btn_reset{background:url(Images/mutlipleimagespopup/btn_reset.png) left top no-repeat; height:31px;}
.container2 .multipleimagespopup_div .popup_controls .btn_fullscreen{background:url(Images/mutlipleimagespopup/btn_fullscreen.png) left top no-repeat; height:39px;}

/*new classes*/
.container2 .multipleimagespopup_div_outside{ border:2px solid #fff;position:static; }
