/**
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 */

div#latestProducts {
	background: url('../images/website_layout/gallery_bg.png') no-repeat; 
	width: 685px; 
	height: 330px; 
	overflow: hidden;
	margin-top: 25px; 
	position: relative;
}

div#latestProductsFrame {
	width: 685px; 
	height: 330px; 
	position: absolute; 
	z-index: 10; 
	top: 0; 
	left: 0; 
	overflow: hidden;
}

div#latestProductsFrame ul {
	width: auto; 
	margin-left: 0;
}

div#latestProductsFrame ul li { 
	display: inline;
}

div#latestProductsFrame ul li img { 
	float: left;
	/*margin-right: 6px;*/
}

div#lpButtonPrev { 
	width: 20px; 
	height: 29px; 
	background: url('../images/icons/arrow-left.png') no-repeat 0 0;
	position: absolute;
	z-index: 11;
	top: 150px; 
	left: 10px; 
	cursor: pointer;
}

div#lpButtonNext {
	width: 20px; 
	height: 29px; 
	background: url('../images/icons/arrow-right.png') no-repeat 0 0;
	position: absolute; 
	z-index: 11;
	top: 150px;
	right: 10px;
	cursor: pointer;
}