
/* Floating */
.left {float: left;}
.right {float: right;}

/* Text Align */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}


div#scontainer
{ 
	position:relative; overflow:hidden;
	width:557px; height:227px; z-index:100;
}

div#content-container
{ 
	position:absolute;
	left:0px; top:0px;
	width:557px; height:205px;
	clip:rect(0px, 557px, 205px, 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:130px;
		top:202;
		z-index:3;
	}

table#table-content
	{ 
		width:1680px;
	}

table#table-content td
	{
		width:557px;
		height:227px;
		
	}
