.slideshow img 
{
	opacity: 		0;
	-moz-opacity: 	0;
	-khtml-opacity:	0;
	filter: 		alpha(opacity=0);
}

.slideshow
{
	margin:0px; 
	position:relative;
	background-image:url(/client/assets/images/_template/slidebk.gif);
}



.slideshowslides 
{
	
}

.slideshowtext
{
	position:		absolute; 
	line-height:	15px;
	padding:		10px;
	z-index:		200;
}

.slideshowtext .Title
{
	font-style:		bold;
	line-height:	28px;
	font-size:		24px;
	z-index:		200;
	color:			white;
}

.slideshowtext .Text
{
	color:			white; 
	display:		block;
	font-size:		14px;
	line-height:	18px;
	z-index:		200;
	text-align:		left;
	margin-left:	1px;
}

.slideshowtext A:link,
.slideshowtext A:visited
{
	text-decoration:	none;
	font-weight:		bold;
	color:				#FFFFFF;
}

.slideshowtext A:hover,
.slideshowtext A:active
{
	text-decoration:	underline;
	color:				#BB5808;
}


.slideposition
{
	position: 		absolute;
	right:			0px;
	top:			0px;
	margin:  		0px;
}

.slideshow ul 
{
	background:		 #FFF;
	position: 		absolute;
	opacity: 		0.5;
	overflow: 		hidden;
	padding: 		2px 4px;
	left: 			60px;
	top: 			0;
	z-index: 		1000;
}

.slideshow:hover ul 
{
	opacity: 		1.0;
}

.slideshow ul a 
{
	background:		 url(/client/assets/images/_core/a.gif) no-repeat;
	cursor: 		pointer;
	display: 		block;
	float: 			left;
	height: 		12px;
	margin: 		0 4px 0 0;
	overflow: 		hidden;
	width: 			15px;
}

.slideshow ul a.prev 
{
	background-image: url(/client/assets/images/_core/prev.gif);
	width: 			14px;
}

.slideshow ul a.next 
{
	background-image: url(/client/assets/images/_core/next.gif);
	margin-right:	 0;
	width:			 14px;
}

.slideshow ul a.active,
.slideshow ul a.prev:hover,
.slideshow ul a.next:hover 
{
	background-position: 0 -14px;
}
.slideshow ul li 
{
	float: 			left;
	list-style: 	none;
}