	
.banner{
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4x;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0px;
	width:298px;
	background:#C6D3C2;
	float:left;

}
.bannerhead{
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0x;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	margin: 5px 0 0 0;
	padding: 0px 0 0 0px;
	width:298px;
	height:30px;
	background: #8EA6AA url(images/sponhead.jpg) no-repeat;
}
.banner ul {
   	 margin: 0px 0px;
	 padding: 0px 0px;
	 overflow: auto;
	 
}
	 
.banner li{
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	height:125px;
	width:125px;
	margin: 6px 6px ;
	padding:5px 5px;
	list-style:none;
	display : block;
	display:inline;
	float:right;
	background:#8EA6AA;
}

.banner li a:link, .banner li a:visited {
	text-decoration: none;
}	
