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

a.browse_left {
    background:url('../grafiken/aufbau/hori_large.png') no-repeat;
    margin:3px 10px;
    cursor:pointer;
    font-size:1px;	
	margin-left: 0px;	
	background-image:url(../grafiken/aufbau/pfeil_links.png);
    display:block; 
	width:29px; 
	height:28px; 
	float: left;	
}

a.browse_left:hover  { background-position:0px -28px; }
a.browse_left:active { background-position:0px -28px; }

a.browse_right {
	background-image:url(../grafiken/aufbau/pfeil_rechts.png);
    display:block;
	width:29px; 
	height:28px; 
    float:right;
    margin:3px 10px;
    cursor:pointer;
    font-size:1px;		
	clear:right; 
	margin-right: 0px;	
}

a.browse_right:hover { background-position:0px -28px; }
a.browse_right:active { background-position:0px -28px; }








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