.slider_all_blocks {display:none;}

#hamlatzot_slider
{
	overflow:hidden;
	height:350px;
	width:1300px;
	position:relative;
	margin:0 auto;
	top:-350px;
	z-index:5;
}
#hamlatzot_slider .arrow
{
	float:right;
	height:160px;
	width:100px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:center;
	position:absolute;
	top:0;
	z-index:2;
}
#hamlatzot_slider .arrow.right {right:0;}
#hamlatzot_slider .arrow.left {left:0;}
#hamlatzot_slider .arrow span
{
	display:inline-block;
	margin-top:190px;
	height:65px;
	width:65px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
#hamlatzot_slider .arrow.right span
{
	background-image:url('images/arrow right.png');
}
#hamlatzot_slider .arrow.right:hover span
{
	background-image:url('images/arrow right2.png');
}
#hamlatzot_slider .arrow.left span
{
	background-image:url('images/arrow left.png');
}
#hamlatzot_slider .arrow.left:hover span
{
	background-image:url('images/arrow left2.png');
}
#hamlatzot_slider .img_area
{
	float:right;
	height:350px;
	width:1100px;
	overflow:hidden;
	margin-right:100px;
	position:relative;
	z-index:1;
}
#hamlatzot_slider .img_area .inner
{
	float:right;
	height:350px;
	width:2000px;
	overflow:hidden;
	position:relative;
	right:0px;
}
#hamlatzot_slider .img_area .slider_block
{
	float:right;
	display:inline-block;
	height:350px;
	width:1100px;
	margin-left:0px;
	overflow:hidden;
	text-align:center;
}
#hamlatzot_slider .img_area .slider_block .block_desc
{
	overflow:hidden;
	height:105px;
	line-height:35px;
	font-size:20pt;
	color:black;
	margin-top:40px;
	margin-right:255px;
	margin-left:80px;
	text-align:right;
}
#hamlatzot_slider .img_area .slider_block .img
{
	float:right;
	display:inline-block;
	overflow:hidden;
	margin-right:255px;
	margin-top:50px;
	height:160px;
	width:160px;
	text-align:center;
}
#hamlatzot_slider .img_area .slider_block .img img
{
	display:inline-block;
	float:right;
	height:120px;
	width:120px;
	border-radius:60px;
}
#hamlatzot_slider .img_area .slider_block .img .circle
{
	display:inline-block;
	float:right;
	height:40px;
	width:40px;
	border-radius:20px;
	background-color:#F39852;
	position:relative;
	top:90px;
	right:-40px;
}

#hamlatzot_slider .img_area .slider_block .block_title
{
	float:right;
	display:inline-block;
	overflow:hidden;
	margin-right:20px;
	margin-top:40px;
	height:130px;
	width:460px;
	text-align:right;
}
#hamlatzot_slider .img_area .slider_block .block_title .line
{
	overflow:hidden;
	height:40px;
	line-height:40px;
	font-size:24pt;
	color:black;
	font-weight:bold;
	margin-top:50px;
}
#hamlatzot_slider .img_area .slider_block .block_title .line2
{
	overflow:hidden;
	height:36px;
	line-height:36px;
	font-size:20pt;
	color:black;
}







