/*************************
******** Arrows **********
**************************/	
div.jMyCarousel .prev{
	background: url('../images/scroll-arrow-left.gif') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel .next{
	background: url('../images/scroll-arrow-right.gif') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}
div.jMyCarousel .up{
	background: url('../images/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('../images/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}



.jMyCarouselSlideshow {
	height: 500px;
	overflow: hidden;
}
.jMyCarouselSlideshow img {
	height: 500px;
	width: auto;
	
}
#slideshow {
	text-align: center;
	background: none;
}
#slideshow img {


	max-width: 940px;
	max-height:500px;
	min-height: inherit;
	min-width: inherit;
	height: auto;
	width: auto;
	border: none;
	
}
#caption2 {
	width: auto;
	padding-bottom: 8px;
}
#controls {
	width: 150px;
	text-align: right;
	position: absolute;
	padding-top: 10px;
	margin-left: 865px;
}
#thumbs {
	width: auto;
	float: none;
}

a.thumb {
	/*padding: 2px;*/
	display: block;

	background-position: center center;
	background-repeat: no-repeat;
	width: auto;
	height: 80px;

	overflow: hidden;


}
ul.thumbs li.selected a.thumb {

		background-position: center center;
	background-repeat: no-repeat;
	width: auto;
	overflow: hidden;
}