#crossSlide {
	list-style: none;
	margin: 0;
	padding: 0;
}
#crossSlide li {
	position: absolute;
}

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
	height: 515px;
	width: 444px;
	padding: 10px 0 0 20px;
}
.slideshow a img {
	float: left;
	display: block;
	position: static;
	z-index: 1;
	border:2px solid #B7780D;
}

.slideshow-controller {
	left: 180px;
	position: absolute;
	top: 20px;
	z-index: 10000;
}
.slideshow-controller .slideshowLeft {
	float: left;
	background: url(controller.png) 0 0 no-repeat;
	height: 42px;
	width: 20px;
}
.slideshow-controller .slideshowContainer {
	float: left;
	background: url(controller.png) top right no-repeat;
	height: 30px;
	padding: 12px 20px 0 0;
}
.slideshow-controller a {
	cursor: pointer;
	float: left;
	font-size: .1em;
	text-indent: -9999px;
	height: 18px;
	margin: 0 10px 0 0;
	overflow: hidden;.
}
.slideshow-controller .next {
	background-image: url(controller-next.gif);
	width: 28px;
	margin: 0;
}
.slideshow-controller .paused {
	background-position: 20px 0;
}
.slideshow-controller .pause {
	background-image: url(controller-pause.gif);
	width: 20px;
}
.slideshow-controller .prev {
	background-image: url(controller-prev.gif);
	width: 28px;
}

.slideshow-thumbnails {
	position: relative;
	overflow: hidden;
	height: 84px;
	padding: 50px 0 0 0;
}
.slideshow-thumbnails ul {
	width: 356px;
	height: 84px;
	padding: 0 0 0 70px;
}
.slideshow-thumbnails li {
	list-style: none;
	width: 84px;
	padding: 0 5px 0 0;
}
.jcarousel-container-horizontal {
	padding: 0 0 0 70px;
}
.jcarousel-clip-horizontal {
	overflow: hidden;
	width: 356px;
	height: 84px;
}
.slideshow-thumbnails a {
	display: block;
	float: left;
	padding: 5px;
	position: relative; 
}
.slideshow-thumbnails a:hover {
	border: 3px #cda864 solid;
	padding: 2px;
	background-color: #795616 !important;
	opacity: 1 !important;
}
.slideshow-thumbnails img {
	display: block;
}
.jcarousel-prev-horizontal {
	position: absolute;
	top: 34px;
	left: 40px;
	display: block;
	cursor: pointer;
	background: url(../images/slide-arrows-left.gif) 0 0 no-repeat;
	width: 25px;
	height: 20px;
}
.jcarousel-prev-horizontal:hover {
	background-position: 0 -20px;
}
.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover {
	background-position: 0 -40px;
}
.jcarousel-next-horizontal {	
	position: absolute;
	top: 34px;
	right: 20px;
	display: block;
	cursor: pointer;
	background: url(../images/slide-arrows-right.gif) 0 0 no-repeat;
	width: 25px;
	height: 20px;
}
.jcarousel-next-horizontal:hover {
	background-position: 0 -20px;
}
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover {
	background-position: 0 -40px;
}

