﻿div.banner_list{
	width:880px;
	height:80px;
	margin:auto;
	margin-top:15px;
	clear:both;
}

div.banner_list a.arrow{
	width:15px;
	height:49px;
	background-color:#a59c97;
	cursor:pointer;
	margin-top:10px;
	display:block;
	padding:0px;
	text-decoration:none;
}
div.banner_list a.arrow:hover{
	background-color:#5382b9;
}
div.banner_list a.arrow_left{
	float:left;
	background-image:url(/img/arrow_left.png);
	//background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/arrow_left.png);
}
div.banner_list a.arrow_right{
	float:right;
	background-image:url(/img/arrow_right.png);
	//background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/img/arrow_right.png);
}

div.banner_list div.banner_list_long{
	margin:auto;
	overflow:hidden;
	width:830px;
	padding-left:0px;
}
div.banner_list div#banner_list{
	overflow:hidden;
	width:880px;
	height:70px;
}

div.banner_list div#banner_list div.banner{
	float:left;
	margin-right:10px;
	width:200px;
	height:70px;
	overflow:hidden;
}

