/*
#================================================
#	Плавающее меню в стиле  Mac OS
#
#	Автор урока:		Пакало Евгений
#	Email автора:		admin@webtyz.ru
#	Сайт урока:			http://webtyz.ru/		
#	Год написания:		2010
#================================================
*/

.docka {
/*padding-top:30px;*/
	position: absolute; 
	height: 170px; 
	text-align: center;
	overflow:hidden;
	width:770px;
}
.dockb {
/*padding-top:30px;*/
	position: absolute; 
	height: 200px; 
	text-align: center;

overflow:hidden;
width:750px;

}

.dockc {
/*padding-top:30px;*/
	position: absolute; 
	height: 200px; 
	text-align: center;

overflow:hidden;
width:750px;

}
.dock-container {
	position: absolute;
	height: 50px;
	text-align: center;
}

a.dock-item {
	display: block;
	width: 40px;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#CC6600;
	margin-left:10px;
}
a.dock-item:first-child {

}
.dock-item img {
	border: none; 
	margin: 5px 0px 0px; 
	width: 150%; 
	border:solid 2px #d39944;




}
.dock-item span {
	display: none; 
	padding-left: 120px;
	color:#000;

}

