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


.tbdefault {
    width: 700px;
    text-align: left;
    background-color: #fff; 
    padding: 10px;
}

.tbdefault2 {
    width: 600px;
    text-align: left;
    background-color: #fff; 
    padding: 10px;
}

.thickbox .tbcontent {
display: none;
color:#000; 

}



.thickbox u {
text-decoration: none;
    cursor: pointer;
    
}

.thickbox i {
text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-style: normal;
    font-size: 9px;
    
}

.thickbox em {
   font-style: normal;
   text-decoration: underline;
    
}


#tboverlay {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color:#000;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
	min-height:100%; 
	height: auto; 
	margin: 0;
	padding: 0;
	z-index: 1050;
    
}

#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: 1051;
	position: fixed;
	top: 0px;
	left: 0px;
}


.tbimageholder  {
	position: fixed;
z-index: 1051;
	margin: 0px;
	padding: 0px;
	border: none;
}


.tbwrap {
    padding: 0;

}


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

}


.tbimageholder img { 
    border: 0px; !important /*always use a numeric border width, not thin, thick etc*/
	padding: 0;
	margin: 0;
}

	
.imgnav {
    text-align:center;
    margin-top: 10px;
    position: fixed;
    z-index: 1052;
    width: 100%;
    font: 10px Arial, Helvetica, Verdana, sans-serif;   
       
    
}	


	
.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;
border: 0px; !important /*always use a numeric border width, not thin, thick etc*/


}

span.closebutton {
display:block;
margin-top: 10px;
width: 80px;
margin-left: auto;
margin-right: auto;
text-transform: capitalize;
color: #fff; 
letter-spacing: 1px;
}    		
    	
