@charset "utf-8";
/* CSS Document */
#slider {
	width: 580px; /* important to be same as image width */
	height: 420px; /* important to be same as image height */
	position: absolute;
	margin-top: 100px;
	z-index: 1;
}
#sliderContent {
	width: 550px; /* important to be same as image width or wider */
	position: relative;
	top: -420px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	width: 499px;
	background-color: #180002;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #CCC;
	display: none;
	padding-top: 2px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	font-style: normal;
	font-weight: normal;
}
.clear {
	clear: both;
}
.sliderImage span strong {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

.frame {
	position:relative;
	width:550px;
	height:420px;
	left: 27px;
	z-index:2;
}
