@charset "utf-8";
/* CSS Document */

#slider {
	height:150px !important;
	width:800px !important;
	border:none;
	padding:0px;
	margin:0px;
}
#galleryslider {
	background-image:url(data/banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:150px !important;
	width:800px !important;
	border:none;
	padding:0px;
	margin:0px;
}
#galleryslider2 {
	background-image:url(data/banner.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:150px !important;
	width:800px !important;
	border:none;
	padding:0px;
	margin:0px;
}
.IE #slider {
	margin-bottom:-20px !important;
	marigin-left:-40px !important;
}
#frc_logo {
	z-index:100;
}
#sliderContent {
	z-index:-100;
    position: absolute;
	top: -15px;
	margin-left:-40px;
}
.IE #sliderContent {
	margin-left:-60px;
	margin-bottom:-20px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}