#slider2 {
    width: 639px; /* important to be same as image width */
    height: 207px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	font:bold 14px Calibri; 
	z-index:-1;
}

#slider2 li 
{
	list-style-type:none;
	}

#slider2Content {
    width: 874px;
    position: absolute;
	top: 0;
	margin: 0;
	padding:0;
}
.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}


.slider1Image span, .slider2Image span {
    position: absolute;
	font:normal 17px/22px Calibri, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 427px;
    display: none;
    background: url(../images/black-77.png) repeat 0 0 transparent;
}

.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
    font-size: 14px;
}
.topSL {
	top: 0;
	left: 0;
	padding-left:50px;
	height:30px;
	width:150px;
}
.bottomSL {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
    padding:10px 0 0 10px;
	width: 200px !important;
	height: 243px; color:#ffffff;
}
.right {
	right: 0;
	bottom: 0;
	padding:10px 0 0 10px;
	width: 200px !important;
	height: 190px;
	text-align:right; color:#ffffff;
}
.br3 
{
	border:1px solid #e1e1e6;
	}
