#nav_product {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100px;
  width: 100%;
}

#nav_zoom_product {
  margin: 45px 0px 0px 20px;
  float:left;
  display: inline;
}

#nav_zoom_product a{
  padding: 5px;
}

#nav_reset {
  float:left;
  margin:45px 0px 0px 20px;
}

#nav_buttons_container {
  position: absolute;
  bottom: 0px;
  right: 30px;
}

#nav_turn_left a, #nav_turn_right a{
  display: block;
  height:100%;
}

#nav_turn_left {
  width: 23px;
  height: 23px;
  float:left;
  margin-top: 0px;
  display: inline;
  margin-left: 15px;
}
#nav_turn_right {
  width: 23px;
  height: 23px;
  float:left;
  margin-top: 0px;
  display: inline;
  margin-left: 0px;
}

#nav_zoom_in {
  width: 23px;
  height: 23px;
  float:left;
  margin-top: 0px;
  display: inline;
  margin-left: 10px;
  
}
#nav_zoom_out {
  width: 23px;
  height: 23px;
  float:left;
  margin-top: 0px;
  display: inline;
  margin-left: 0px;
}

#nav_turn_left {
  background: url(img/rotate_left.gif) no-repeat left;
}
#nav_turn_left:hover {
  background: url(img/rotate_left.gif) no-repeat left;
}

#nav_turn_right {
  background: url(img/rotate_right.gif) no-repeat right;
}
#nav_turn_right:hover {
  background: url(img/rotate_right_ov.gif) no-repeat right;
}

#nav_zoom_in {
  background: url(img/plus.gif) no-repeat left;
}
#nav_zoom_in:hover {
  background: url(img/plus_ov.gif) no-repeat left;
}

#nav_zoom_out {
  background: url(img/minus.gif) no-repeat right;
}
#nav_zoom_out:hover {
  background: url(img/minus_ov.gif) no-repeat right;
}

#nav_reset_zoom {
  width: 23px;
  height: 23px;
  background: url(img/reset.gif) no-repeat left;
  float:left;
  margin-top: 0px;
  display: inline;
  margin-left: 10px;
}
#nav_reset_zoom:hover {
  width: 23px;
  height: 23px;
  background: url(img/reset_ov.gif) no-repeat left;
  float:left;
  margin-top: 0px;
  display: inline;
  margin-left: 10px;
}

#nav_zoom_in a, #nav_zoom_out a{
  display: block;
  height:100%;
}

#nav_reset_zoom a{
  display: block;
  height:100%;
}

#product_display_left {
  float: left;
  width: 400px;
  text-align: center;
  position: relative;
  height: 400px;
  bak_border:1px solid #C2C2C2;
}

#drag_parent{
  width:400px;
  height:400px;
}

#click_and_drag_image {
  position:relative;
  top:5px;
  display:none;
  float:left;
  margin-top: 0px;
  display: inline;
  margin-left: 15px;  
}
