@charset "utf-8";
/* CSS Document */

#slider2 {
    width: 280px; /* important to be same as image width */
    height: 200px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider2Content {
    width: 280px; /* important to be same as image width or wider */
	height:200px;
    position: absolute;
	top: 0;
	margin-left: 0;
}

.slider2Image {
    float: left;
    position: relative;
	display: none;
}
.slider2Image span {
    position: absolute;
	font: 10px/13px Arial, Helvetica, sans-serif;
    padding: 10px 10px;
    width: 260px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider2Image span strong {
	color:#43a4f1;
    font-size: 14px;
}

.slider2Image span a{
	font-weight:bold;
	color:#43a4f1;	
}

.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 150px !important;
	height: 290px;
}

.bottom {
	bottom: 0;
    left: 0;
}
#slider2 ul { list-style-type: none;}
#slider2 ul, #slider2 li{margin:0;padding:0;border:0;outline:0;}