#slideshow {
	width: inherit;
	height:inherit;
		}
			
#slideshow img { display: none }
#slideshow img.first { display: block }

/*#nav a, #nav a:hover
{
	text-decoration: none;
	margin: 0 5px;
	padding: 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #999;
}
#nav a.activeSlide {
	color: #333;
}*/

#nav {
	width: 555px;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#nav li {
	width: 50px;
	float: left;
	list-style: none;
	margin-right:10px;
	margin-top:6px;
	margin-bottom:7px;
}
#nav a { width: 50px; padding: 3px; display: block; border: 1px solid #ccc; }
#nav a.activeSlide {
	background-color: #09335D;
}
#nav a:focus { outline: none; }
#nav img { border: none; display: block }



.slideshowControl {
	width:580px;
	margin-left:20px;
	float:left;
	clear:left;
	display:block;
	padding:3px;
	background-color:#E8E8E8;
}
.slide h1{
	margin-top:5px;
	margin-bottom:5px;
}

.slide {
	width:inherit;
	padding:0px;
	height:inherit;
	}

.note {
	font-size:80%;
	font-family: Arial, Geneva, sans-serif;
	color: #666;
	text-align: right;
	margin-left: 200px;
}



/*================PRODUCTS SLIDESHOW==================*/

#products-slideshow {
	height: 310px;
	width: 610px;
}

#products-slideshow img { display: none }
#products-slideshow img.first { display: block }
