﻿/*----------- Slider1 -----------*/
#slider1 {
    width: 1020px; /* important to be same as image width */
    height: 448px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    margin:0px auto;
    background:#000;
}

#slider1Content{
    width: 1020px;
    position: absolute;
    top: 0;
    margin-left: 0;
}
#slider1Content img{
    width: 1020px;
}
.slider1Image {
    float: left;
    position: relative;
    display: none;
}

.slider1Image span {
    position: absolute;
    font-size:0px;
    color:#007943;
    padding: 0px;
    width: 1020px;
    height:0px;
    background-color: #fff;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.50;
    display: none;
    top:448px;
}
.slider1Image span strong{
    font-size: 15px;
    color:#03512e;
    font-weight: bolder;
}
/*----------- Slider2 -----------*/
#slider2 {
    width: 340px; /* important to be same as image width */
    height: 510px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0px auto;
	border:1.25px solid #e8d6b4;
}

#slider2Content{
    width: 340px;
    position: absolute;
	top: 0;
}
.slider2Image {
    float: left;
    position: relative;
	display: none;
}
.slider2Image span {
    position: absolute;
    font-size:18px!important;
	color:#ff0000;
    padding: 0px;    
    background-color: #fff;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
    display: none;
    width: 100%;
    height: 35px;
    line-height: 35px;
    top:474px;
}
.slider2Image span strong{
    font-size: 13px;
    color:red;
}
/*------------ Common -----------*/
.top 
{
	top: 0;
	left: 0;
}
.bottom 
{
    text-align:center;
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 390px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 390px;
}
.bottom1 
{
	bottom: 16px;
    left: 0;
}