@charset "utf-8";
/* CSS Document */
#slideShow1 a{text-decoration: none;}
#slideShow1{
	width: 320px;
	height: 123px;
	padding: 0px;
	margin: 0 auto;
	clear:both;
	}
.pagelinks a{
	width:9px;
	height:9px;
	margin:5px 0 0 8px;
	text-indent:-9999px;
	display:block;
	background:url(../../sp/images/top/slideshow/pagelinks.png) no-repeat left top;
	float:left;
}
.pagelinks a.activeSlide,.pagelinks a:hover{background:url(../../sp/images/top/slideshow/pagelinks-on.png) no-repeat left top}

/* this is for IE so the prev/next links can be hovered*/
.nextSlide,.prevSlide{background: url(../../sp/images/top/slideshow/spacer.gif);}
.nextSlide:hover{background: url(../../sp/images/top/slideshow/next.gif) no-repeat right bottom;}
.prevSlide:hover{background: url(../../sp/images/top/slideshow/before.gif) no-repeat 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;}