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

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 880px;
	height:140px;
	margin:0 auto;

	/* custom decorations */
	/*border:1px solid #ccc;*/
	background:url(/img/global/gradient/h300.png) repeat-x;
}

/*
	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 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	/*clear:both;*/
}

/* links */
.scrollable a{
	float:left;
	margin:5px;
	background-color:#000;
	cursor:pointer;
	width:100px;
	height:133px;
	text-indent:-999em;
}

a.ik_laser{background:url(../images/ikari_laser.jpg) no-repeat bottom center;}
a.ik_laser:hover{background:url(../images/ikari_laser.jpg) no-repeat top center;}

a.kin_opt{background:url(../images/kinzu_optical.jpg) no-repeat bottom center;}
a.kin_opt:hover{background:url(../images/kinzu_optical.jpg) no-repeat top center;}

a.head3{background:url(../images/headset_3h.jpg) no-repeat bottom center;}
a.head3:hover{background:url(../images/headset_3h.jpg) no-repeat top center;}

a.qck_lim{background:url(../images/qck_limited.jpg) no-repeat bottom center;}
a.qck_lim:hover{background:url(../images/qck_limited.jpg) no-repeat top center;}

a.qck_h{background:url(../images/qck_heavy.jpg) no-repeat bottom center;}
a.qck_h:hover{background:url(../images/qck_heavy.jpg) no-repeat top center;}

a.iron_head{background:url(../images/iron_lady.jpg) no-repeat bottom center;}
a.iron_head:hover{background:url(../images/iron_lady.jpg) no-repeat top center;}

a.inear_w{background:url(../images/inear_white.jpg) no-repeat bottom center;}
a.inear_w:hover{background:url(../images/inear_white.jpg) no-repeat top center;}

a.inear_b{background:url(../images/inear.jpg) no-repeat bottom center;}
a.inear_b:hover{background:url(../images/inear.jpg) no-repeat top center;}

a.sound_b{background:url(../images/siberia_sound_black.jpg) no-repeat bottom center;}
a.sound_b:hover{background:url(../images/siberia_sound_black.jpg) no-repeat top center;}

a.sound_w{background:url(../images/siberia_white_sound.jpg) no-repeat bottom center;}
a.sound_w:hover{background:url(../images/siberia_white_sound.jpg) no-repeat top center;}

a.k7g{background:url(../images/k7g.jpg) no-repeat bottom center;}
a.k7g:hover{background:url(../images/k7g.jpg) no-repeat top center;}

a.zboard{background:url(../images/zboard.jpg) no-repeat bottom center;}
a.zboard:hover{background:url(../images/zboard.jpg) no-repeat top center;}

a.xai{background:url(../images/xai.jpg) no-repeat bottom center;}
a.xai:hover{background:url(../images/xai.jpg) no-repeat top center;}

a.s4d{background:url(../images/s4d.jpg) no-repeat bottom center;}
a.s4d:hover{background:url(../images/s4d.jpg) no-repeat top center;}

a.s4hd{background:url(../images/s4hd.jpg) no-repeat bottom center;}
a.s4hd:hover{background:url(../images/s4hd.jpg) no-repeat top center;}

a.s5l{background:url(../images/s5l.jpg) no-repeat bottom center;}
a.s5l:hover{background:url(../images/s5l.jpg) no-repeat top center;}

a.s9hd{background:url(../images/s9hd.jpg) no-repeat bottom center;}
a.s9hd:hover{background:url(../images/s9hd.jpg) no-repeat top center;}

a.si2_w{background:url(../images/si2_white.jpg) no-repeat bottom center;}
a.si2_w:hover{background:url(../images/si2_white.jpg) no-repeat top center;}

a.si2_b{background:url(../images/si2_black.jpg) no-repeat bottom center;}
a.si2_b:hover{background:url(../images/si2_black.jpg) no-repeat top center;}

a.iron_s_p{background:url(../images/iron_surface.jpg) no-repeat bottom center;}
a.iron_s_p:hover{background:url(../images/iron_surface.jpg) no-repeat top center;}

a.iron_s_w{background:url(../images/iron_surface_white.jpg) no-repeat bottom center;}
a.iron_s_w:hover{background:url(../images/iron_surface_white.jpg) no-repeat top center;}

a.sp{background:url(../images/sp.jpg) no-repeat bottom center;}
a.sp:hover{background:url(../images/sp.jpg) no-repeat top center;}

a.sx{background:url(../images/sx.jpg) no-repeat bottom center;}
a.sx:hover{background:url(../images/sx.jpg) no-repeat top center;}

a.ss{background:url(../images/ss_solo.jpg) no-repeat bottom center;}
a.ss:hover{background:url(../images/ss_solo.jpg) no-repeat top center;}

a.neck{background:url(../images/neckband.jpg) no-repeat bottom center;}
a.neck:hover{background:url(../images/neckband.jpg) no-repeat top center;}

a.sib_red{background:url(../images/siberia_red.jpg) no-repeat bottom center;}
a.sib_red:hover{background:url(../images/siberia_red.jpg) no-repeat top center;}

a.sib_black{background:url(../images/siberia_black.jpg) no-repeat bottom center;}
a.sib_black:hover{background:url(../images/siberia_black.jpg) no-repeat top center;}

a.mouz{background:url(../images/headset_mouz.jpg) no-repeat bottom center;}
a.mouz:hover{background:url(../images/headset_mouz.jpg) no-repeat top center;}

a.ik_opt{background:url(../images/ikari_optical.jpg) no-repeat bottom center;}
a.ik_opt:hover{background:url(../images/ikari_optical.jpg) no-repeat top center;}

a.qck{background:url(../images/qck.jpg) no-repeat bottom center;}
a.qck:hover{background:url(../images/qck.jpg) no-repeat top center;}

a.qck_mini{background:url(../images/qck_mini.jpg) no-repeat bottom center;}
a.qck_mini:hover{background:url(../images/qck_mini.jpg) no-repeat top center;}

a.qck_plus{background:url(../images/qck+.jpg) no-repeat bottom center;}
a.qck_plus:hover{background:url(../images/qck+.jpg) no-repeat top center;}

a.qck_mass{background:url(../images/qck_mass.jpg) no-repeat bottom center;}
a.qck_mass:hover{background:url(../images/qck_mass.jpg) no-repeat top center;}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 10px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:150px;
	height:200px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

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


/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:55px 5px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	


