div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 620px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color:#444444;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.slide_controls {
	margin: 0px auto;
	height: 20px;
	width: 400px;
}
div.slide_controls a {
	display:block;
	position:relative;
	height:20px;
}
div.slide_controls a:hover {
	text-decoration:none;
}
div.slide_controls a.prev {
	background:url(../images/parts/ss_prev_btn.png)  no-repeat ;
	left:-180px;
	width:68px;
	float:left;
}
div.slide_controls a.next {
	background:url(../images/parts/ss_next_btn.png)  no-repeat ;
	right:-46px;
	width:68px;
	float:left;
}
div.slide_controls a.pause{
	background:url(../images/parts/ss_stop_btn.png)  no-repeat;
	left:134px;
	background-size:117px 19px ;
	width:120px;
}
div.slide_controls a.play{
	background:url(../images/parts/ss_play_btn.png)  no-repeat;
	left:134px;
	width:120px;
}

div.ss-controls {
	width: 200px;
	float: left;
}
div.nav-controls {
	width: 200px;
	float: left;
}
div.slideshow-container {
	position: relative;
	margin:0 auto 6px;
	padding-top:10px;
	clear: both;
	height:600px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: relative;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	position:relative;
	width:100%;
	margin:0 auto;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	text-align: center;
    width: 620px;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	max-width:600px;
	max-height: 600px;
	height:auto;
/* box-shadow */
box-shadow:#d9d9d9 0px 4px 4px -2px;
-webkit-box-shadow:#d9d9d9 0px 4px 4px -2px;
-moz-box-shadow:#d9d9d9 0px 4px 4px -2px;

}

div.caption-container {
	text-align:left;
	padding:4px 10px;
	margin:0 auto;
	overflow:hidden;
	clear: left;
}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	margin-left:auto;
	margin-right:auto;
	margin:20px 0;
		overflow:hidden;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	width:100%;
	overflow:hidden;
}
ul.thumbs li {
	float: left;
	margin:0  0.2% 0.2% 0;
	width:14%;
}

a.thumb {
	display: block;
	padding:2px;
	border: 1px solid #fff;
}
ul.thumbs li.selected a.thumb {
	background: #eee;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width:100%;
}
