#slider2 {
    width: 671px; /* important to be same as image width */
    height: 384px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background: #e9e6e1;
	margin: 3px;
}

#slider2-wrapper {
    width: 677px; /* important to be same as image width plus 6 */
    height: 390px; /* important to be same as image height plus 6 */
    position: relative; /* important */
	overflow: hidden; /* important */
	background: #e9e6e1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
	padding: 0;
}

#slider2Content {
    width: 674px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider2Image {
    float: left;
    position: relative;
	display: none;
}
.slider2Image span {
    position: absolute;
	font-family: "Book Antiqua", serif;
	font-weight: 600;
	font-style: italic;
	color: #766557;
	font-size: 18px;
    padding: 15px 20px;
	padding-bottom: 20px;
	line-height: 26px;
	width: 674px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fbdf96;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 5px;
    display: none;
}
.clear {
	clear: both;
}
.slider2Image span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 140px !important;

}
.right {
	right: 0;
	bottom: 0;
	width: 150px !important;
	
}