body, html{
	padding: 0;
	margin: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

a{
	text-decoration: none;
}
#loading{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url('banner-loader.gif') no-repeat center;
	z-index: 9999;
	
}


.lzd_banner_wrapper {
	position: absolute;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
}
.lzd_banner_wrapper img{

 	max-height: 100%;
 	max-width: 100%;
 	float: none;
}
.lzd_banner_wrapper > div{
	width: 100%;
	float: left;
}


.under_text{
	  width: 100%;
    display: block;
    background: #f37021;
    color: #FFF;
    font-size: 1.0em;
    line-height: 2em;
    text-align: center;
    position: absolute;
    bottom: 0;
}
.product_price{
	position: absolute;
	bottom: 10%;
	line-height: 1.4em;
	line-height: 6vw;
}
.product_price span{
	width: 100%;
	text-align: right;
	display: block;
	height: 12%;
}

.product_price span.old{
	text-decoration: line-through;
	color: #999;
	font-size: 1.0em;
	font-size: 5vw;
}
.product_price span.current{
	color: #f37021;
	font-size: 1.4em;
	font-size: 7vw;
}
.product_name{
	  width: 100%;
    color: #333;
    font-size: 5vw;
    line-height: 1em;
    text-align: center;
    float: left;
    position: absolute;
    margin: 0;
    padding: 0;
}

.lzd_banner_wrapper .lzd_ho_img{
	width: 25%;
	height: auto;
	float: left;
}

.product_image {
    position: absolute;
    height: 60%;
    text-align: center;
}