
#slideShow1{
	width: 400px;
	height: 420px;
	border: 0px #000 solid;
	font-size: 10pt;
	text-align: left;
	cursor: default;
}

.pagelinks a {
	font-weight: bold;
	color: #999;
	cursor: pointer;
}

.slideCaption {
	font-size: 12pt;
	padding: 4px;
	text-align: center;
}

.pagelinks a.activeSlide {
	color: #f90;
}

/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide {
	background-image: url('../images/spacer.gif');
}

.nextSlide:hover {
	background-image: url('../images/slideshow_next.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
	text-decoration: none;
	cursor: pointer;
}

.prevSlide:hover {
	background-image: url('../images/slideshow_prev.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	cursor: pointer;
}
