.prevSlideHref {
    cursor: pointer;
    height: 302px;
    position: absolute;
    width: 90px;
    z-index: 1;
}

.nextSlideHref {
    cursor: pointer;
    height: 302px;
    position: absolute;
    width: 90px;
    z-index: 1;
    margin: 0 0 0 882px;
}


.prevSlideProductHref {
    cursor: pointer;
    height: 240px;
    position: absolute;
    width: 73px;
    z-index: 1;
}

.nextSlideProductHref {
    cursor: pointer;
    height: 240px;
    position: absolute;
    width: 73px;
    z-index: 1;
    margin: 0 0 0 647px;
}


.prevSlideBtn {
    background: rgba(0, 0, 0, 0) url("images/arrow.png") no-repeat scroll 0 0;
    height: 76px;
    margin: 43px 0 0 29px;
    position: absolute;
    width: 23px;
    z-index: 1;
}


.nextSlideBtn {
	background: url("images/arrow.png") no-repeat -23px 0;
	width: 23px;
	height: 76px;
	position: absolute;
	margin: 43px 0 0 38px;
	z-index: 1;
}



.prevSlideProductBtn {
    background: rgba(0, 0, 0, 0) url("images/arrow.png") no-repeat scroll 0 0;
    height: 76px;
    margin: 43px 0 0 13px;
    position: absolute;
    width: 23px;
    z-index: 1;
}

.nextSlideProductBtn {
	background: url("images/arrow.png") no-repeat -23px 0;
	width: 23px;
	height: 76px;
	position: absolute;
	margin: 43px 0 0 38px;
	z-index: 1;
}




.clickSlide {
	height: 90px;
	margin: 319px 0 0 892px;
	position: absolute;
	width: 57px;
}



.clickProductSlide {
	height: 240px;
	position: absolute;
	width: 720px;
}