body {
padding: 0px 0px 0px 0px;
margin: 0;
}


.tbdefault {
    width: 500px;
}


.thickbox .tbcontent {
display: none;
}

.thickbox {
    cursor: pointer;
}


#tboverlay {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #FFF;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
	min-height:100%; 
	height: auto; 
	margin: 0;
	padding: 0;
	z-index: 2000;
    
}

#tbspinner {
    background-image: url(../img/loadingAnimation-whbg.gif); /* might not be the right path for you*/
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width:100%; 
	margin: 0;
	padding: 0;
	z-index: 2001;
	position: fixed;
	top: 0px;
	left: 0px;
}


.tbimageholder  {
	position: fixed;

	z-index: 2001;
	margin: 0px;
	padding: 0px;
}


.tbwrap {
    padding: 0;

}


.tbimageholder .tbcontent {
    display: block;
    margin:0;

}


.tbimageholder img { 
	padding: 0;
	margin: 0;
}

	
.imgnav {
    text-align:center;
    margin-top: 10px;
    position: fixed;
    z-index: 2005;
    width: 100%;
    font-family: "Helvetica Neue",  Helvetica, Arial, sans-serif;
    color: black;
    
}	

	
.imgnav span { 
     margin-right: 20px;
     height: 15px;
     cursor: pointer;	
}
    	

span.nextbutton, span.closebutton, span.currentimg {
    margin-right: 0;
}

span.nextbutton, span.prevbutton {
   
}


span.currentimg {
    cursor: text;
    text-align: right;
}

span.totalimg {
    cursor: text;
    
} 


span.tbtitle {
display: block;
padding: 0;
margin: 0;


}

span.closebutton {
display:block;
margin-top: 10px;
width: 30px;
margin-left: auto;
margin-right: auto;
}    		
    