div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 714px; 
}
div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	margin-top:3px;
}
div.slideshow a.advance-link:link {
	text-decoration: none;
}


div.slideshow img {
	vertical-align: middle;
	border: 0px solid #ccc;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#thumbs1 ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0px 7px 10px 0;
	list-style: none;
}
#thumbs2 ul.thumbs li,#thumbs3 ul.thumbs li,#thumbs4 ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px 7px 10px 0;
	list-style: none;
}

a.thumb {
	padding: 0px;
	display: block;
	border:1px #ccc solid;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}


