﻿#slider {
   width:390px; /* important to be same as image width */
   height: 210px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#sliderContent {
   width: 390px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.sliderImage span {
   position: absolute; /* important */
   padding: 0px 0px;
   width: 390px;
   background-color: #89b141;
   filter: alpha(opacity=95); /* here you can set the opacity of box with text */
   -moz-opacity: 0.9; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.9; /* here you can set the opacity of box with text */
   opacity: 0.9; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;
   left: 0;
}

.clear {
   clear: both;
} 
.sliderImage a
{
	font-size: 14px;
	color: #ffffff;
	font-family: Arial,Helvetica;
	text-decoration: none;
	font-style : normal;
	font-weight: normal;
}
.sliderImage a:hover
{
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial,Helvetica;
	text-decoration: none;
	font-style : normal;
	font-weight: normal;
}
.sliderImage h4
{
    font-size: 20px;
	color: #ffffff;
	font-family: Arial,Helvetica;
	text-decoration: none;
	font-style : normal;
	font-weight: bold;
	line-height:20px;
	padding:0;
	margin:0;
}
.sliderImage h5
{
    font-size: 18px;
	color: #ffffff;
	font-family: Arial,Helvetica;
	text-decoration: none;
	font-style : normal;
	font-weight: normal;
	line-height:18px;
	padding:0;
	margin:0;
}
.sliderImage h6
{
    font-size: 13px;
	color: #ffffff;
	font-family: Arial,Helvetica;
	text-decoration: none;
	font-style : normal;
	font-weight: normal;
	line-height:13px;
	padding:0;
	margin:0;
}
