.scrollable {
	float:right;
	position:relative;
	overflow:hidden;
	width: 818px;
	height:178px;
	margin:0px 0px 0;
	border:1px solid #e3e3e3;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable .items div.item {
	float:left;
	width: 820px;
	position:relative;
	height:178px;
}

.scrollable .active {
	position:relative;
	cursor:default;
}

.scrollable {
    float: left;
}
a.browse {
    background: url("/images/arr-right.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 80px;
    margin: 70px 0px 0;
    width: 80px;
}
a.right {    background: url("/images/arr-right.png") no-repeat scroll 0 0 transparent;    clear: right;    margin-right: 0;}
a.right:hover {    background: url("/images/arr-right2.png") no-repeat scroll 0 0 transparent;    clear: right;    margin-right: 0;}
a.right:hover {
    background-position: -30px -30px;
}
a.right:active {
    background-position: -60px -30px;
}
a.left {    background: url("/images/arr-left.png") no-repeat scroll 0 0 transparent;}
a.left:hover {    background: url("/images/arr-left2.png") no-repeat scroll 0 0 transparent;}

a.left:hover {
    background-position: -30px 0;
}
a.left:active {
    background-position: -60px 0;
}
a.up, a.down {
    background: url("/img/scrollable/arrow/vert_large.png") no-repeat scroll 0 0 transparent;
    float: none;
    margin: 10px 50px;
}
a.up:hover {
    background-position: -30px 0;
}
a.up:active {
    background-position: -60px 0;
}
a.down {
    background-position: 0 -30px;
}
a.down:hover {
    background-position: -30px -30px;
}
a.down:active {
    background-position: -60px -30px;
}
a.disabled {
    visibility: hidden !important;
}


.navi  {position:absolute; z-index:10; top:4px; right:1px; height:23px; margin:0 auto;}
.navi a {display:block; float:left; cursor:pointer; height:23px; width:19px; margin-right:4px; background:#f2f2f2; font-size:18px; line-height:23px; color:#000; text-align:center; font-weight:bold; text-decoration:none;}
.navi a.active, .navi a:hover { background:#f50709; color:#fff; text-decoration:none;}

/*
     */
/*
*/
/*
     */
/*
*/