/*------------SlideHome-----------*/
.slidehome-bound{
	width:100%;
	padding:10px 0;
}
.slidehome-left{
	float:left;
}
.slidehome-right{
	float:right;
}
.slide-bound{
	width:485px !important;
	height:280px;
	position:relative;
	overflow:hidden;
}
.slide-bound img{
	width:485px;
	height:280px;
}
.slide-bound>ul {
	list-style: none;
	width: 485px;
}
.slide-bound>ul>li {
	display: block;
	float: left;
	width: 485px;
	height: 280px;
}
.slide-bound>.dot {
	cursor:pointer;
}
.slide-bound>.dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	z-index:222;
}
.slide-bound>.dots>li {
	display: inline-block;
	width: 15px;
	height: 10px;
	margin: 0 4px;
	text-indent: -999em;
	cursor:pointer;
	background:url(../images/slide-noactive.png) 0 bottom no-repeat;
}
.slide-bound>.dots>li.active {
	background:url(../images/slide-active.png) 0 bottom no-repeat;
	opacity: 1;
}
/*---*/
.slidehome-right{
	width:200px;
	height:540px;
	text-align:center;
	background:url(../images/product-seller.png) 0 0 no-repeat;
}
.slidehome-right-title a{
	font-size:18px;
	color:#FF4401;
	text-decoration:none;
	line-height:50px;
}
.product-seller-bound{
}
.product-seller-bound ul li{margin-top:10px;}
.product-seller-bound ul li div{
	width:209px;
	padding:0 5px;
	height:205px;
	margin:0 auto;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.product-seller-bound ul li div img{max-width:209px;max-height:205px;}
.product-seller-bound ul li a.name{
	font-size:11px;
	color:#000 !important;
}
.product-seller-bound ul li p{font-size:11px;color:#f00 !important;font-weight:bold;}
.product-seller-bound ul li p span{font-weight:normal;color:#999;}
/*---SlideProduct---*/
.slide-product{
	width:485px !important;
	height:216px;
	position:relative;
}
.slide-product-title{
	color:#525252;
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	margin-top:50px;
	padding-left:18px;
}