
.scroll-bd { min-height:1px; }
.scrollable { overflow:hidden; position:relative; }
.scrollable .items-bd { position:absolute; }

.scroller-typ1 .scrollable  { width:251px; height:164px; margin-left:0px; margin-top:0px;}
.scroller-typ1 .items-bd 	{ height:164px; width:500px; margin:0px; padding:0px; list-style-type:none; overflow:hidden; }
.scroller-typ1 .item-box 	{ float:left; margin:0 0px; }

.scroller-typ1 .previousbtn, .scroller-typ1 .nextbtn {
	background:url(../images/arrows.png) no-repeat scroll 0 0;
	cursor:pointer;
	display:block;
	font-size:0;
	text-indent:0;
	overflow:hidden;
	top:0px;
	width:20px;
	height:13px;
	}
		
.scroller-typ1 .previousbtn 		{ background-position:0 0px; margin:0px 0 0 0px; }
.scroller-typ1 .previousbtn:hover 	{ background-position:0px -13px; }

.scroller-typ1 .nextbtn 		{ background-position:-10px 0; margin:0px 0 0 0px;}
.scroller-typ1 .nextbtn:hover	{ background-position:-10px -13px; }


