
#footer #newsletter{
    background: url('../images/footer/sign-up-btn.png');
    background-size: 249px 108px;
    width: 249px;
    height:54px;
    position: relative;
    float: right;
    margin-top: 94px;
    margin-right: 5px;
	cursor: pointer;
}

#footer #newsletter:hover{
	background-position: 0 54px;
}


#footer #leftDescContainer{
	position: relative;
	float: left;
	width: 50%;
}



.mainBody #showProductDetail #boxDesc #productFunctionBtn{
	background: url('../images/products/product-detail/description/product-function-btn.png');
	background-position: 0 0px;
}

.mainBody #showProductDetail #boxDesc #productDescBtn{
}

.mainBody #showProductDetail #boxDesc .boxBtn{
	width: 180px;
	height: 180px;
	top: 0px;
	position: relative;
	left: 410px;
	cursor: pointer;
}

.mainBody #showProductDetail #boxDesc #productFunctionBtn:hover,.mainBody #showProductDetail #boxDesc #productDescBtn:hover{
	background-position: 0 180px !important;

}


.mainBody #showProductDetail .detail_right #backBtn{
	background: url('../images/products/product-detail/description/back-btn.png');
	background-size: 120px 280px;
	width: 120px;
	height: 140px;
	background-position: 0 140px;
}




.mainBody #showProductDetail .detail_right #videoBtn{
	background: url('../images/products/product-detail/description/video-btn.png');
	background-size: 120px 280px;
	width: 120px;
	height: 140px;
	background-position: 0 140px;
}

.mainBody #showProductDetail .detail_right #magicTunesBtn{
	background: url('../images/products/product-detail/description/magic-tunes-btn.png');
	background-size: 120px 280px;
	width: 120px;
	height: 140px;
	background-position: 0 140px;
}



/*.mainBody #showProductDetail .detail_middle #pause360Btn{
	background: url('../images/products/product-detail/description/play-btn.png');
	background-size: 72px 82px;
	width: 72px;
	height: 41px;
	background-position: 0 0px;
	margin-bottom: -20px;

	position: absolute;
left: 213px;
top: 546px;
	cursor: pointer;
	display: none;
}*/

/*.mainBody #showProductDetail .detail_middle #play360Btn:hover,.mainBody #showProductDetail .detail_middle #pause360Btn:hover{
	background-position: 0 41px;
}*/

.mainBody #showProductDetail .detail_middle #backToMainBtn{
	background: url('../images/products/product-detail/description/back-btn.png');
	background-size: 90px 210px;
	width: 90px;
	height: 105px;
	background-position: 0 105px;
	bottom: -21px;
	right: -34px;
	cursor: pointer;
	position: absolute;
}



.mainBody .submitBtn{
	background: url('../images/newsletter/submit-btn.png') 0px 180px;
	width: 180px;
height: 180px;
left: 780px;
top: -50px;
position: relative;
cursor: pointer;
}

.mainBody .submitBtn:hover{
	background-position: 0px 0px;
}

