/* slim */
#slider {
    width: 691px; /* important to be same as image width */
    height: 319px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	
}
#slider #sliderContent {
    width: 691px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;

}
#slider .sliderImage {

    float: left;
    position: relative;
	display: none;
		
}
#slider .sliderImage span {
	position: absolute;
	margin-left:4px;
	margin-top:3px;
	padding-left:10px;
	padding-bottom:5px;

	width: 674px; 
	background-color: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #89B649;
	display: none;
}
#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 14px;
}
#slider .top {
	top: 0;
	left: 0;
		
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 100px;
}
#slider .right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 100px;
}

#slider ul { list-style-type: none; margin:0px; padding:0px;}
#slider ul li{ margin:0px; padding:0px;}
#slider .sliderImage h6{
	margin:0px;
	font-family: "Century Gothic", Arial, Verdana;
	font-weight: normal;
	font-size: 26px;
}
#slider .sliderImage img{
border:0px;

}
/* fin slim */


/* slim */
#slider2 {
    width: 691px; /* important to be same as image width */
    height: 211px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	
}
#slider2 #slider2Content {
    width: 691px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;

}
#slider2 .slider2Image {

    float: left;
    position: relative;
	display: none;
		
}
#slider2 .slider2Image span {
	position: absolute;
	margin-left:4px;
	margin-top:3px;
	padding-left:10px;
	padding-bottom:5px;

	width: 674px; 
	background-color: #000000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #89B649;
	display: none;
}
#slider2 .clear {
	clear: both;
}
#slider2 .slider2Image span strong {
    font-size: 14px;
}
#slider2 .top {
	top: 0;
	left: 0;
		
}
#slider2 .bottom {
	bottom: 0;
    left: 0;
}
#slider2 .left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 100px;
}
#slider2 .right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 100px;
}

#slider2 ul { list-style-type: none; margin:0px; padding:0px;}
#slider2 ul li{ margin:0px; padding:0px;}
#slider2 .slider2Image h6{
	margin:0px;
	font-family: "Century Gothic", Arial, Verdana;
	font-weight: normal;
	font-size: 26px;
}
#slider2 .slider2Image img{
border:0px;

/* fin slim */
