
.scrollable {position:relative;overflow:hidden;width: 485px;height:125px;
/* 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:510px;}
.items a{ cursor:pointer;}
/* single scrollable item */
.scrollable a img {float:left;margin:10px 15px 10px 15px;padding:2px; width:125px; height:98px;}
.scrollable a:hover img {width:143px; height:111px;}


.scrollable a#thumb1 {float:left;margin:10px;width:143px; height:111px;background:url(../images/thumb_1.gif) no-repeat 12px 9px;}
.scrollable a#thumb1:hover{background:url(../images/thumb_1_on.gif) no-repeat 0 0;}
.select1{background:url(../images/thumb_1_on.gif) no-repeat 0 0;width:143px; height:111px;}

.scrollable a#thumb2 {float:left;margin:10px;width:143px; height:111px;background:url(../images/thumb_2.gif) no-repeat 12px 9px;}
.scrollable a#thumb2:hover{width:143px; height:111px; background:url(../images/thumb_2_on.gif) no-repeat 0 0;}

.scrollable a#thumb3 {float:left;margin:10px;width:143px; height:111px;background:url(../images/thumb_3.gif) no-repeat 12px 9px;}
.scrollable a#thumb3:hover{width:143px; height:111px; background:url(../images/thumb_3_on.gif) no-repeat 0 0;}

.scrollable a#thumb4 {float:left;margin:10px;width:143px; height:111px;background:url(../images/thumb_4.gif) no-repeat 12px 9px;}
.scrollable a#thumb4:hover{width:143px; height:111px; background:url(../images/thumb_4_on.gif) no-repeat 0 0;}

.scrollable a#thumb5 {float:left;margin:10px;width:143px; height:111px;background:url(../images/thumb_2.gif) no-repeat 12px 9px;}
.scrollable a#thumb5:hover{width:143px; height:111px; background:url(../images/thumb_2_on.gif) no-repeat 0 0;}

.scrollable a#thumb6 {float:left;margin:10px;width:143px; height:111px;background:url(../images/thumb_3.gif) no-repeat 12px 9px;}
.scrollable a#thumb6:hover{width:143px; height:111px; background:url(../images/thumb_3_on.gif) no-repeat 0 0;}

/* active item */
.scrollable .active {position:relative;cursor:default;}


/* 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.gif) no-repeat;display:block;width:35px;height:32px;float:left;margin:20px 0px;cursor:pointer;font-size:1px;}

/* right */
a.right 				{ background-position: 0 -32px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-35px -32px; }
a.right:active 	{ background-position:-70px -32px; } 


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

/* up and down */
a.up, a.down		{ background:url(../images/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;} 	

