.slider_all_blocks {display:none;}

#product_items_slider
{
	overflow:hidden;
	height:560px;
	width:1420px;
	margin:0 auto;
}
#product_items_slider .arrow
{
	float:right;
	height:560px;
	width:50px;
	cursor:pointer;
	text-align:center;
}
#product_items_slider .arrow span
{
	display:inline-block;
	overflow:hidden;
	width:30px;
	height:60px;
	margin-top:250px;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
#product_items_slider .arrow.right span
{
	background-image:url('images/slider_arrow_right.png');
}
#product_items_slider .arrow.right:hover span
{
	background-image:url('images/slider_arrow_right2.png');
}
#product_items_slider .arrow.left span
{
	background-image:url('images/slider_arrow_left.png');
}
#product_items_slider .arrow.left:hover span
{
	background-image:url('images/slider_arrow_left2.jpg');
}
#product_items_slider .img_area
{
	float:right;
	height:560px;
	width:1320px;
	overflow:hidden;
}
#product_items_slider .img_area .inner
{
	float:right;
	height:560px;
	width:3000px;
	overflow:hidden;
	position:relative;
	right:0px;
}
#product_items_slider .img_area .slider_block
{
	float:right;
	display:inline-block;
	width: 330px;
    height: 560px;
	overflow:hidden;
	background-color:white;
}






