body {
    background: #000000;
    color: white;
    font-size: 10pt;
    font-family: sans-serif;
    margin: 0;
    padding: 0 7%;
}

#content_flow_wrapper_unterseite {
    margin-left: auto;
    margin-right: auto;
    width: 563px;
    height: 237px;
    border: 0px solid orange;
    background: transparent url(js_bilder/sky_scroll_background_565px.png) no-repeat top;
}

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	/*width: 874px;*/
        width: 563px;
	height: 237px;
	margin: 0px;
	padding: 0px;
    z-index: 10;

	/* custom decorations */
	border: 0px solid orange;
	background-color: transparent;
}

/*
	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;
    /*
	clear:both;*/
    border: 0px solid red;
    left: 0px;
    position:absolute;
    display: block;
    background-color: transparent;
    margin-top: 7px;
}

/* single scrollable item */
.scrollable div.my_item{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
	border: 0px solid orange;

	width: 200px;
	height: 230px;
	text-decoration: none;
	text-align: center;
}

.scrollable div.my_item a{
	text-decoration: none;
}

.scrollable div.my_item img {
	float:left;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: 5px;
	border: 0px solid red;
	cursor: pointer;
	width: 200px;
	height: 230px;
}

/* active item */
.scrollable .active {
	border:0px solid #000;
	/*z-index:9999; */
	position:relative;
}
/* this makes it possible to add next button beside scrollable */
.scrollable {
	/*float:left;*/
}

    #verlauf {
        width: 563px;
        border: 0px solid green;
        /*overflow:hidden;*/
        z-index: 20000;
        margin-top: 170px;
        position: absolute;
        height: 67px;
        background: transparent url(js_bilder/sky_scroll_background-bottom_565px.png) no-repeat center;
    }

    .image_f_button, .image_f_button_hover {
		cursor:pointer;
		height:17px;
		position:relative;
		width:17px;
        border: 0px solid pink;
        color: green;
        display: block;
        opacity: 0.7;
        filter:progid:DXImageTransform.Microsoft.Alpha( opacity=70 );
	}
    .image_f_button_hover {
        opacity: 1;
        filter:progid:DXImageTransform.Microsoft.Alpha( opacity=100 );
    }
	 .previous {
		background: url(js_bilder/unterseite_button_left.png) top left no-repeat;
		float:left;
		margin: 0 0 0 0;
left: 15px;
	}
	 .next {
		background: url(js_bilder/unterseite_button_right.png) top left no-repeat;
		float:right;
		margin:0 15px 0 0;
	}

