div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:left;
	width:944px;
	height: 365px;
	padding: 0;
	margin: 0 0 0 -2px;
	overflow: hidden;
}
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.loader {
	background-image: url('http://images.ar-studio.com/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 944px;
	height: 350px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	margin: 0;
	padding: 0;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 0px solid #ccc;
	height: 360px;
}
div.slideshow img {
	border: none;
	display: block;
}

div.embox {
	clear: both;
	border: 0px solid #ccc;
	background-color: #eee;
	padding: 12px;
}

div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
	width: 942px;
	left: 10px;
	margin: 0;
	padding: 0;
}
ul.thumbs {
	width: 405px;
	margin: 0 0 0 537px;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	list-style: none;
}
ul.thumbs li.right {
margin: 0 !important;
}

a.thumb {
	padding: 0;
	display: block;
	border: 0;
}
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 {
	margin-bottom: 0px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
