@charset "utf-8";
/* CSS Document */

#slider {
    width: 400px; 
    height: 327px; 
    position: relative; 
	overflow: hidden;
	border: 0px solid;
	background-color:#3333;
	border-bottom-color:#0099FF;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-left-color:#0099FF;
	border-left-style:solid;
	border-left-width:thin;
	border-top-color:#0099FF;
	border-top-style:solid;
	border-top-width:thin;
	border-right-color:#0099FF;
	border-right-style:solid;
	border-right-width:thin;
}
#sliderContent {
    width: 400px; 
    position: absolute;
	top: 0;
	margin-left: 0;
	margin-top:0;
	background:#fff;
	padding:0px;
	height:327px;
	
	
}
.sliderImage {
	top:0;
	left:0;
    float: left;
    position: relative;
	display: none;
	width:400px;
	height:327px;
	
	
}
.bottom {
	left: 0;
	padding-bottom:10px;
	color:#CCCCCC;
	font-size:16px;
	overflow:auto;
	height:70px;
	width:100%;
	
}
.a
{
color:#FF0000;
text-decoration:none;
}
.a:hover
{
color:#FFFF00;
text-decoration:none;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    width: 400px;
    background-color:#C9D6CD;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity:2;
    color: #FF0000;
    display: none;
	padding-bottom:0px;

}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}

.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}