#slideShow1
{
	width: 420px;
	height: 315px;
}
#slideShow2
{
	width: 420px;
	height: 150px;
	margin: 0px;
	border: 1px solid #666;
	padding: 10;
}
.pagelinks a
{
	width:30px;
	height:18px;
	float:left;
	color: #1b1b1b;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	background-image: url(images/tab_link.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
}
/*.slideCaption
{
	background-color: #FFFFCC;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}*/
.pagelinks a.activeSlide
{
	padding:0;
	height:18px;
	float:left;
	margin-top: 10
\;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	width: 30px;
	background-image: url(images/tab_hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 5px;
}
/* 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;
}
