.scrollable1 {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 995px;
	height:600px;
	margin: 0 auto;
}

.scrollable1 .items1 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items1 div {
	width:995px;
    height:600px;
	float:left;
}

.scrollable1 img {
	float:left;
}
#prev1 {
	background:url(../images/new/icon-left.gif) no-repeat;
	display:block;
	width:66px;
	height:68px;
	cursor:pointer;
	position:absolute;
	right: 0px;
	top: 305px;
	z-index: 10
}

#next1 {
	background:url(../images/new/icon-right.gif) no-repeat;
	display:block;
	width:66px;
	height:68px;
	cursor:pointer;
	position:absolute;
	right: 0px;
	top: 240px;
	border:1;
	z-index: 10
}