/* example_6 css */
#example_3 {
	float:left;
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 294px; /* important */
	height: 231px; /* important */
	background: url(../images/slider_bg.jpg) no-repeat top left;
}

#example_3_frame {
	position: absolute;
	width: 272px; 
	bottom:22px;
	left:10px;
}

#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: 13px;
	left:11px;
	width: 7500px;
	/*margin-left:0px;*/
}

#example_3_content li {
	list-style: none;
	margin: 0;
	padding: 0;
	width:272px;
}

#example_3 ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#example_3 ul li img {
	display: block;
	width:270px;
}	
