#wrap{
	width: 100%;  
}

.gallery{    
	position: relative;     
	width:100%;
	float: left;
}   

.bigImages{
	display: none;  	
}


.thumbnails{
	position: relative;
	float: left;        
	padding: 12px; 
	color: #FFF;       
	font-family: helvetica, "Lucida Grande", "Lucida Sans Unicode", verdana, arial, sans-serif;
}  

.thumbnails a{
	color: #00BFFF;
}  

.thumbnails .note{     
	padding: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	 	
	background: #9ACD32;
	color: #FFF;
}
              
.thumbnails .blueNote{
	background: #00BDEE;
}                       

.thumbnails .redNote{
	background: #FF3333;
}
.thumbnails ul{
	display: block;
	margin-left: -4px;
}
.thumbnails ul li{
	display: block;
	float: left;
	border: 0px solid #FFF;
	margin: 4px;
} 

.gallery2 .thumbnails ul li{
}                 

.thumbnails ul li.active{
	border: 2px solid #00BFFF;
}                

                    
.thumbnails p{
	font-size: 12px;   
	margin: 2px 0;
	clear: left;  
}          

 

#closeButton{
	background: url(../images/assets/close.png) no-repeat; 
	width: 25px;
	height: 25px;  
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 1002;
}   

/* uncomment this if you want to put the close button on the top left */
.closePosition{ 
	/*
	top: 0;
	left: 0;
	*/
}
   


#arrowButton{    
    cursor: pointer;   
	position: fixed;  
	width: 100%;
	z-index: 1003;
}            
#arrowButton .prevArrow{
    background: url(../images/assets/prev.png) no-repeat; 
    width: 40px;
    height: 80px;      
	position: absolute;
	left: 20px;
} 
#arrowButton .nextArrow{                 
    background: url(../images/assets/next.png) no-repeat;
    width: 40px;
    height: 80px;  
	position: absolute; 
	right: 20px;
}           


.imageHolder {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;       
	background-position: center center;
	background-repeat: no-repeat; 
	overflow: hidden;           
	cursor: pointer;	
}  

#grayLay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;     
	background-position: center center;
	background-repeat: no-repeat; 
	background-color: rgba(0,0,0,.8);     
	/* For IE 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";	
	overflow: hidden;	
}                                        
