a            { text-decoration: none }
p	         { font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif; font-size:10pt; }
body      	 { font-family: "Century Gothic", "Lucida Grande", Arial, Helvetica, sans-serif; font-size:10pt; }
img			 { border-style: none; }


div.pauseBox p
{
  	background-color: #ffffff;
	
  	/* for IE */
  	filter:alpha(opacity=40);
  
  	/* CSS3 standard */
  	opacity:0.4;
  
  	/* for Mozilla */
  	-moz-opacity:0.4;
}


div.navBox p
{
  	background-color: #ffffff;
  	/* for IE */
  	filter:alpha(opacity=40);
  
  	/* CSS3 standard */
  	opacity:0.4;
  
  	/* for Mozilla */
  	-moz-opacity:0.4;
}


div.navBox
{
 	position: absolute;
}

div.loading
{
  	background-color: #ffffff;
  	/* for IE */
  	filter:alpha(opacity=60);
  
  	/* CSS3 standard */
  	opacity:0.6;
  
  	/* for Mozilla */
  	-moz-opacity:0.6;
}

div.transbox
{
 	position: absolute;
  	left:0px; top:-40px; width:640px; height:40px;
  	
  	background-color: #ffffff;
  	/* for IE */
  	filter:alpha(opacity=20);
  
  	/* CSS3 standard */
  	opacity:0.2;
  
  	/* for Mozilla */
  	-moz-opacity:0.2;
}
  
div.transbox p
{
  
  font-weight: bold;
  color: #0000; text-align:center
}

div.img
{
  height: auto;
  width: auto;
  float: center;
  text-align: center;
}

	
div.img img
{
  display: inline;

  border: 2px solid #ffffff;
  
  /* for IE */
  	filter:alpha(opacity=50);
  
  	/* CSS3 standard */
  	opacity:0.5;
  
  	/* for Mozilla */
  	-moz-opacity:0.5;

}
div.img a:hover img {border: 2px solid #000000;}
div.img a:active img {border: 2px solid #ffca49;}

div.desc
{
  text-align: center;
  font-weight: normal;
  font-size:8pt;
  width: 120px;
}
