
#ss, #ss1, #ss2, #ss3, #ss4 {
	clear: both;
	display: block;
	background-color: #333;
	border: 1px solid #999;
	font-family: Verdana, Arial, serif;
	font-size: 12px;
}

.slideshow_mask {
	background: url(../img/slide_container_mask.png) no-repeat;
}

#ss .slideshow_thumb, #ss1 .slideshow_thumb {
	background: url(../img/slide_thumb_bg_right.jpg) no-repeat top left;
}

#ss2 .slideshow_thumb {
	background: url(../img/slide_thumb_bg_left.jpg) no-repeat top left;
}

#ss3 .slideshow_thumb {
	background: url(../img/slide_thumb_bg_top.jpg) no-repeat bottom left;
}

#ss4 .slideshow_thumb {
	background: url(../img/slide_thumb_bg_bottom.jpg) no-repeat top left;
}

#ss div.active, #ss1 div.active {
	background-position: bottom left; 
}

#ss2 div.active {
	background-position: bottom top; 
}

#ss3 div.active {
	background-position: bottom right; 
}

#ss4 div.active {
	background-position: top right; 
}

.slideshow_thumb a {
	color: #333;
	clear: both;
	display: block;
	font-size: 11px;
	padding: 5px 5px 0 5px;
	text-decoration: none;
}

.slideshow_thumb img {
	border: none;
	clear: both;
	cursor: pointer;
	display: block;
	margin: 0 5px;
	width: 80px;
}

.slideshow_description {
	background: url(../img/slide_description_background.png);
}

.slideshow_close {
	background: url(../img/slide_description_close.gif) no-repeat top center;
	cursor: pointer;
	height: 9px;
	width: 9px;
}

.slideshow_close:hover {
	background-position: bottom center;
}

.slideshow_description a {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 5px 5px 0 5px;
	text-decoration: none;
}

.slideshow_description p {
	color: #ccc;
	margin: 0;
	padding: 0 5px 5px 5px;
}
