#gallery
{
	position: absolute;
	left: 135px;
	top: 85px;
	width: 348px;
	height: 376px;
	background-image: url(../images/gallery_window_bg.jpg);
	background-color: #ffe57c;
}

#display_space
{
	position: absolute; 
	left: 7px; 
	top: 20px;
	width: 333px; 
	height: 224px;
}

#placeholder
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#vidholder
{
	position: absolute;
	left: 0px;
	top: 0px;
}

#thumbnail_container
{
	position: absolute;
	left: 6px;
	top: 268px; 
	width: 333px;
	height: 101px;
	background-color: #ffffbc;
}

#view_port
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 333px;
	height: 101px;
	overflow: hidden;
}

#dock
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 333px;
	height: 101px;
}

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

img.button
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 41px; 
	height: 41px; 
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#button_left
{
	position: absolute;
	left: 299px;
	top: 249px;
	width: 20px;
	height: 15px;
	background-color: #8c2e22;
	cursor: pointer;
}

#button_right
{
	position: absolute;
	left: 320px;
	top: 249px;
	width: 20px;
	height: 15px;
	background-color: #8c2e22;
	cursor: pointer;
}

#button_video
{
	position: absolute;
	left: 213px;
	top: 4px;
	background-color: #8c2e22;
	cursor: pointer;
}

#button_pause
{
	position: absolute;
	left: 252px;
	top: 4px;
	background-color: #8c2e22;
	cursor: pointer;
}

#button_play
{
	position: absolute;
	left: 266px;
	top: 4px;
	background-color: #8c2e22;
	cursor: pointer;
}

#button_slide
{
	position: absolute;
	left: 282px;
	top: 4px;
	background-color: #8c2e22;
	cursor: pointer;
}

img.wide
{
	width: 333px;
}

img.high
{
	height: 224px;
}
