#Slider
{
	width: 650px;
/*important to be same as image width*/
	height: 130px;
/*important to be same as image height*/
	position: relative;
/*important*/
	overflow: hidden;
/*important*/
}
#SliderContent
{
	position: absolute;
	width: 600px;
/*important to be same as image width or wider*/
	top: 0;
	left: 0;
	margin: 0;
}
.SliderImage
{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.SliderImage SPAN
{
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 450px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #FFF;
	display: none;
}
.clear
{
	clear: both;
}
.SliderImage SPAN STRONG
{
	font-size: 14px;
}
.top
{
	top: 0;
	right: 0;
}
.bottom
{
	bottom: 0;
	right: 0;
}
.left
{
	width: 150px !important;
	height: 60px;
	top: 0;
	left: 70px;
}
.right
{
	width: 200px !important;
	height: 60px;
	right: 0;
	bottom: 0;
}
UL
{
	list-style-type: none;
}
