/* v1.0 | 20080212 */

.scroll_container{
width: 2925px;
height: 80px;
margin: auto;
}

.scroll_item {
	float: left;
	margin-right: 25px;
	height: 80px;
	width: 200px;
	}

#x{
float: left;
width: 881px;
height: 153px;
display: block;
overflow:hidden;
padding-left: 50px;
padding-right: 50px;
}

	#x .container {
		margin: auto;
		margin-top: 15px;
		height: auto;
		background: none;
		}
	#x .scroll_item {
		margin: 0px 10px;
		height: 68px;
		}

.prev{float:left;height: 100px;margin-top: 32px;cursor:pointer}
.next{float:left;height: 100px;margin-top: 32px;cursor:pointer}
#prev{float:left }
#next{float:left }