#example_3 {
	float:left;
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 595px; 
	height: 355px; 
	margin-left:15px;
}

#example_3_frame {
	position: absolute;
	width: 300px; 
	bottom:0;
	left:160px;
}

#example_3_previous {
	position: relative;
	float: left;
	z-index:100;
	cursor:pointer;
}

#example_3_next {
	position: relative;
	float: right;
	z-index:100;
	cursor:pointer;
}

#example_3_content {
	position: absolute;
	top: 0;
	width: 10500px;
}

#example_3_content li {
	list-style: none;
}

#example_3 ul li {
	display: block;
	float: left;
	margin: 0;
	padding:0 5px;
	background: url(../images/product_bg.jpg) no-repeat bottom right;
	width:195px;
	min-height:250px;
	height:auto !important;
	height:250px;
}

#example_3 ul li p{
	padding:0 12px 0 0;
	line-height:17px;
	font-size:11px;
}

#example_3 ul li h3{
	font-size:13px;
	color:#0072ba;
	padding: 0;
	font-weight:bold;
}

.prod-foto{
	float:left;
	text-align:center;
	width:180px;
	padding:0 0 5px 0;
	height:140px;
	overflow:hidden;
}
