img { border: none; }
/* dock - top */
#dock { width: 100%; position: relative; left: 0; bottom: 0; height: 60px; z-index: 90; clear: both; }
.dock-container { position: absolute; background: url(../images/dock/dock-bg.gif); height: 60px; z-index: 10; padding-right: 10px; padding-left: 20px; }
a.dock-item { color: transparent; display: block; font: bold 12px Arial, Helvetica, sans-serif; width: 80px; bottom: 0; position: absolute; text-align: center; text-decoration: none; border: 0 transparent; }
a.dock-item:hover { color: red; border-color: transparent; border-width: 0; }
.dock-item span {
	display: none;
	padding-left: 20px;
}
.dock-item img { margin: 5px 10px 0; width: 100%; padding-right: 5px; padding-left: 5px; border-width: medium; }
