.slideshow
{
	z-index:5;
	display:block;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}

.slideshow img
{
	border: 0px;
	margin: 0px;
}

.slideshow .ssElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.slideshow .ssElementLoading
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #333;
	opacity: 0.75;filter: 'alpha(opacity=75)';
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('../../images/ajax_load.gif');
}

.slideshow .ssElementText
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	padding: 7px 0px 8px 0px;
	left: 0px;
	bottom: 0px;
	background: #333;
	text-indent: 0px;
}

.slideshow .ssElementText h2
{
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	font-weight: bold;
	color: #98BA31;
}

.slideshow .ssElementText p
{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #eee;
}

.slideshow a
{
	font-size: 100%;
	text-decoration: none;
	color:inherit;

}

