.slider_all_blocks {display:none;}

#hamlatzot_slider
{
	overflow:hidden;
	height:350px;
	width:1300px;
	position:relative;
	
}
#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:75px;
	line-height:25px;
	font-size:16pt;
	color:black;
	margin-top:140px;
	margin-right:270px;
	margin-left:80px;
	text-align:right;
}
#hamlatzot_slider .img_area .slider_block .img
{
	float:right;
	display:inline-block;
	overflow:hidden;
	margin-right:300px;
	margin-top:40px;
	height:100px;
	width:100px;
	text-align:center;
}
#hamlatzot_slider .img_area .slider_block .img img
{
	display:inline-block;
	float:right;
	height:80px;
	width:80px;
	border-radius:40px;
}
#hamlatzot_slider .img_area .slider_block .img .circle
{
	display:inline-block;
	float:right;
	height:36px;
	width:36px;
	border-radius:18px;
	background-color:#F39852;
	position:relative;
	top:-28px;
	right:60px;
}

#hamlatzot_slider .img_area .slider_block .block_title
{
	float:right;
	display:inline-block;
	overflow:hidden;
	margin-right:20px;
	margin-top:40px;
	height:100px;
	width:460px;
	text-align:right;
}
#hamlatzot_slider .img_area .slider_block .block_title .line
{
	overflow:hidden;
	height:30px;
	line-height:30px;
	font-size:16pt;
	color:black;
	font-weight:bold;
	margin-top:20px;
}
#hamlatzot_slider .img_area .slider_block .block_title .line2
{
	overflow:hidden;
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:#6E6E6E;
}







