
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 940px;
	height:135px;
	margin:0 0 0 0;
	padding:0 0 0 0;
 
	/* custom decorations */
	background:#000000;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items2 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	float:left;
}

.scrollable h6 {
font-size:50px;
width:100px;
height:110px;
margin:0 0 0 0;
padding:0 0 0 0;
}


/* single scrollable item */
.scrollable .s1 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/bruno-navi.jpg);
	background-repeat:no-repeat;
}

.scrollable .s2 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/b_ant-navi.jpg);
	background-repeat:no-repeat;

}


.scrollable .s3 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/moots-navi.jpg);
	background-repeat:no-repeat;

}



.scrollable .s4 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/parshley-navi.jpg);
	background-repeat:no-repeat;

}


.scrollable .s5 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/knog-navi.jpg);
	background-repeat:no-repeat;

}

.scrollable .s6 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/assos-navi.jpg);
	background-repeat:no-repeat;

}

.scrollable .s7 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/brooks-navi.jpg);
	background-repeat:no-repeat;

}

.scrollable .s8 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/pedaled-navi.jpg);
	background-repeat:no-repeat;

}



.scrollable .s9 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/lezyne-navi.jpg);
	background-repeat:no-repeat;

}

.scrollable .s10 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/rotor-navi.jpg);
	background-repeat:no-repeat;

}





.scrollable .s11 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/abus-navi.jpg);
	background-repeat:no-repeat;

}


.scrollable .s12 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/canecreek-navi.jpg);
	background-repeat:no-repeat;

}



.scrollable .s13 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/respo-navi.jpg);
	background-repeat:no-repeat;

}



.scrollable .s14 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/kenda-navi.jpg);
	background-repeat:no-repeat;

}





.scrollable .s15 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/renthal-navi.jpg);
	background-repeat:no-repeat;

}




.scrollable .s16 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/fiveten-navi.jpg);
	background-repeat:no-repeat;

}


.scrollable .s17 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/hirzl-navi.jpg);
	background-repeat:no-repeat;

}

.scrollable .s18 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/proloop-navi.jpg);
	background-repeat:no-repeat;

}



.scrollable .s19{
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/imperial-navi.jpg);
	background-repeat:no-repeat;

}



.scrollable .s20 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/cn-spoke-navi.jpg);
	background-repeat:no-repeat;

}


.scrollable .s21 {
	float:left;
	margin:15px 5px 5px 9px;
	padding: 0 0 0 0;
	background-color:#000000;
	padding:2px;
	cursor:pointer;
	width:100px;
	height:110px;
	background-image:url(image/other-navi.jpg);
	background-repeat:no-repeat;

}




/* active item */
.scrollable .active {
	border:0px solid #000000;
	z-index:9999;
	position:relative;
}


