
#masthead{
	width: 994px;
	position: relative;
	z-index: 1;
}
#homecarousel{width:994px!important;}
#masthead .panel{
	width: 120px!important;
	height:115px!important;
	padding:2px 5px 0 5px;
	text-align:center;
	font-size:10px;
	color:#505555;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#masthead .panel strong{
	color:#2f3333;
}

#masthead ul {}

#masthead .stepcarousel{width:994px!important;}

#masthead .belt{ width:994px!important;}

		

	
		/* #masthead #ss-wrap
		----------------------------------------------------------------------------- */
		#ss-wrap {
			width: 910px;
			position: relative;
			overflow: hidden;
			margin-left: 37px;
		}



			/**
			 *  Horizontal Buttons
			 */

			#ss-prev,
			#ss-next{
				width: 32px;
				height: 92px;
				display: block;
				position: absolute;
				top: 0px;
				z-index: 4;
				text-indent: -5000px;
				cursor: pointer;

			}

			#ss-next{
				right: 0px;
				background:url(../images/arrow_r.gif) no-repeat right top;
			}

			#ss-next:hover{
			background:url(../images/arrow_r.gif) no-repeat right top;	
			}

			#ss-prev{
			    left: 0px;
				
			    background:url(../images/arrow_l.gif) no-repeat left top;
			}

			#ss-prev:hover{
				background:url(../images/arrow_l.gif) no-repeat left top;
			}

			/**
			* 	Faded sides
			*/


