a {
  text-decoration: none;
}
#slideShow1
{
	width: 860px;
	height: 640px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin: 10px;
	text-align: left;
}
#slideShow2
{
	width: 860px;
	height: 450px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin: 10px;
}
.pagelinks a
{
	font-weight: bold;
	color: #666;
}
.pagelinks a img
{
	border: 2px solid #FFFFFF;
	margin:0 6px 0px 0;
}
.pagelinks a img:hover
{
	border: 2px solid #069CFF;
}
.slideCaption
{
	background-color: #DFEDF7;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	margin-bottom:15px;
}
.pagelinks a.activeSlide
{
	color: #f90;
}
.pagelinks a.activeSlide img
{
	border: 2px solid #069CFF;
}
/* 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/nextslide.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.prevSlide:hover
{
	background-image: url(../images/prevslide.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.inputsTooltip
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#tooltipURL
{
	display: none;
}
#slideShow1 a {
  text-decoration: none;
}

/* Added for sliding thumbnails */
#left_arrow {
	float:left;
	width:40px;
	height:100px;
}

#right_arrow {
	float:right;
	width:30px;
	height:100px;
}