#slider
{
background: url(../images/loader.gif) no-repeat 222px 150px;
width: 664px; /* important to be same as image width */
height: 300px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
margin: 20px 0px 40px 0px;
}

#sliderContent
{
width: 664px;
position: absolute;
top: 0;
margin-left: 0;
}

.sliderImage
{
float: left;
position: relative;
display: none;
}

	.sliderImage span
	{
	border-right: 1px solid black;
	position: absolute;
	padding: 20px 20px;
	width: 664px;
	background-color: white;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: black;
	display: none;
	}

		.sliderImage span strong
		{
		font-size: 14px;
		}
		
		.sliderImage span ul
		{
		padding: 0px 0px 0px 20px;
		}

			.sliderImage span ul li
			{
			margin: 10px;
			list-style: square;
			}

.clear
{
clear: both;
}

.top
{
top: 0;
left: 0;
}

.bottom
{
bottom: 0;
left: 0;
}

.left
{
top: 0;
left: 0;
width: 180px !important;
height: 290px;
}

.right
{
right: 0;
bottom: 0;
width: 90px !important;
height: 290px;
}
