/* CSS Document */

a 
{
       font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
       color: #666666;
       font-size: 75%;
       font-weight: bold;
	   text-decoration:none;
       }
div {
       font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
       color: #666666;
       font-size: 10px;
       text-decoration:none;
       }
a:hover
{
	font-family: Trebuchet MS;
	font-size:75%;
	font-weight: bold;
	background: #ff0000;
	color: #ffffff;
	text-decoration:none; 
}
a:active 
{
	font-family: Trebuchet MS;
	font-size:75%;
	font-weight: bold;
	background: #ff0000;
	color: #ffffff;
	text-decoration:none;
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
h1
{
	font-family: Trebuchet MS;
	font-size:10.0pt;
	color: #000000;
	text-decoration:none
}
	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:20px;
	}
	#dhtmlgoodies_slideshow{
		width:500px;	/* Total width of slideshow */
}
	
	#previewPane{
		width:500px;
		border:0px solid #CCCCCC;
		text-align:center;
		vertical-align:middle;
		padding-top:20px;

		position:relative;
		
		/* CSS HACK */
		height: 352px;	/* IE 5.x */
		height/* */:/**/350px;	/* Other browsers */
		height: /**/350px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:normal;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:1.1em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: none;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: none;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FF0000;
		border:0px double #000;
		padding:4px;
		color:#FFFFFF;
		font-size:1.1em;
		font-weght:bold;
		font-family:Trebuchet MS;	
	}
	
	#theImages .imageCaption{
		display:none;
	}