

/* dock - top */
.dock {
	position: relative; 
	margin-top: 4px;
	text-align: center;
}
.dock-container {
	position: absolute;
	
}
a.dock-item {
	display: block;
	height: 110px;
	color: #000;
	position: absolute;
	top: 0px;
	
	text-align: right;
	text-decoration: none;
	
}
.dock-item img {
	border: none; 
	margin: 5px 20px -15px 0; 
	width: 100%; 
}
.dock-item .tooltip {
	display: none; 
	width: 220px;
	height: auto;
	margin:0 0 0 230px;
	margin:-5% 0 0 -165px!important;
	font-size: 11px;
	line-height: 1.1em;

}
.dock-item .tooltip strong {
	font-size: 14px;
	line-height: 1.4em;
	


}

.dock-item .tooltip .hd {
	position: relative;
	background:  url(../images/bg_hd.png) no-repeat;
	height: 17px;
	width: 220px;

}

.dock-item .tooltip .bd {
	width: 220px;
	width: 204px!important;
	
	padding: 0px 8px 0px 8px;
	font-size: 0.9em;
	line-height: 1.2em;
	background:  #fff;


}
.dock-item .tooltip a {
	color: #666;
}
.dock-item .tooltip a:hover {
	color: #000;
}


.dock-item .tooltip .ft {
	position: relative;
	background: url(../images/bg_ft.png) no-repeat;
	height: 90px;
	width: 220px;
}

