@charset "utf-8";
/* CSS Document */
.dockwrap { margin: 0 auto; width:900px; }
#dock { width: 660px; margin-left:300px; }
.dock-container { position: relative; top: 30px; height: 50px; }
a.dock-item { display: block; width: 100px; bottom: 0; text-align: center; text-decoration: none !important; float:left; }
a.dock-item:hover { text-decoration:none; color:#fff; }
.dock-item span { display: none; padding-left: 20px; text-decoration:none; }
.dock-item:hover span { display:none; }
.dock-item img { border: 0; margin: 5px 10px 0px; width: 100%; }
body { background:#ccc !important;}
