#slideShow1
{
	background: #C8DDDE;
	width: 450px;
	height: 200px;
	margin-left: 13px;
	margin-top:13px;
	border: 0px solid #ccc;
	padding: 0px;
}

.linkSlide
{
	height: 0px;
	display: none;
}		

.slideCaption
{
	font: 11px Arial, Verdana, sans-serif;
	margin: 0px;
	background:#000;
	text-align: center;
	color: #fff;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
{
	background-image: url('../_img/spacer.gif');
	text-decoration:none;
	padding: 0px;
}
.nextSlide:hover
{
	background-image: url('../_img/nextslide.gif');
	background-repeat: no-repeat;
	background-position:right center;
}
.prevSlide:hover
{
	background-image: url(../_img/prevslide.gif);
	background-repeat: no-repeat;
	background-position:left center;
}
