h3.section {
	margin-top: 1em;
}

#vertical_slide, #horizontal_slide {
	background: #D0C8C8;
	color: #8A7575;
	padding: 10px;
	border: 5px solid #F3F1F1;
	font-weight: bold;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}

#optSwitch {
  position:absolute;
  width:440px;
  height:190px;
  top:167px;
  right:6px;
  overflow:hidden;
}

#opt1 {
  z-index:5000;
  position:absoulte;
  width:440px;
  height:190px;
  background:url(../images/bhv_w.png) 0 0 no-repeat;
  top:0;
  left:0;
}

#opt2 {
  z-index:1000;
  width:440px;
  height:190px;
  background:url(../images/bhv_m.png) 0 0 no-repeat;
  top:0;
  left:0;
  position:relative;
}
#opt3 {
  z-index:1000;
  width:440px;
  height:190px;
  background:url(../images/bhv_optin.png) 0 0 no-repeat;
  top:0;
  left:0;
  position:relative;
}
#switchButtons {
  z-index:6000;
  position:absolute;
  top:357px;
  right:6px;
}
