#productsShow {
	position:absolute;
	margin-top:330px;
}

.products-show { 
	height:270px;
	margin-bottom:12px;
}

.products-show .left {
	float:left; 
	width:45px; 
	height:270px;
}

.products-show .right { 
	float:right; 
	width:45px; 
	height:270px;
}

.products-show .left img,.products-show .right img {
	margin:80px 7px 0 0px;
}

.products-show ul {
	width:925px;
	float:left
}

.products-show ul li {
	width:190px;
	float:left;
	margin:0 12px
}

.products-show ul li img {
	margin:30px 20px
}

.products-show ul li strong {
	display:block
}

.item {
	margin:0px;
	padding:0px;
	float:left; 
	display:inline;
	width:145px;
	height:270px;
}

.item img {
	margin:30px 20px;
}

.item img {
	margin-left:0px;
}