#homeSlideshow {
	background: black;
	width: 960px;
	height: 540px;
	padding: 0px;
	margin-bottom: -10px;
	position: relative;
	width: 590px;
	width: 570px;
	height: 370px;
	right: 20px;
	top: 35px;
	position: absolute;
	overflow: hidden;
	padding-top: -20px;
}
#homeSlideshow2 {
	background: black;
	width: 960px;
	height: 440px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}

#homeSlideshow img {
	width: 960px;
	width: 570px;

}
#homeSlideshow2 img {
	width: 960px;
}
/*#home {
	padding: 0px;
	width: 960px;
	height: auto;
}*/

#prevImageButton, #nextImageButton {
	position: absolute;
	top: 240px;
	top: 45%;
	margin: 1%;
	padding: 3%;
	height: 0;
	width: 0;
	cursor: pointer;
	opacity: .3;
}
#prevImageButton:hover, #nextImageButton:hover {
	opacity: .9
}

#prevImageButton {
	left: 0px;
	background: url(prevImage.png) center no-repeat;
	background-size: 100%;
}

#nextImageButton {
	right: 0px;
	background: url(nextImage.png) center no-repeat;
	background-size: 100%;

}


#mainImage {
	position: absolute;
	transition: none 2s;
}
#loadNextImage {
	position: absolute;
}





}