@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

a img {
	border:none;
}

a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}

.wrapper {
   width: 940px;
   margin: 0 auto;
}
.list_carousel {
   width: 940px;
   height:60px;
   overflow:hidden;
}
.list_carousel ul {
   list-style: none;
   display: block;
}
.list_carousel li {
   width: 472px;
   height: 60px;
   padding: 0;
   display: block;
   float: left;
   position:relative;
}
.clearfix {
   float: none;
   clear: both;
}


.list_carousel li:nth-child(odd) {
	margin:0;
}
.list_carousel li:nth-child(even) {
}

-->
</style>
