@charset "utf-8";
/* CSS Document */

/**/
.slider1Image {
    position: relative;
	display: none;	
}
.slider1Image span {
    position: absolute;
	font-size:12px;
    padding: 20px 14px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    display: none;
	line-height:160%;
}
.slider1Image span.left {
	width: 180px !important;
	height: 240px;
	margin-top:-280px;
}
.slider1Image span.right {
	width: 180px !important;
	height: 240px;
	margin-top:-280px;
	margin-left:620px;
}
