/*------------------------------------------------------------------ set the width and height for logo rotation using Jquery to match your images -------------------------------------------*/
#slideshow {
	height: 240px;
	width: 694px;
	float: right;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#slideshow div {
	top:0;
	position: absolute;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 240px;
	width: 694px;
	margin: 0px;
	padding: 0px;
	background: #002d56;
}
#slideshow div.active {
	z-index:10;
	opacity:1.0;
}
#slideshow div.last-active {
	z-index:9;
}
#slideshow div img {
	height: 240px;
	width: 694px;
	display: block;
	border: none;
	padding: 0px;
	margin-bottom: 0px;
}




#bottom_slideshow {
	height: 6px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#bottom_slideshow div {
	top:0;
	position: absolute;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 60px;
}
#bottom_slideshow div.bottom_active {
	z-index:10;
	opacity:1.0;
}
#bottom_slideshow div.last-active {
	z-index:9;
}
#bottom_slideshow div img {
	height: 60px;
	display: block;
	border: none;
	padding: 0px;
	margin-bottom: 0px;
}
