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: 475px; /* This should be set to be at least the height of the largest image in the slideshow */

	

	

}



div.loader {
    background: none repeat scroll 0 0 white;
    border: 2px solid #c8c8c8;
    height: 450px;
    left: 0;
    position: absolute;
    top: 11px;
   /* width: 694px;*/
    width: 100%;
}

div.slideshow span.image-wrapper {
	
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link {

	display: block;
	

	height: 448px;
	

	text-align: center;
	

	position: relative;

}
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;

	/* max-width: 690px; */
	max-width: 100%;
	max-height: 446px;
	width: auto;
	height: auto;
	left: 1px;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;  
	margin: auto;
  
	position: absolute;

}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
}

a.thumb {
    display: block;
    height: 61px;
    overflow: hidden;
    margin: 5px 3px;
    background: #fff;
    border: 1px solid #aaa;
    text-align: center;
}

a.thumb:hover {
	border: 1px solid #888 !important;
}

ul.thumbs img {
	border: none;
	display: block;
	width: 80px;	
}
ul.thumbs img.last {
	
	margin-right: 0px !important;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}