.slider_all_blocks {display:none;}

#about_us_slider
{
	overflow:hidden;
	height:620px;
	width:1750px;
	margin:0 auto;
	position:relative;
	z-index:3;
}
#about_us_slider .arrow
{
	float:right;
	height:620px;
	width:100px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:center;
}
#about_us_slider .arrow span
{
	display:inline-block;
	margin-top:220px;
	height:50px;
	width:50px;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
#about_us_slider .arrow.right span
{
	background-image:url('images/arrow right.png');
	float:right;
}
#about_us_slider .arrow.right:hover span
{
	background-image:url('images/arrow right2.png');
}
#about_us_slider .arrow.left span
{
	background-image:url('images/arrow left.png');
	float:left;
}
#about_us_slider .arrow.left:hover span
{
	background-image:url('images/arrow left2.png');
}
#about_us_slider .img_area
{
	float:right;
	height:620px;
	width:1550px;
	overflow:hidden;
}
#about_us_slider .img_area .inner
{
	float:right;
	height:620px;
	width:4000px;
	overflow:hidden;
	position:relative;
	right:0px;
}
#about_us_slider .img_area .slider_block
{
	float:right;
	display:inline-block;
	height:620px;
	width:1550px;
	margin-left:0px;
	overflow:hidden;
	background-color:white;
	box-sizing: border-box;
	border:1px solid #F2F2F2;
	position:relative;
}
#about_us_slider .img_area .slider_block .img
{
	float:left;
	display:inline-block;
	overflow:hidden;
	height:620px;
	width:850px;
	text-align:center;
}
#about_us_slider .img_area .slider_block .img img
{
	height:620px;
	width:850px;
}
#about_us_slider .img_area .slider_block .block_details
{
	float:right;
	display:inline-block;
	overflow:hidden;
	height:620px;
	width:620px;
	margin-right:0px;
}
#about_us_slider .img_area .slider_block .block_title
{
	overflow:hidden;
	margin-top:30px;
	height:100px;
	line-height:50px;
	font-size:32pt;
	color:black;
	text-align:right;
	font-weight:bold;
}
#about_us_slider .img_area .slider_block .block_desc
{
	overflow:hidden;
	height:290px;
	line-height:30px;
	margin-top:50px;
	font-size:16pt;
	color:#B5B5B5;
	text-align:right;
}
#about_us_slider .img_area .slider_block .block_link
{
	overflow:hidden;
	height:55px;
}
#about_us_slider .img_area .slider_block .block_link .link_desc
{
	display:inline-block;
	float:right;
	height:50px;
	line-height:50px;
	color:white;
	font-size:16pt;
	background-color:#E73943;
	border:1px solid #C83841;
	padding:0px 30px;
	
}



#about_us_slider .img_area .slider_block .block_hover
{
	display:block;
	height:620px;
	width:500px;
	background-color:rgba(0,0,0,0.5);
	text-align:center;
	opacity:0;
	position:absolute;
	top:0px;
	overflow:hidden;
}
#about_us_slider .img_area .slider_block:hover .block_hover {opacity:1;}
#about_us_slider .img_area .slider_block .block_hover .icon
{
	display:block;
	margin-top:90px;
	height:150px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url('images/big_plus_icon.png');
}
#about_us_slider .img_area .slider_block .block_hover .icon_desc
{
	display:block;
	height:70px;
	line-height:70px;
	font-size:24pt;
	color:white;
	font-weight:bold;
}
