#dock_container
{
	position: absolute;
	top: 0px;
	left: 32px;
	width: 839px;
	height: 36px;
	background-color: #000;
	overflow: hidden;
}

#scroll_left
{
	position: absolute;
	left: 0px;
	top: 2px;
	width: 32px;
	height: 32px;
	background-color: #888;
}

#scroll_right
{
	position: absolute;
	right: 0px;
	top: 2px;
	width: 32px;
	height: 32px;
	background-color: #888;
}

#dock
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 886px;
	height: 36px;
	background-color: #000;
}

div.dock_item
{
	position: absolute;
	left: 0px; 
	top: 0px; 
	width: 36px; 
	height: 36px;
}

img.button
{
	position: absolute; 
	left: 8px; 
	top: 8px; 
	width: 20px; 
	height: 20px; 
	cursor: pointer;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

img.wide
{
	width: 900px;
}

img.high
{
	height: 600px;
}

#placeholder
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}