#productcatalog_gallery.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:right;
	width:550px; 
}
#productcatalog_gallery.content a, #productcatalog_gallery .navigation a {
	text-decoration: none;
	color: #777;
}
#productcatalog_gallery.content  a:focus, #productcatalog_gallery.content  a:hover, #productcatalog_gallery.content  a:active {
	text-decoration: underline;
}
#productcatalog_gallery .controls {
	margin-top: 5px;
	height: 23px;
}
#productcatalog_gallery .controls a {
	padding: 5px;
}
#productcatalog_gallery .ss-controls {
	float: left;
}
#productcatalog_gallery .nav-controls {
	float: right;
}

#productcatalog_gallery .loader {
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
#productcatalog_gallery .slideshow {
	clear: both;
	min-height:450px;
}
#productcatalog_gallery .slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
#productcatalog_gallery .slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
#productcatalog_gallery .slideshow img {
	border: none;
	display: block;
}
#productcatalog_gallery .download {
	float: right;
}
#productcatalog_gallery .embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
#productcatalog_gallery .image-title {
	font-weight: bold;
	font-size: 1.4em;
}

#productcatalog_gallery .image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
#productcatalog_gallery .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. */
}
#productcatalog_thumbs ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#productcatalog_thumbs ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
#productcatalog_thumbs a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
#productcatalog_thumbs ul.thumbs li.selected a.thumb {
}
#productcatalog_thumbs a.thumb:focus {
	outline: none;
}
#productcatalog_thumbs ul.thumbs img {
	border: none;
	display: block;
}
#productcatalog_gallery .pagination {
	clear: both;
}
#productcatalog_gallery .navigation #productcatalog_gallery .top {
	margin-bottom: 12px;
	height: 11px;
}
#productcatalog_gallery .navigation #productcatalog_gallery .bottom {
	margin-top: 12px;
}
#productcatalog_gallery .pagination a, #productcatalog_gallery .pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
#productcatalog_gallery .pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#productcatalog_gallery .pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
