#az_product_scroller {
	position:relative;
}
#az_slide {
	background:#b1cacc;
    position: relative;
    padding-top: 0px;
	height:285px;
	text-align:center;
	margin-bottom:10px;
	overflow:hidden;
	width:100%;
}
.az_pslide {
	margin:0 auto 0 auto;
	overflow:hidden;
	height:100%;
}

.az_pslide li {
	position:relative;
    text-align: center;
    
	padding-bottom:5px;
	margin:0 9px 0 9px;
}
.az_pslide li{
    padding-top: 0px;
}

.az_prev_wrapper, .az_next_wrapper {
	width:37px;
	height:61px;
	position: absolute;
    z-index: 5;
    top: 110px;
}
.az_prev_wrapper {
	background: url(/catalog/view/theme/OC04A00456/az_template/images/az_scroll_prev_bg.png) right top no-repeat;
	left:-9px;
	text-align:left;
}
.az_next_wrapper {
    background: url(/catalog/view/theme/OC04A00456/az_template/images/az_scroll_next_bg.png) no-repeat;
	right:-9px;
	text-align:right;
}

.az_prev, .az_next{
	display:inline-block;
    width: 19px;
    height: 34px;
    cursor: pointer;
	margin:14px 0 0 0;
}
.az_prev{
    background: url('/catalog/view/theme/OC04A00456/az_template/images/az_scroll_prev.png') no-repeat;
}
.az_prev:hover{
    background: url('/catalog/view/theme/OC04A00456/az_template/images/az_scroll_prev_active.png') no-repeat;    
}
.az_next{
    background: url('/catalog/view/theme/OC04A00456/az_template/images/az_scroll_next.png') no-repeat;
}
.az_next:hover{
    background: url('/catalog/view/theme/OC04A00456/az_template/images/az_scroll_next_active.png') no-repeat;    
}

.az_pslide_button {
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
}

