.panel img {
	z-index:8;
}
.panel img.after { 
	z-index:9;
}
.panel img.before {
	z-index:10;
}
#slideshowMain {
	margin:20px auto;
	width:1280px;
	color:red;
	visibility:hidden;
	background: #ddd;
	position:relative;
}
#previousArrow, #nextArrow {
	height: 30px;
	width:20px;
	background-color: #222;
	text-align:center;
	position:absolute;
    cursor: pointer;
    cursor: hand;
}
#previousArrow {
	top:15px;
	left:15px;
}
#nextArrow {
	top:15px;
	right: 15px;
}
.afterButton, .beforeButton {
	width:100px;
	height:20px;
	background-color:#efc981;
	text-align:center;
	position:absolute;
	cursor: pointer;
    cursor: hand;
	color:white;
	font-family:Helvetica, Arial, sans-serif;
}
.afterButton {
	top: 604px;
	left:362px;
	background:#859E40;
	
}

.beforeButton {
	top:604px;
	left:260px;
	background:#ABA8A8;
}
.panel {text-align:center;padding-top:2px;}
