   #transparentOverlay{
		            position: absolute;
		            top: 0;
		            left: 0;
		            z-index: 550;
		            width: 100%;
		            height: 500px;
		            background-color: rgb(0,0,0); opacity: 0.8;
   }
   
   #modalWrapper{	
                    position: absolute;	
		            left: 0;		   
		            width: 100%; 
		            z-index: 551; 
		            text-align: center; 
		            line-height: 0;
		 }
		 
   #modalWrapper img{ 
                    width: auto; 
			        height: auto;
			}
			
   #modalWrapper a img
                   { 
				    border: none; 
				   }
				
   #outerModalContainer{ 
                    position: relative; 
					background-color: #ccc; 
				    width: 620px; 
					margin: 0 auto;
					border: solid #ccc thick;
				 }
					   
   #modalContainer{    
                    position: relative;
					background-color: #fff;
                    padding: 0px;
				    width: 620px;
					left: 0;
					top: 0;   
				  }

   #customZoomControl{
                    background-color: #ccc;
				    width: 620px;
					padding-top: 5px;
                  }
   
   #modalViewCloser{
                    width: 620px;
					height: 25px;
	                background-color: #ccc;
					text-align: right;
                  }
   
   #modalViewCloserAnchor{
					color: #666;
					font-size: 16px;
					font-weight: 700;
					text-decoration: none;
					line-height: 20px;				
                  }

   #displayMediaPreloader{
                   margin: 200px auto;
   
                  }
