/* Button product page******************************************************************** */
#probtn_block {
	width: 100%;
	display: block;
	position: relative;
	padding: 20px 0 20px 0;
	overflow:hidden;
}
.item-box {
	border: 1px solid #cdcdcd;
	padding: 5px 20px 5px 20px;
	text-align: center;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 9;
	display: none;
}
.item-box img, .item-box h5 {
	margin-bottom: 5px;
	font-weight:normal;
}
.view-price {
	display: block;
	padding: 3px 0 0px 0;
}
.next-btn {
	float: right;
	margin-bottom: 10px;
	position: relative;
}
.prev-btn {
	float: left;
	margin-bottom: 10px;
	position: relative;
}
