.slider {
	margin: 0 auto;
	width: 100%;
	height: 400px;
}
#slider1 {
    width: 980px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-color: #fff;
}

#slider1Content {
    width: 980px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
}
#slider1Content strong {
	display: block;
	font-size: 63px;
	color: #272727;
	text-transform: uppercase;
	letter-spacing: -2px;
	margin-top: 20px;
}
#slider1Content b {
	color: #727272;
	font-size: 23px;
	text-transform: uppercase;
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
    width: 910px;
	background-color:transparent;
	@background-color: #fff;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
	-khtml-opacity: 1;
    opacity: 1;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span a {
	float: left;
}
.slider1Image span strong {
    font-size: 21px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	width: 450px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 30px;
	width: 450px !important;
	height: 340px;
}
.right {
	right: 30px;
	bottom: 0px;
	width: 450px !important;
	height: 350px;
}
ul { list-style-type: none; margin:0px; padding:0px;}
li {
	margin: 0px;
	padding: 0px;
}
a.more_slider {
	float: left;
	width: 130px;
	height: 20px;
	padding: 8px 15px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #C92F2F url(../images/arrow_03.png) no-repeat right 14px;
}
