﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style-type:none;
        background-image: url(../images/bg.jpg);
        background-position: center top;
}
a, img {
	border:0;
	text-decoration:none;
}
body {
	font:12px/180% Arial, Helvetica, sans-serif, "新宋体";
}
/* brands-list */
.brands-list {
	width:660px;
	height:400px;
	overflow:hidden;
	margin:0px auto 0 auto;
}
.brands-list li {
	float:left;
	width:242px;
	margin:0px 40px 0;
	display:inline;
}
.brands-list li a {
	position:relative;
	height:373px;
	display:block;
	overflow:hidden;
	cursor:pointer;
}
.brands-list li a .title {
	z-index:2;
	position:absolute;
	bottom:10px;
	left:-160px;
	width:150px;
	height:20px;
	padding:0 0 0 10px;
	color:#f1e8eb;
	line-height:17px;
	background:url(../images/img_caption_bg.png) no-repeat;
}
.brands-list li a .shine {
	z-index:5;
	position:absolute;
	top:0;
	left:0;
	width:242px;
	height:352px;
	background:url(../images/shine_brands.png) no-repeat -160px 0;
}
.brands-list li a .title {
	_background:none;
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/img_caption_bg.png', width:242px;height:344px;);
}
.brands-list li a .shine {
	_background:none;
}