﻿/*-----------------------------------------------*/
/*---------------      Slider     --------------*/
/*---------------------------------------------*/

#slider1 {
    width: 980px; /* important to be same as image width */
    height: 209px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	clear: both;
	top: 0;
	margin-left: 0;
}

#slider1Content {
    width: 900px; /* important to be same as image width or wider */
    position: absolute;
    margin-top: 0px;
    list-style-type: none;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font-size: 1.2em;
    padding: 10px 20px;
    width: 900px;
    background-color: #305171;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}

.left {
	top: 0;
    left: 0;
	width: 260px !important;
	height: 209px;
}
.right {
	right: 0;
	bottom: 0;
	width: 260px !important;
	height: 209px;
}
#slider1 h2 {font-size: 1.5em; padding: 15px 0; color:White}

