a {
  text-decoration: none;
}
#slideShow2
{
	width: 300px;
	height: 300px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin: 10px;
}
.pagelinks a
{
	font-weight: bold;
	color: #666;
}
.slideCaption
{
	padding: 4px;
	text-align: center;
	font-weight: bold;
}
.pagelinks a.activeSlide
{
	color: #f90;
}

#slideShow1 a {
  text-decoration: none;
}
#slideShow1
{
	width: 504px;
	height: 300px;
	border: 0px solid;
	padding: 5px;
	margin: 5px;
}
/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide
{
	background-image: url(../img/spacer.gif);
}
.nextSlide:hover
{
	background-image: url(../img/nextslide.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.prevSlide:hover
{
	background-image: url(../img/prevslide.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}