@charset "utf-8";
/* CSS Document */

#slider1 {
    width: 980px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0px !important;
	margin-top:0px;
	padding:0px !important; 
	-webkit-box-shadow: 0 0 5px 0 #6B6B6B;
	box-shadow: 0 0 5px 0 #6B6B6B;
	margin-bottom:12px !important;
}

#slider1Content {
    width: 980px; /* important to be same as image width or wider */
    position: absolute;
	top: -12px;
	left:-40px;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 11px/15px Arial, Helvetica, sans-serif;
    padding: 15px 18px;
    width: 2px;
    background-color: rgba(70, 140, 0, 0.00);
   
    color: #fff;
    display: none;
	text-shadow:#000 0px 1px 0px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 16px;
	color:#FF0;
	margin-bottom:10px;
}
.left {
	top: 0;
    left: 0;
	width: 2px !important;
	height: auto;
	margin-left:10px;
	margin-top:10px;
}
.right {
	right: 0;
	bottom: 0;
	width: 2px !important;
	height: 2px;
}
ul { list-style-type: none;}