body {
  padding: 0;
}

#sizer {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#expander { 
  margin: 0;
  position: relative;
} 

.header {width: 100%; padding: 0;}

.subHeadWrapper {
  position: relative;
  height: 280px;
  text-align: center;
  border: solid #fff;
  border-width:0;
}

#slideHolder{
	position:absolute;
	left: 0px;
	overflow: hidden;
	margin-left: 0px;
}

.headImage {
	width:344px;
	background: #FFF;
	margin: 0;
	padding: 0;
}

.headImage img {margin: 0; vertical-align:bottom;}
.headImage img {disply:block;}

#headControlsBack {
  position: absolute;
  margin-left: 0px;
  bottom: 0px;
  left: 0;
  z-index: 8;
  background: #EE8E1A;
  width: 58px;
  height: 21px;
  filter:alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
}

#headControls {
  position: absolute;
  margin-left: 0px;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 57px;
  height: 21px;
  text-align: center;
  padding: 6px 9px;
  left:0px;
  top:260px;
}

#headControls img {float:left;margin: 0 2px;}

#headTitleBack {
  position: absolute;
  left:58px;
  bottom: 0px;
  width: 286px;
  background: #EE8E1A;
  z-index: 8;
  height:21px;
  filter:alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
}

#headTitle {
  position: absolute;
  margin-left: 64px;
  bottom: 1px;
  left: 0;
  z-index: 9;
  color: #FFF;
  font-weight:bold;
  top:260;
}