/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable { /* required settings */
	position:relative; overflow:hidden; width:475px;  height:66px;margin:0px 0px 0px 18px; /*400px; custom decorations */ }
/*
	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; }
.items div { float:left; width:470px; }
/* single scrollable item */
.scrollable img { float:left;margin:0 6px; background-color:#fff; width:66px; height:66px }
.video img {float:left;width:184px!important;height:114px!important;}
.video {height:114px!important;}
/* active item */
.scrollable .active { position:relative; cursor:default; }


/* BUTTONS */

/* this makes it possible to add next button beside scrollable */
.scrollable { float:left; }
/* prev, next, prevPage and nextPage buttons */
a.browse {display:block; width:24px;height:25px; float:left;cursor:pointer; text-indent:-999em;font-size:1px; }
/* right */
a.right {background-image:url(../img/arr-right.png);margin:0px;background-position:top;background-repeat: no-repeat;padding: 0px;}
a.right:hover { background-position:bottom }
a.right:active {  }
/* left */
a.left { margin-left: 0px;background-image:url(../img/arr-left.png);background-position:top;background-repeat: no-repeat;}
a.left:hover { background-position:bottom; }
a.left:active {  }

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

.cont {position:relative;height:142px;padding-top:20px!important;height:46px!important;}
.c-left {/*background-image:url(../img/left-scroll-shadow.png);*/width:24px;height:66px;background-position:left;float:left;background-repeat:no-repeat;}
.c-right {/*background-image:url(../img/right-scroll-shadow.png);*/width:24px;height:66px;background-position:right;float:right;background-repeat:no-repeat;}



/* AALTELE width:462px; */

.galerie {width:550px;height:66px;margin:auto auto;padding:10px 0px;}