﻿/*----------- Slider1 -----------*/
#slider1 {
    width: 878px; /* important to be same as image width */
    height: 277px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    margin:0px auto 10px;
    background:#4b1002;
}

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

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

#slider2Content{
    width: 234px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider2Image {
    float: left;
    position: relative;
	display: none;
}

.slider2Image span {
    position: absolute;
    font-size:14px;
	color:Red;
    padding: 0px;    
    background-color: #fff;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
    display: none;
    width: 234px;
    height: 30px;
    line-height: 30px;
    top:321px;
}
.slider2Image span strong{
    font-size: 14px;
    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;
}