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

#about-slider {
	margin:auto;
    width: 960px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin-top:30px;
	bottom:30px;

}

#about-sliderContent {
    width: 950px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.about-sliderImage {
    float: left;
    position: relative;
	display: none;
}
.about-sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding:30px;
    width: 910px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}

.about-sliderImage em{
	color:#f1f1f1;
	font-style:normal;
	font-size:12px;
	line-height:22px;
}

.clear {
	clear: both;
}
.about-sliderImage span strong {
    font-size: 18px;
	display:block;
	padding-bottom:20px;
}
.left {
	top: 0;
    left: 0;
	width: 300px !important;
	height: 300px;
}
.right {
	right: 0;
	top:0;
	bottom: 0;
	width: 300px !important;
	height: 300px;
}
ul {
	list-style-type: square;
}
