a {
  text-decoration: none;
}
#slideShow1
{
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
	width: 230px;
	height: 230px;
	border: 1px solid #999999;
	padding: 5px;
	background: #ffffff;
	margin: 0px auto 10px auto;
}
.slideshowHolder
{
	position: relative !important;
	margin: 25px auto !important;
	width: 220px !important;
	height: 170px;
	overflow: hidden !important;
	left: 0px !important;
	top: 0px !important;
}
#slideShow2
{
	width: 100px;
	height: 300px;
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #fff;
	margin: 10px;
}
.pagelinks a
{
	font-weight: bold;
	color: #0B4C86;
}
.slideCaption
{
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-moz-border-radius-topleft:9px;
	-moz-border-radius-topright:9px;
	border: 1px #000000;
	background-color: #D6DCEA;
	text-align: center;
	font-weight: bold;
	height: 20px;
}
.pagelinks a.activeSlide
{
	color: #F1AF12;
}
/* this is for IE so the prev/next links can be hovered*/
.nextSlide, .prevSlide {
	background: transparent !important;
}
.nextSlide:hover
{
	background: url(../slides/photo-right.png) no-repeat center left;
}
.prevSlide:hover
{
	background: url(../slides/photo-left.png) no-repeat center right;
}
.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;
}