

/*/////////////////////////////////////*/
/*//SLIDESHOW						 //*/
/*/////////////////////////////////////*/

.the-slideshow, .slideshow-wrapper {
	margin: 0 auto 20px;
	position: relative;
	width: 780px;
}

.slideshow {
	height: 250px;
	position: relative;
	width: 780px;
}
.slideshow li {
list-style: none;
}
.slideshow-wrapper .browse-button {
	overflow: hidden;
	text-decaration: none;
	text-indent: -999px;
	transition: opacity 300ms ease-in-out 0s;
}

.slideshow-wrapper .browse-button, .slideshow-wrapper .tab-pager {
	z-index: 50;
}

.slideshow-wrapper .backward {
	background: url(slideshow-arrows.png) no-repeat;
	height: 50px;
	left: 10px;
	width: 50px;
	position: absolute;
	top: 45%;
}

.slideshow-wrapper .forward {
	background: url(slideshow-arrows.png) no-repeat scroll -50px 0;
	height: 50px;
	right: 10px;
	width: 50px;
	position: absolute;
	top: 45%;
}

.backward:hover {
	background-position: 0 -50px;
}

.forward:hover {
	background-position: -50px -50px;
}

