@charset "utf-8";
/* CSS Document */

#slider1 {
    width:700px !important; /* important to be same as image width */
    height: 320px !important; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin:0px;
}
#slider1 img{width:700px !important; height:320px !important;}
#slider1 ul li {width:700px !important;}
#slider1 ul li a{background:none !important; text-align:left !important; margin-bottom: -10px !important; }

#slider1Content {
    width: 700px !important; /* important to be same as image width or wider */
	height:320px !important;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px 10px;
    width: 680px !important;
    background-color: #fae8ef;
    filter: alpha(opacity=50);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.8;
    color: #011a2f;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px; line-height:2;
}
.left {
	top: 0;
    left: 0;
	width: 180px !important;
	height: 280px;
	text-align:justify;
	line-height:1.3;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
.bottom {
	bottom: 0px;
    left: 0;
    text-align:justify;
    line-height:1.3;
}
.xt{margin-top:10px; width:175px; text-align:right}