

.jcarousell {
	position:relative;
	overflow:hidden;
	width: 800px;
	height:64px;
	_height:67px;
	background:#06688F;
}

a.prev {
	background : #06688F;
	display:block;
	width:22px;
	_width:21px;
	height:64px;
	float:left;
	margin:0;
	cursor:pointer;
	 background : url("../images/common/scroll_right.jpg") no-repeat;
}

.jcarousell .items{
	width:756px;
	_width : 758px;
	float:left;
}

/* single scrollable item */
.jcarousell li {
	dispray : block ;
	float:left;
	margin: 2px ;
/*	_margin: 2px 1px ;*/
	background-color:#fff;
	width:122px;
	height:60px;

}

a.next {
	background : #06688F;
	display:block;
	width:22px;
	_width:21px;
	height:64px;
	float:left;
	margin:0;
	cursor:pointer;
	background : url("../images/common/scroll_left.jpg") no-repeat;
}

