/* font color dependant on site! 
	may have to chnage this per site!

*/

.gallerythumb{
filter:alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}

.gallerythumb2{
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
} 

.gallerythumb
{
	border:none;
}

a img
{
border:none;

}

.gallery
{
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:0.8em;
	 /* font color dependant on site! */
}
.gallery img
{
	border:none;
}
.gallery a
{
	
	text-decoration:none;
	
}

.gallerypaging
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.2em;
/* font color / size dependant on site! */

}

.gallerypaging img
{
	border:none;
}
.gallerypaging a
{
	
	text-decoration:none;	
}


.gallerycontainer
{
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
}

.gallerycontainer a
{
text-decoration:none;

}
/*.toggleborder:hover img{
border: 1px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */

