.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

#slideshowHolder {
	border: 1px none #ccc;
	min-height: 108px;
}
*:first-child+html #slideshowHolder {
	top: 25px;
	left: 0px;
}
* html #slideshowHolder {
	top: 25px;
	left: 0px;
}


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


.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;
}

.pagelinks {
	left: 1500px;
}

.slideshowCaption {
	left: 1500px;
}
#tooltipURL {
	left: 1500px;
}

#slideshowLoader {
	left: 1500px;
}

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