#slideshow {
	width: 766px;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {overflow: hidden;border-top:1px #c8c8c8 solid; background:#e4e4e4;}

#slideshow .slides ul {
	width: 2880px;
	overflow:hidden;
	float:left;
}

#slideshow .slides li {
	width: 766px;
	float: left;
	overflow:hidden;
}
#slideshow .slides p {margin-left:15px}

#slideshow .slides h2 {
	margin-top: 0;	
	background:#e4e4e4;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {background-color: #f4f4f4; display:block;margin-left:25px; width:716px;}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
width:175px;
height:75px;
padding: 10px 2px;
padding-top:0;
outline: none;
margin-bottom:15px;
}

.eoft {background:url(../images/eoft150.png) top no-repeat;}
.ssa {background:url(../images/ssa150.png) top no-repeat;}
.aoft {background:url(../images/aoft150.png) top no-repeat;}
.fas {background:url(../images/fas150.png) top no-repeat;}


.js #slideshow .slides-nav li.on a {
position: relative;
top: -4px;}

.leftside {
width:450px; 
height:100%;
font:normal 11px Tahoma, Arial;
line-height:14px;
color:#3c3535;
float:left;
margin-left:10px
}

.rightside {
width:300px;
height:100%;
float:right;}

.bottom {
line-height:14px;
color:#3c3535;
padding-left:25px;
clear:both}