@charset "utf-8";
/* 360CM CSS Master Pages Document */

#slider1 {
    width: 1100px; /* important to be same as image width */
    height: 720px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0 auto;
	z-index:0;
}
#slider1Content {
    width: 1100px; /* important to be same as image width or wider */
	height:100%;
	z-index:0;
}
.slider1Image {
	z-index:0;
}
.slider1Image span {
    position: absolute;
	background-color: #b93c28;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
	-khtml-opacity: 0.85;
    opacity: 0.85;
    display: none;
	width: 320px;
	height:220px;
	padding: 30px 30px 0 15px;

}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.right {
	right: 0px;
	top:50px;
	width: 450px;
	height: 550px;
	z-index:0;
	padding: 20px 0 0 0;
}
