.modalDialog_contentDiv { 
 z-index: 100; 
 overflow: visible;
 padding: 0px;
 background-color: none;  
 /*width: 580px !important;*/
 /*top: 5% !important;*/
 /* left: 50% !important;*/
 /* margin-left: -225px !important;*/
 /* top: 240px !important;*/
 /*margin-top: -50px !important;*/ 
 /*height: 240px !important;*/
}
.widget .modalDialog_contentDiv{
 width: 100% !important;
}

.widget .modalDialog_contentDiv {
 top: 0px !important;
}

.widget{ 
 left: 0% !important;
 margin-left: 0px !important;
 overflow: auto; 
}

.modalDialog_contentDiv1{
        background-color: none;  
        background: url(../images/progress.gif) center center no-repeat;
        z-index:100;/* Always needed	*/
        position: absolute;	/* Always needed	*/
}

.modalDialog_transparentDivs{	
	filter: alpha(opacity=45);	/* Transparency */
	opacity: 0.45;	/* Transparency */                                                                      
	background-color: #20385E;
	z-index: 99999;
	position:fixed; /* Always needed	*/
}
.modalDialog_contentDiv{
	z-index: 100000;/* Always needed	*/
	position: absolute;	/* Always needed	*/
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.45;	/* Transparency */	
}

.title {
 color: #0376ED;
}
#gallerydetailimage {
 display: block;
 clear: both;
 padding-top: 5px;
 text-align: center;
 min-height:150px;
}
#gallerytitle, #modaltitle {
  width: 407px;
  overflow: hidden;
  white-space: nowrap;
}

* html #gallerytitle, * html #modaltitle {
 width: 467px;
}


