.imageSwap
{
	display: none;
}

.slideshowContainer
{
	position: absolute;
	width: 720px;
	height: 360px;
	margin-top: 95px;
	margin-left: 40px;
}

#slideshow
{
	width: 720px;
	height: 360px;
	filter:alpha(opacity=100);
	opacity: 1.0;
}

#slideshow div
{
	position: absolute;
	top: 355px;
	left: 0;
	width: 760px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	filter:alpha(opacity=70);
	opacity: 0.7;
	z-index: 2;
	background-color: #fff;
}

#leftArrow
{
	display: none;
	position: absolute;
	top: 320px;
	left: 15px;
	width: 25px;
	height: 25px;
	filter:alpha(opacity=60);
	opacity: 0.6;
	z-index: 2;
	background-color: #C5C5C5;
}
	#leftArrow:hover {cursor: pointer;}
	
#rightArrow
{
	display: none;
	position: absolute;
	top: 320px;
	left: 680px;
	width: 25px;
	height: 25px;
	filter:alpha(opacity=60);
	opacity: 0.6;
	z-index: 2;
	background-color: #C5C5C5;
}
	#rightArrow:hover {cursor: pointer;}