.galleryTitle 
{
    font-family: 'Trebuchet MS', 'Tahoma', 'Arial';
    font-size:20px;
    font-weight:bold;
    color:000;
}

.galleryText 
{
    font-family: 'Trebuchet MS', 'Tahoma', 'Arial';
	FONT-SIZE: 11pt;
    color:#666666;
    padding: 5px 5px 0 0;
    font-weight: normal;
}

table.gallery
{
    border-collapse: collapse;    
    width: 100%;
}

table.gallery td
{    
	border-bottom: solid 1px #666666;    
	border-top: solid 1px #666666;	
	vertical-align: top;	
	padding-right: 12px;    
	padding-top: 8px;	
	padding-bottom: 8px;	
	margin: 0px;    
}

table.gallery td.text
{    
	font-family: 'Trebuchet MS', 'Tahoma', 'Arial';	
	font-size: 10pt;    
	color: #666666;
	width: 30%;
}

table.gallery td.image
{    
	width: 20%;
}

table.gallery td h3
{    
	font-size: 13pt;
}

a.imageEna { background: inherit; color: #900606; text-decoration: underline; font-face:'Trebuchet MS', 'Tahoma', 'Arial'; font-size:14px; }
a.imageEna:hover { background: inherit; color: #0606c2; text-decoration: none; font-face:'Trebuchet MS', 'Tahoma', 'Arial'; font-size:14px; }
a.imageDis { background: inherit; color: #ccc; text-decoration: none; font-face:'Trebuchet MS', 'Tahoma', 'Arial'; font-size:14px; }
a.imageDis:hover { background: inherit; color: #ccc; text-decoration: none; font-face:'Trebuchet MS', 'Tahoma', 'Arial'; font-size:14px; }

.squareOn
{
	width: 4px;
	height: 4px;
	padding: 0px;
	margin: 0px;
	background-color: #999;
}

.squareOff
{
	width: 4px;
	height: 4px;
	padding: 0px;
	margin: 0px;
	background-color: #ddd;
}

div#slideTicker
{
	display: inline;
	height: 8px;
	margin: 0px;
	padding-top: 6px;
	position:absolute;
}

#imageContainer 
{
	position:relative;
	border:1px solid #666666;
	overflow: hidden;
	padding: 0px;
	text-align: center;
}

#imageContainer img 
{
	display:block;
	position:absolute;
	top:0; left:0;
}

#imageTitle
{
	padding-top: 4px;
    font-family: 'Trebuchet MS', 'Tahoma', 'Arial';	font-size: 13pt;
	text-align: center;
	font-weight: bold;
}

#imageButtons
{
	padding-top: 4px;
    font-family: 'Trebuchet MS', 'Tahoma', 'Arial';	font-size: 9pt;
}

p.footer a
{
	background: inherit; 
	color: white; 
	text-decoration: none; 
	font-face:'Trebuchet MS', 'Tahoma', 'Arial'; 
	font-size:12px;
}

p.footer a:hover
{
	background: inherit; 
	color: white; 
	text-decoration: underline; 
	font-face: 'Trebuchet MS', 'Tahoma', 'Arial'; 
	font-size: 12px;
}

html
{
	overflow-y: scroll;
}

