div.content {
	display: none;
	float: right;
	padding-right: 20px;
	width: 450px; 
}

.beforeAfter div.content {
	width: 580px; 
}


div.content a, div.navigation a {
	color: #777;
	text-decoration: none;
}

div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}

div.controls {
	height: 23px;
	margin-top: 5px;
}

div.controls a {
	padding: 5px;
}

div.ss-controls {
	float: left;
}

div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('../images/loader.gif');
	background-position: center;
	background-repeat: no-repeat;
	height: 350px;
	width: 550px;
}

div.slideshow {
	clear: both;
}

div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}

div.slideshow a.advance-link {
	border: 2px solid #D8BA94;
	display: block;
	padding: 2px;
}

div.slideshow img {
	border: none;
	display: block;
}

div.download {
	float: right;
}

div.embox {
	background: #EEE url(../images/quote.jpg) no-repeat scroll 12px 12px;
	border: 1px solid #CCC;
	clear: both;
	margin-top: 12px;
	padding: 12px;
	width: 336px;
}
div.embox div.caption {
	background: transparent url(../images/quote2.jpg) no-repeat scroll right bottom;
	padding: 0 40px;
	text-align: left;
}

div.embox p {
	font-size: 10px;
	line-height: 16px;
	margin: 0 0 5px ;
}

div.navigation {}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	list-style: none;
	margin: 5px 10px 5px 0;
	padding: 0;
}

a.thumb {
	border: 2px solid #D8BA94;
	display: block;
	padding: 2px;
}

ul.thumbs li.selected a.thumb {
	background: #000;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
}

div.navigation div.top {
	height: 11px;
	margin-bottom: 12px;
}

div.navigation div.bottom {
	margin-top: 12px;
}

div.pagination a, div.pagination span.current {
	border: 1px solid #CCC;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
}

div.pagination a:hover {
	background-color: #EEE;
	text-decoration: none;
}

div.pagination span.current {
	background-color: #004543;
	border-color: #004543;
	color: #fff;
	font-weight: bold;
}