#dashboard {
    bottom: 0;
    position: relative;
    overflow: hidden;
}

#shelf, #left_shelf, #right_shelf {
    float:left;
    height: 50px;
}

#left_shelf, #right_shelf {
    width: 30px;
}

#menu_dashboard {
	display: inline-block;
	width: auto;
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#menu_dashboard li {
	width: auto;
	height: auto;
	display: inline-block;
	bottom: 0;
	vertical-align: bottom;
}


#menu_dashboard li.separator {
	width: 50px;
	height: 50px;
}

#menu_dashboard li a {
	display: block;
	height: 25px;
	width: 25px;
	position: relative;
	
    -moz-transition-property: width, height;
    -moz-transition-duration: 0.5s;
    -webkit-transition-property: width, height;
    -webkit-transition-duration: 0.5s;
    -o-transition-property: width, height;
    -o-transition-duration: 0.5s;
}

#menu_dashboard li a:hover {
	width: 45px;
	height: 45px;
}



#menu_dashboard li a img {
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
	border: none;
}
