.slider_all_blocks {display:none;}

.slider
{
	overflow:hidden;
	height:425px;
	margin-top:30px;
	margin-bottom:100px;
	width:1500px;
}
.slider .arrow
{
	float:right;
	height:425px;
	width:100px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
.slider .arrow.right
{
	background-image:url('../images/arrow product right.png');
}
.slider .arrow.right:hover
{
	background-image:url('../images/arrow product right press.png');
}
.slider .arrow.left
{
	background-image:url('../images/arrow product left.png');
}
.slider .arrow.left:hover
{
	background-image:url('../images/arrow product left press.png');
}
.slider .img_area
{
	float:right;
	height:425px;
	width:1300px;
	width:1285px;
	overflow:hidden;
}
.slider .img_area .inner
{
	float:right;
	height:425px;
	width:2600px;
	overflow:hidden;
	position:relative;
	right:0px;
}
.slider .img_area .slider_block
{
	float:right;
	display:inline-block;
	width:245px;
	height:425px;
	margin-left:0px;
	overflow:hidden;
	background-color:white;
}
.slider .img_area .slider_seperator
{
	width:1px;
	height:300px;
	float:right;
	margin:0px 7px;
	overflow:hidden;
	background-color:#ADADAD;
}
.slider .img_area .slider_seperator:last-child {display:none;}

.slider.news_slider 
{
	margin:0;
	height:310px;
	width:1365px;
}
.slider.news_slider .arrow {height:310px;}
.slider.news_slider .arrow.right
{
	background-image:url('../images/news slider arrow right.png');
}
.slider.news_slider .arrow.right:hover
{
	background-image:url('../images/news slider arrow right2.png');
}
.slider.news_slider .arrow.left
{
	background-image:url('../images/news slider arrow left.png');
}
.slider.news_slider .arrow.left:hover
{
	background-image:url('../images/news slider arrow left2.png');
}
.slider.news_slider .img_area 
{
	height:310px;
	width:1165px;
}
.slider .img_area .slider_block.news_block
{
	height:310px;
	width:582px;
	background-color:transparent;
}

#more_products_slider.slider,
#more_products_slider2.slider
{
	float:right;
	width:585px;
	height:300px;
}
#more_products_slider.slider .img_area,
#more_products_slider2.slider .img_area
{
	width:585px;
	height:300px;
	position:relative;
	z-index:1;
	top:-248px;
}
#more_products_slider.slider .img_area .slider_block,
#more_products_slider2.slider .img_area .slider_block
{
	width:195px;
	height:300px;
}
#more_products_slider.slider .arrow,
#more_products_slider2.slider .arrow
{
	height:248px;
	width:10px;
	position:relative;
	z-index:2;
}
#more_products_slider.slider .arrow.right,
#more_products_slider2.slider .arrow.right
{
	background-image:url('../images/more product right.png?num=1');
}
#more_products_slider.slider .arrow.right:hover,
#more_products_slider2.slider .arrow.right:hover
{
	background-image:url('../images/more product right2.png?num=1');
}
#more_products_slider.slider .arrow.left,
#more_products_slider2.slider .arrow.left
{
	background-image:url('../images/more product left.png?num=1');
	top:-548px;
	right:575px;
}
#more_products_slider.slider .arrow.left:hover,
#more_products_slider2.slider .arrow.left:hover
{
	background-image:url('../images/more product left2.png?num=1');
}