.slider_all_blocks {display:none;}

#footer_slider
{
	overflow:hidden;
	height:220px;
	width:1400px;
}
#footer_slider .arrow
{
	float:right;
	height:220px;
	width:100px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
#footer_slider .arrow.right
{
	background-image:url('images/slider_arrow_right.png');
}
#footer_slider .arrow.right:hover
{
	background-image:url('images/slider_arrow_right2.png');
}
#footer_slider .arrow.left
{
	background-image:url('images/slider_arrow_left.png');
}
#footer_slider .arrow.left:hover
{
	background-image:url('images/slider_arrow_left2.png');
}
#footer_slider .img_area
{
	float:right;
	height:220px;
	width:1200px;
	overflow:hidden;
}
#footer_slider .img_area .inner
{
	float:right;
	height:220px;
	width:2400px;
	overflow:hidden;
	position:relative;
	right:0px;
}
#footer_slider .img_area .slider_block
{
	float:right;
	display:inline-block;
	height:220px;
	width:600px;
	margin-left:0px;
	overflow:hidden;
}
#footer_slider .img_area .slider_block .img
{
	float:right;
	overflow:hidden;
	height:220px;
	width:305px;
	text-align:center;
}
#footer_slider .img_area .slider_block .img img
{
	max-height:220px;
	width:305px;
}
#footer_slider .img_area .slider_block .block_details
{
	float:right;
	margin-right:10px;
	overflow:hidden;
	height:220px;
	width:280px;
}
#footer_slider .img_area .slider_block .block_title
{
	overflow:hidden;
	height:30px;
	line-height:30px;
	font-size:22pt;
	color:#44494D;
	font-weight:bold;
}
#footer_slider .img_area .slider_block .block_desc
{
	overflow:hidden;
	height:150px;
	line-height:25px;
	font-size:18pt;
	color:#44494D;
	margin:10px 0px;
}
#footer_slider .img_area .slider_block .block_link
{
	overflow:hidden;
	height:20px;
	line-height:20px;
	font-size:16pt;
	font-weight:bold;
	color:#5E89D7;
}
#footer_slider .img_area .slider_block .hover
{
	clear:both;
	float:right;
	overflow:hidden;
	height:220px;
	width:600px;
	position:relative;
	top:-220px;
	opacity:0;
	background-color:rgba(255,255,255,0.5);
}
#footer_slider .img_area .slider_block:hover .hover {opacity:1;}




