#carouselContainerOld
{
	width: 750px;
	height: 130px;
	position:absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -375px;
}

#carouselContainer
{
	display: table;
	position: absolute;
	left: 0px;
	width: 100%;
	height: auto;
	bottom: 75px;
}

#carouselContentCont
{
	width: 80%;
	display: table-cell;
	vertical-align: middle;
}

#carouselContent 
{
	width: 350px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: left;
	background-image: url(../images/overlay.png);
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media screen and (max-width: 740px) {
	/*#carouselContent {left: 50%; margin-left: -125px; bottom: 48px; height: auto;}*/
	#carouselContent { width :65%; }
	#carouselContainer { bottom: 15px; }
}

#stepLeft{
	width: 10%;
	display: table-cell;
	height: 115px;
	overflow: hidden;
}

#stepRight{
	width: 10%;
	display: table-cell;
	height: 115px;
	overflow: hidden;
	text-align: right;
}

#stepRight img { display: none; }
#stepLeft img { display: none; }

#carouselMask
{
	position: absolute;
	width: 730px;
	height: 115px;
	top: 10px;
	left: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
}
	
#carousel
{
	position: relative;
	display: none;
	margin-left: 10px;
	width: 750px; /*Width of Carousel Viewer itself*/
	height: 130px; /*Height should enough to fit largest content's height*/
	background-color: #030303;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	border: 1px solid #696969;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#belt{
	position: absolute; /*leave this value alone*/
	left:-10px;
	top: 0;
	width: 6000px;
	height: 115px;
}

#panel{
	float: left; /*leave this value alone*/
	margin: 0px 10px; /*margin around each panel*/
	width: 130px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 100px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	line-height: 11px;
	color: #ffffff;
}

#panel img
{
	width: 128px;
	height: 90px;
}