/************************/
/*  css nachtstadtplan  */
/*                      */
/* written and composed */
/*  by markus erdmann   */
/*   2008 esense gmbh   */
/*                      */
/************************/

/********* core: mootools scrollFx *********/

#fxScrollBar {
margin:0px; /* position */
padding:0px;
background-color:transparent;
cursor:pointer;
}

#fxScrollContent {
margin:0px;
overflow: hidden; 
height:100%; /* important for iE (not auto) */
width:100%; /* important for iE (not auto) */
position: relative;
}

#fxScrollContentInner {
width: 3000px; /* set width of image */
height: 3000px; /* set height of image */
position: relative;
}

.scrolling-content {
background-color:transparent;
width:auto; /* set width of scroll anchor */
height:auto; /* set width of scroll anchor */
position: absolute;
cursor:pointer;
}

/********* end of css *********/