.slider_all_blocks {display:none;}

#project_images_slider
{
	overflow:hidden;
	height:220px;
	width:1350px;
}
#project_images_slider .arrow
{
	float:right;
	height:220px;
	width:80px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
#project_images_slider .arrow.right
{
	background-image:url('images/slider_arrow_right.png');
}
#project_images_slider .arrow.right:hover
{
	background-image:url('images/slider_arrow_right2.png');
}
#project_images_slider .arrow.left
{
	background-image:url('images/slider_arrow_left.png');
}
#project_images_slider .arrow.left:hover
{
	background-image:url('images/slider_arrow_left2.png');
}
#project_images_slider .img_area
{
	float:right;
	height:220px;
	width:1190px;
	overflow:hidden;
}
#project_images_slider .img_area .inner
{
	float:right;
	height:220px;
	width:2460px;
	overflow:hidden;
	position:relative;
	right:0px;
}
#project_images_slider .img_area .slider_block
{
	float:right;
	display:inline-block;
	height:220px;
	width:370px;
	margin-left:40px;
	overflow:hidden;
	background-color:white;
}
#project_images_slider .img_area .slider_block .img
{
	overflow:hidden;
	height:220px;
	width:370px;
	text-align:center;
	position:relative;
	z-index:1;
}
#project_images_slider .img_area .slider_block .img img
{
	height:220px;
	width:370px;
}
#project_images_slider .img_area .slider_block .hover
{
	overflow:hidden;
	height:220px;
	width:370px;
	text-align:center;
	position:relative;
	top:-220px;
	z-index:2;
	opacity:0;
	
	background-repeat:no-repeat;
	background-position:center;
	background-image:url('../../images/plus icon.png');
	background-color:rgba(0,0,0,0.5);
}
#project_images_slider .img_area .slider_block:hover .hover {opacity:1;}
#project_images_slider .img_area .slider_block .block_title
{
	overflow:hidden;
	height:30px;
	line-height:30px;
	font-size:12pt;
	color:black;
	font-weight:bold;
}
#project_images_slider .img_area .slider_block .block_desc
{
	overflow:hidden;
	height:40px;
	line-height:20px;
	font-size:10pt;
	color:black;
}






