#slider2 {
	width: 320px; /* important to be same as image width */
	height: 225px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider2Content {
    width: 320px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider2Content ul,
#slider2Content li{
	margin: 0px;
	padding: 0px;
	list-style: url(none);
}
.slider2Image {
    position: relative;
	display: none;
}
.slider2Image span {
	position: absolute;
	padding: 10px;
	width: 300px;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	color: #fff;
	display: none;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
}
.clear {
	clear: both;
}
.slider2Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
	text-align: right;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

