#carouselbg {
	background-color: #424242;
	width: 480px;
	background-image: url(../images/bg01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 380px;
}
.ui-corner-all {
}
/* CSS Document */

.display-img {
	position: relative;
	width: 420px;
}

.display-text {
	width: 420px;
	float: left;
	height: 120px;
}
.display-text h2 {
	color: #FC0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}
.display-text p {
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
}
#home-display{
	overflow: hidden;
}
#carousel_windows {
	width: 2200px;
	float: left;
	left: 0px;
}
#carosel1 {
	float: none;
	position: absolute;
	left: 0px;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 436px;
	height: 300px;
	margin-left: 10px;
	margin-right: 10px;
}

.stepcarousel .slides{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .slide{
	float: left; /*leave this value alone*/
	overflow: hidden;
	width: 420px;
	height: 330px;
	padding: 20px;
}
#home-display.slide {
	float: none;
	position: absolute;
	left: 0px;
}
#home-display .slides.clearfix {
	width: 4400px;
	left: 0px;
}

#carosel2 {
	float: none;
	position: absolute;
	left: 600px;
}
#carosel3 {
	float: none;
	position: absolute;
	left: 1200px;
}
#carosel4 {
	float: none;
	position: absolute;
	left: 1800px;
}
