#dashboard {
	//bottom: 0;
        //top: 230px;
        top: 130px;
	//right: 5px;
	left: 0px;
	//width: 705px;
        //min-height: 460px; /* Mindesthöhe für moderne Browser */
        //height:460px; /* Mindesthöhe für den IE */
        //height:260px; /* Mindesthöhe für den IE */
	//vertical-align: top;

	margin-right: 140px;
	position: absolute;
	//overflow: hidden;
}

#shelf, #left_shelf, #right_shelf {
    float:left;
    height: 220px;
}

#left_shelf, #right_shelf {
    width: 30px;
}

#menu_dashboard {
	display: inline-block;
	width: auto;
	//margin: 0px;
	//padding: 0px;
	list-style: none;
}

/* thunbabstand (width) */
#menu_dashboard li {
	//width: auto;
	width: 50px;
	//height: auto;
	height: 200px;
	display: inline-block;
	bottom: 0;
	vertical-align: bottom;
}


#menu_dashboard li.separator {
	width: 30px;
	height: 120px;
}

/* größe der mini-thumbs */
#menu_dashboard li a {
	display: block;
	height: 210px;
	width: 40px;
	position: relative;
	
    -webkit-transition-property: width, height;
    -webkit-transition-duration: 0.5s;
    -o-transition-property: width, height;
    -o-transition-duration: 0.5s;
    -moz-transition-property: width, height;
    -moz-transition-duration: 0.5s;
}

/* größe der thumbs */
#menu_dashboard li a:hover {
	width: 190px;
	height: 240px;
}



#menu_dashboard li a img {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
}
