.slideshow-outer
{
	position: relative;
	background-color: #ffffff;
}
.slideshow-overlay 
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
}
.slideshow-overlay .overlay-text
{
	position: relative;
	padding-left: 20px;
	padding-top: 30px;
	height: 205px;
	width: 205px;
	overflow: auto;
}
.slideshow-controls
{
	position: absolute;
	left: 0px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #eeeeee;
	height: 47px;
	text-align: center;
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
	top: 251px;
}
.slideshow-controls img 
{
	border: 0px;
}
.slideshow-slide img
{
	border: 0px;
}
.slideshow-slideset
{
	position: absolute;
	right: 0px;
	top: 0px;
}
#Pager img
{
	padding: 0 0 0 3px;
}
#Pager img.first
{
	padding: 0;
}
.ie6 #Pager img
{
	padding: 0 0 0 1px;
}
img.activethumb
{
	filter: alpha(opacity=40);
	-moz-opacity: .40;
	opacity: .40;
	margin: 0;
}
img.inactivethumb
{
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
	margin: 0;
}
a:hover img.inactivethumb
{
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99;
	margin: 0;
}

