﻿@charset "utf-8";

img{
	border:none;
	}



#slider {
    width: 500px; /* important to be same as image width */
    height: 219px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	border:none;
	background-color:#81b4ed;
	float:left;
	
}

#slider a{
   

}

#sliderContent {
   width: 500px; /* important to be same as image width or wider */
    position: absolute;
	float:left;
	top: 0 !important;
	padding-top:0 !important;
	margin-top:0 !important;
	
	margin-left:0;
	border:none;	
	float:left;
	
}



.sliderImage {
 	float: left;
    position: absolute;
	display: none;
	border:none !important;
	left:0 !important;
	top: 0 !important;
	border:0 !important;	
	
}
.sliderImage span {
    position: absolute !important;
	font: 11px/15px Arial, Helvetica, sans-serif;
    
	padding: 7px 10px 5px 5px !important;
	
    width: 500px;
    background-color: #FFFFFF;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color:#333;
    display: none;
	border:none;
	}
	
.clear {
	clear: both;
}
/*.sliderImage span strong {
    font-size: 14px;
	 color:#002aff;
}*/

.sliderImage span strong a {
    font-size: 12px;
	 color:#1d4d9e;
	 text-decoration:none;
}

.sliderImage span strong a:hover {
    font-size: 12px;
	 color: #ff6600;
	 text-decoration:underline;
}


.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;
}
