.prev_product{
	float: left;
	margin-right:5px;
	margin-top:25px;
	margin-left:0px;
	background-image: url(../img_kt/bg.png);
	background-repeat: no-repeat;
	background-position: -6px -139px;
	height: 30px;
	width: 22px;
	cursor:pointer;
}
.next_product{
	float: right;
	margin-top:25px;
	margin-right:5px;
	background-image: url(../img_kt/bg.png);
	background-repeat: no-repeat;
	background-position: -31px -139px;
	height: 30px;
	width: 22px;
	cursor:pointer;
}

.prev_product2{
	float: left;
	margin-right:5px;
	margin-top:25px;
	margin-left: 10px;
}
.next_product2{
	float: right;
	margin-top:25px;
	margin-right:5px;
}

.img-slide{
	height: 105px;
	position: relative;
}

.img-slide2{
	height: 60px;
	position: relative;
}



.img-slide span{
	display:block;
	position: absolute;
	bottom:0px;
	left:0;
	width:100px;
	text-align:center;
}

.img-slide span a{
	color:#abaaaa;
}

.carousel{
	float:left;
	width:515px;
}

.carousel ul li {
	float:left;
	display:inline;
	width:100px;
	text-align:center;
	border:0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.carousel2{
	float:left;
	width:390px;
}

.carousel2 ul li {
	float:left;
	display:inline;
	width:95px;
	text-align:center;
}
