﻿#slider
{
	width: 100%;	
	position: relative;
	float:left;
	display:inline;

}

#sliderContent
{
	width: 100%;
	position: relative;
	top: 0;
	margin:0px;
	padding:0px;
	height:400px;
	overflow:hidden;
}
#slider ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#slider ul li
{
	padding: 0px;
	background: white;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}


.sliderImage
{
	display: none;
}
.sliderImage span
{
	position: absolute;
	font: 12px Arial;
	padding: 0px 3px;
	background-color: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #fff;
	display: none;
	text-align: left;
	width:703px;
	height:50px;
}
.clear
{
	clear: both;
}
.sliderImage span strong
{
	font-size: 24px;
	color: #fff;
	font-weight:normal;
}
.top
{
	top: 0;
	left: 0;
}
.bottom
{
	bottom: 1px;
	height: auto;
	left: 0px;
}
.imgslide {height: 400px; width: 710px;}
.textquota {color: #FFFFFF; font-size:
 12px; font-family: Arial; padding-right: 25px;}
