#footer_slider
{
	overflow:visible;
	width:1285px;
	height:75px;
	
}
#footer_slider .arrow
{
	float:right;
	width:60px;
	height:75px;
	background-position:center;
	background-repeat:no-repeat;
	cursor:pointer;
}
#footer_slider .arrow.right
{
	background-image:url('../images/arrow right.png');
}
#footer_slider .arrow.left
{
	background-image:url('../images/arrow left.png');
}

#footer_slider .banners_area
{
	float:right;
	width:1165px;
	height:75px;
	overflow:hidden;
}
#footer_slider .banners_area .inner
{
	float:right;
	width:3000px;
	height:75px;
	position:relative;
	right:0px;
}
#footer_slider .banners_area .inner .banner
{
	overflow:hidden;
	display:inline-block;
	float:right;
	margin-left:30px;
}
#footer_slider .banners_area .inner .banner:last-child {margin-left:0;}
#footer_slider .banners_area .inner .banner img
{
	max-height:75px;
}
#footer_slider .banners_area .inner .banner img.mask
{
	position:relative;
	z-index:1;
	opacity:0;
}
#footer_slider .banners_area .inner .banner:hover img.mask
{
	opacity:1;
}