

/* Floating */
.left {float: left;}
.right {float: right;}

/* Text Align */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}


/* Width 760 */
.width {width: 560px;}

/* Background colors */
.cream {background: #EFEFEF;}





/* Explicitely for Javascript Slideshow 
.scroll{color: #EFEFEF;}
a.scroll:link,  a.scroll:visited {color: #898989; text-decoration: none;}
a.scroll:hover {color: #898989; text-decoration: none;}*/

.scroll{color: #898989;}
.scroll a:link, .scroll a:visited {color: #898989; text-decoration: none;}
.scroll a:hover {color: #898989; text-decoration: none;}


div#container	
{ 
	position:relative; overflow:hidden;
	width:400px; height:113px; z-index:100; 
}

div#content-container	
{ 
	position:absolute; 
	left:0px; top:0px; 
	width:330px;
	height:113px; 
	clip:rect(0px, 330px, 113px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
div.content 
{ 
	position:relative;
	visibility:hidden; 
	left:0px;
	top:0px; 
	z-index:2; 
}

div#slide-links 
	{
		position:absolute;
		left:280px;
		top:94;
		z-index:3
	}

table#table-content
	{ 
		width:1950px;
	}

table#table-content td 
	{
		width:330px;
		height:113px;
		
	}
/*#table-content td 
	{
		target-new: window;
	}
	*/