﻿div.prod-img {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 290; 
	
}

div.prod-img a, div.navigation a {
	text-decoration: none;
	color: #777;
	
}

div.prod-img a:focus, div.prod-img a:hover, div.prod-img a:active {
	text-decoration: underline;
	
}

div.controls {
	margin-bottom: -10px;
	height: 23px;
	font-size: 11px;
	/*border-bottom: 1px dotted #e5e5e5;*/
	width: 290px;
	
}

div.controls a {
	
	padding: 5px;
	
}

div.ss-controls {
	
	float: left;
}

div.nav-controls {
	
	float: right;
	
}

div.slideshow-container {
	
	position: relative;
	clear: both;
	height: 320px; /* This should be set to be at least the height of the largest image in the slideshow */
	
}

div.loader {
	
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/loading.gif) no-repeat;;
	background-position: center;
	width: 290px;
	height: 320px; /* This should be set to be at least the height of the largest image in the slideshow */
	
}

div.slideshow span.image-wrapper {
	
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	
}

div.slideshow a.advance-link {
	
	display: block;
	height: 320px;
	text-align: center;
	
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	
	text-decoration: none;
	
}

div.slideshow img {
	
	vertical-align: top;
	border: 6px solid #e5e5e5;
	width: 280px;
	height: 280px;
	
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}

