/* dock at bottem */
#dock_img {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/main/dock_bar.png);
	background-repeat: no-repeat;
	width: 888px;
	height: 65px;
}
#dock {
/* 	width: 100%; */
	position: absolute;
	bottom: 0;
}
#dock table {
	margin: 0 auto;
	height: 47px;
}
.dock_item {
	background-image: url(../images/main/dock_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.dock_item .image {
	position: relative;
	bottom: 10px;
}
#dock_left {
	background-image: url(../images/main/dock_left.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 28px;
}
#dock_right {
	background-image: url(../images/main/dock_right.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 28px;
}
/* --------- */
