a { text-decoration: none; font-size:.8em; }

#slideShow1 { width: 300px; height: 310px;
	border: 1px solid #ccc; padding: 10px; padding-left:0px; padding-right:0px; background-color: #fff; 
	margin:10px; margin-left:0px; margin-right:0px; float:right;
}

.pagelinks a { font-weight: bold; color: #666; }

.slideCaption { background-color: #FFFFCC; padding:4px; text-align: center; font-weight: bold; }

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

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

.nextSlide:hover {
	background-image: url(../files/interface/slideshow/images/nextslide.jpg);
	background-repeat: no-repeat; background-position: right bottom;
}

.prevSlide:hover {
	background-image: url(../files/interface/slideshow/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: .7em;
	filter:alpha(opacity=70); -moz-opacity:.70; opacity:.70;
}

#tooltipURL { display: none; }

#slideShow1 a { text-decoration: none; }