/* ===================================
 CSS STYLES FOR Module ImageGallery
 ===================================*/

.WT_TITLES {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.WT_TEXT {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.WT_THUMB{
	cursor: hand;
}

.WT_THUMB_Hover{
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}   

.WT_IMG{
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}  

.WT_OptLink
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: Fuchsia;
	font-weight:bold;
}

A.WT_OptLink:link
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#6699FF;
	font-weight:bold;
}

A.WT_OptLink:visited
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:#6699FF;
	font-weight:bold;
}

A.WT_OptLink:active
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: Navy;
	font-weight:bold;
}

A.WT_OptLink:hover
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color:Navy;
	font-weight:bold;
}

/******************************************/
/*       Don't modify this section        */
/******************************************/
#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}
/******************************************/