
.scroll-bd { min-height:1px; }
.scrollable { overflow:hidden; position:relative; }
.scrollable .items-bd { position:absolute; }

.scroller-typ1 .scrollable  { width:938px; height:175px; margin:0px;}
.scroller-typ1 .items-bd 	{ height:175px; width:20000px; margin:0px; padding:0px; list-style-type:none; overflow:hidden; }
.scroller-typ1 .item-box 	{width:206px; float:left; margin:0 3px; background:url(../images/pro-img-bg.png) top left no-repeat; padding:11px;}
.scroller-typ1 .item-box:hover{background:#AECBF3;}
.scroller-typ1 .item-box a{float:left;}
.scroller-typ1 .item-box span{width:210px; float:left; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#333; line-height:18px; font-weight:normal; margin-top:10px;}

.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:12px;
	height:15px;
	}
		
.scroller-typ1 .previousbtn 		{ background-position:0 0px; margin:-205px 0 0 675px; }
.scroller-typ1 .previousbtn:hover 	{ background-position:0px -14px; }

.scroller-typ1 .nextbtn 		{ background-position:-12px 0px; margin:-15px 0 0 685px;}
.scroller-typ1 .nextbtn:hover	{ background-position:-12px -14px; }


