@charset "UTF-8";
/* CSS Document */

/* Allgemeine Definitionen die die eingebundenen jQuery-Tools definieren */
/* --------------------------------------------------------------------------*/ 


/* Basiselement, bleibt ruhig stehen */ 
div.scrollable { 
 
	float:left;
    position:relative; 
    overflow:hidden; 
    width: 402px; 
    height: 93px;
} 
 
div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
 
div.scrollable div.items div { 
    float:left; 
} 

/* prev, next, prevPage and nextPage buttons */
a.browse {
	float:left;
	margin-top :30px;
	cursor:pointer;
}

/* disabled navigational button */
a.disabled {
	visibility: hidden;
	cursor: auto;
}

.scrollable img {
	float:left;
	margin-right: 6px;
	border: 1px solid #00626b;
	cursor: pointer;
}

