.slideshow {



}

.stage-container {
	position: absolute;
	height: 555px;
	width: 960px;
	top: 0px;
	right: 0px;
	background-color: #FFF;
	clear: both;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #FFF; */
	overflow: hidden;
}

.linkContainerRIGHT {
	position:absolute;
	z-index: 35;
	bottom: 151px;
	right: 0px;
}


.linkContainerLEFT {
	position:absolute;
	z-index: 35;
	bottom: 150px;
	padding-top: 1px;
	padding-left: 1px;
	left: -1px;
}


#prev2 {
	width: 71px;
	height: 125px;
	display: block;
	line-height: 35px;
	background-image: url(../img/stage/prevArrow.png);
	background-repeat: no-repeat;
	margin-bottom: 1px;
}

#prev2:hover {
	background-position: 0 -125px;
}


#next2 {
	width: 71px;
	height: 125px;
	float: right;
	line-height: 35px;
	display: block;
	background-image: url(../img/stage/prevNext.png);
	background-repeat: no-repeat;
}


#next2:hover {
	background-position: 0 -125px;
}
