#slider1 {
    width: 954px; /* important to be same as image width */
    height: 297px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 954px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0px;
	padding: 0px;
}
.slider1Image {
    float: left;
    position: relative;
	display: none; /* important */

}
.slider1Image span {
position: absolute; /* important */


}

.slider1Image strong h1 {
color: #bd191f;
}
blockquote,address{
margin: 0;
padding: 0;
float:left;
width:260px;
height:48px;
color: #bd191f;
display:block;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 477px;
	width: 440px !important;
	height: 297px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}
.scrolling{
	display:block;
}
h1{
	text-align:left;
	display:block;
	float:left;
	width:100%;
}

h1.red{
	color: #bd191f;
	display:block;
	float:left;
	width:100%;
}
h1.dark{
	color: #000000;
}
.clearfloat{
	clear:both;
	height:0px;
}
