#subscription_slider img{
		border: 0px;
	}
div.pop_up {
    position: fixed;
      bottom: -400px;
    left:50%;
    width: 308px;
    height: 110px;
    z-index: 10000000;
    margin: 0 auto;
      margin-left:-500px;
  }

  div#subscription_slider {
  }

  #subscription_slider .content_holder {
    width: 383px;
    height: 270px;   
    z-index: 100;
    background-repeat:no-repeat;
  }
  
  #subscription_slider #main_1 {
   width: 383px;
    height: 270px;   
    z-index: 100;
    background-repeat:no-repeat;
  }
  
  #subscription_slider #best_offer_btn {
  position: absolute;
  z-index: 3;
  top: 120px;
  left: 86px;
  width: 188px;
  height: 43px;
  font-size: 23px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  }
  
  #subscription_slider #hide_btn {
    top: -40px;
    left: 230px;
    width: 15px;
    height: 15px;
      position:absolute;
    z-index: 3;
  }
 
  #subscription_slider #up_arrow {
  position: absolute;
  top: -25px;
  left: 18px;
  width: 25px;
  height: 10px;
  z-index: 3;
  }
  
  #subscription_slider #down_arrow {
    position: absolute;
  top: -25px;
  left: 18px;
  width: 25px;
  height: 10px;
  z-index: 3;
  }
  
  #subscription_slider #top_main {
  position: absolute;
  top: -55px;
  left: 0px;
  width: 263px;
  height: 72px;
  }
  
  #subscription_slider #form_bg {
    width: 383px;
    height: 270px;   
    z-index: 100;
    background-repeat:no-repeat;
  }
  
    
#subscription_slider .form_holder {
    position:absolute;
    top: 80px;
    width: 250px;
    z-index: 5;
    display:none;
}
  
 #subscription_slider #submit_btn {
  position: absolute;
  top: 70px;
  }
  
  
  
 #subscription_slider .form_holder input {
   
    margin-left: 46px;
    margin-top: 5px;
    color:#333;
  }
