﻿/*----------- Slider1 -----------*/
#slider1 {
    width: 958px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0px auto;
	margin-bottom:12px;
	background:#1e0001;
}

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

.slider1Image span {
    position: absolute;
    font-size:15px;
    color:#3f0102;
    padding: 5px;
    width: 958px;
    background-color: #fff;
    filter: alpha(opacity=6);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    display: none;
}
.slider1Image span strong{
    font-size: 16px;
    color:#3f0102;
}
/*----------- Slider2 -----------*/
#slider2 {
    width: 270px; /* important to be same as image width */
    height: 405px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0px auto;
}

#slider2Content{
    width: 270px;
    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;
    width: 270px;
    background-color: #fff;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
    display: none;
}
.slider2Image span strong{
    font-size: 13px;
    color:red;
}
/*------------ Comment -----------*/
.top 
{
	top: 0;
	left: 0;
}
.bottom 
{
    text-align:center;
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 340px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 340px;
}
.bottom1 
{
	bottom: 16px;
    left: 0;
}