div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;

}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {

	clear: both;

}

div.slideshow {

}
div.slideshow span.image-wrapper {
	position: relative;
	top: 0px;
	left: 0;
	float:left; width:179px; height:125px;
}

div.slideshow span.previous{ width:0px !important;}


ul.thumbs li {
	float: left;
	padding: 0;
	margin:0;
	list-style: none;
}
