#prod_selector{ 
  position: absolute;
  width: 800px;
  height: 0px;
  overflow: hidden;
  top: 350px;
  z-index: 2;
  opacity: .90;
  filter: alpha(opacity=90);
}

#prod_selector .nav{ 
  position: relative;
  width: 235px;
  height: 171px;
  background-color: #0099ff;
  float: left;
  z-index: 200;
}

#prod_selector .nav .activate{ 
  cursor: pointer;
}

#prod_selector .stage{ 
  position: relative;
  width: 565px;
  height: 171px;
  background-color: #fff;
  float: left;
  z-index: 40;
}

/** PRODUCT IMAGES AND NAMES ON STAGE */

#prod_selector #stage_container {
	position : relative;
	z-index: 3;
}

#prod_selector #stage_container .prod_container{ 
  position: relative;
  padding-top: 10px;
  width: 180px;
  height: 120px;
  text-align: center;
  float: left;
}

#prod_selector #stage_container .prod_container .prod_img{ 
  position: relative;
  margin: 0 auto;
  border: 0px;
}

#prod_selector #stage_container .prod_container .prod_name{ 
  position: relative;
  width: 150px;
  margin: 0 auto;
  font-family: verdana;
  font-size: 11px;
}

#prod_selector .item {
	color: #FFFFFF;
	font-family: verdana;
	font-size: 9px;
	padding-top: 4px;
	height: 17px;
	position:relative;
	padding-left: 30px;
	cursor: pointer;
	text-align: left;
}

#prod_selector .prod_container .prod_img {
	padding-top: 0px;
}

.nav_arrow {
	position: absolute;
	top: 0;
	right: -24px;
	z-index: 25;
}

.hidden {
	display: none;
}

A, A:link, A.subNavLink:visited {
	text-decoration: none;
	color:  #072568;
	font-size: 10px;
	z-index: 1;
}

A.bold {
	font-weight: bold;
}

A:hover, A.subNavLink:active {
	color:  #c1272d;
	font-size: 10px;
	text-decoration: none;
	z-index: 1;
}

.selected_prod {
	background-color: #FFFFFF;
}


#load_pane {
	height: 377px;
	width: 800px;
	background: url("../images/bkrnds/loader_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 20;
	background-color: #FFFFFF;
}

#load_pane #num_1 {
	position: absolute;
	top: 0px;
	left: 2px;
	height: 39px;
	width: 28px;
	z-index: 21;
}

#load_pane #num_2 {
	position: absolute;
	top: 0px;
	left: 27px;
	height: 39px;
	width: 28px;
	z-index: 21;
}

#load_pane #num_3 {
	height: 39px;
	width: 28px;
	position: absolute;
	top: 0px;
	left: 54px;
	z-index: 21;
}
#load_pane #num_percent {
	height: 39px;
	width: 28px;
	position: absolute;
	top: 0px;
	z-index: 21;
	left: 80px;
}

#loader_copy {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 21;
}

#load_copy_div {
	position: absolute;
	top: 148px;
	left: 60px;
	height: 39px;
	width: 800px;
	overflow: hidden;
	z-index: 21;
}

#num_div {
	position: absolute;
	height: 36px;
	width: 130px;
	top: 148px;
	left: 418px;
	overflow: hidden;
	z-index: 21;
}

#top_blinder {
	height: 188px;
	width: 800px;
	border-bottom: 1px solid #CCCCCC;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 21;
	background-color: #FFFFFF;
}

#bottom_blinder {
	height: 188px;
	width: 800px;
	border-top: 1px solid #CCCCCC;
	position: absolute;
	top: 189px;
	left: 0px;
	z-index: 21;
	background-color: #FFFFFF;
}

#load_pane #y_bottom {
	position: absolute;
	top: 186px;
	left: 344px;
}

