@charset "utf-8";
/* SLIDER */


#slider1 {
    width: 990px; /* important to be same as image width */
    height: 343px; /* important to be same as image height */
	margin:0 auto;
    position: relative; /* important */
	overflow: hidden; /* important */
}


#slider1Content{
    width: 990px;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image{
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/16px "MetrophobicRegular", Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
    color: #fff;
    display: none;
}

.slider1Image span, .slider2Image span {
    position: absolute;
	font: 13px/16px "MetrophobicRegular", Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
	-khtml-opacity: 0.6;
    opacity: 0.6;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong{
    font-size: 16px;
	color:#F90;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}



