a.browse {
	
	border:0 solid red;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:30px;
	width:30px;
	margin-top:30px;
}
a.right {
	background:transparent url(../images/right.jpg) no-repeat scroll 0 0;
}
a.left {
	background:transparent url(../images/left.jpg) no-repeat scroll 0 0;
}

#demo_container {
	background-color: #FFff;
	width: 600px;
	height: 95px;
	position: relative;
	margin: 0 auto;
	left:0px;

}

#items_container {
	width: 600px;
	height: 95px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#fff;
	
}

div.slide_item {
	width: 650px;
	height: 90px;
	position: absolute;
	left: 500px;
	background-color:#fff;
}
div.slide_item  img{
	float:left;
	margin:7px 20px 1px 19px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:110px;
	height:75px;
	_height:75px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	
}
div.slide_item img:hover {
	border:1px solid #000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
div.first_item {
	left: 0;
}

