#carousel_container {
padding: 0px;
height: 250px; 
overflow: hidden;
}

#carousel_inner {
float: left; /* important for inline positioning */
width: 1000px; /* important (this width = width of list item(including margin) * items shown */
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: #fff;
}

#carousel_ul {
position: relative;
left: -1000px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width: 9999px; /* important */
/* non-important styling bellow */;
}

#carousel_ul li{
float: left; /* important for inline positioning of the list items */
width: 1000px;  /* fixed width, important */
/* just styling bellow*/
padding: 0px;
height: 250px; 
overflow: hidden;
background: url(/images/home/bkg/contentSliderBg.png) top repeat-x;
}

#carousel_ul li img {
.margin-bottom: -4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that */
/* styling */
border: 0px;
}

#left_scroll {
position:relative;
left: 0px;
top: -253px;
width: 28px;
height: 0px;
z-index: 100;
}

#right_scroll{
position:relative;
left: 973px;
top: -253px;
width: 28 px;
height: 0px;
z-index: 100;
}

#left_scroll img, #right_scroll img{
border: 0; /* remove the default border of linked image */
/*styling*/
cursor: pointer;
cursor: hand;
}

.foil {
margin: 7px 0 5px -10px;
z-index: 50;
}

div.foil-link {
float: left; 
margin-left: 40px; 
width: 210px;
}

div.foil-link a {
color: #fff;
hover: #6d84b4;
text-align: left; 
font-size: 11px; 
line-height: 125%;
text-decoration: none;
}

div.foil-link h1 {
padding: 10px 0 0px 0;
color: #fff;
text-indent: -2000px;
}
ul#carousel_ul div.productReleaseLeft{
	margin: 25px 0 0 75px;
	width: 440px;
	float: left;
	overflow: auto;
}
ul#carousel_ul div.productReleaseCenter{
	margin: 30px 0 0 0;
	width: 250px;
	float: left;
}
ul#carousel_ul div.productReleaseRight{
	margin: 85px 0 0 25px;
	float: left;
	overflow: auto;
}
ul#carousel_ul div.productReleaseCenter h1{
	margin: -5px 0 20px 0;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
ul#carousel_ul div.productReleaseCenter p{
	margin: 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
ul#carousel_ul div.eventScheduleLeft-1, ul#carousel_ul div.eventScheduleLeft{
	margin: 10px 0 0 75px;
	width: 350px;
	float: left;
	overflow: auto;
}
ul#carousel_ul div.eventScheduleRight-1, ul#carousel_ul div.eventScheduleRight{
	position: absolute;
	margin: 10px 0 0 525px;
}
ul#carousel_ul div.eventScheduleLeft-1 h1, ul#carousel_ul div.eventScheduleRight-1 h1, ul#carousel_ul div.eventScheduleLeft h1, ul#carousel_ul div.eventScheduleRight h1{
	margin: 75px 0 10px 0;
	font-size: 20px;
	color: #fff;
	text-align: center;	
}
ul#carousel_ul div.eventScheduleLeft-1 p, ul#carousel_ul div.eventScheduleRight-1 p, ul#carousel_ul div.eventScheduleLeft p, ul#carousel_ul div.eventScheduleRight p{
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #ccc;
}
ul#carousel_ul div.eventScheduleLeft-1 strong, ul#carousel_ul div.eventScheduleRight-1 strong, ul#carousel_ul div.eventScheduleLeft strong, ul#carousel_ul div.eventScheduleRight strong{
	color: #fff;	
}
div.home3ColLeft{
	margin-top:0px; 
	margin-left: 10px; 
	width: 480px; 
	float: left;
}
#middleBanner div.home3ColLeft h1{
	margin: 0 0 0 5px;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 125%;
	background: url(/images/home/bkg/h1Bkg.png) no-repeat bottom left;
}