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

#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;
}

#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;
	cursor: pointer;
	z-index: 15;
}

#button_right
{
	position: absolute;
	left: 320px;
	top: 249px;
	width: 20px;
	height: 15px;
	cursor: pointer;
	z-index: 15;
}

#button_video
{
	position: absolute;
	left: 213px;
	top: 3px;
	cursor: pointer;
	z-index: 15;
}

#button_pause
{
	position: absolute;
	left: 252px;
	top: 3px;
	cursor: pointer;
	z-index: 15;
}

#button_play
{
	position: absolute;
	left: 266px;
	top: 3px;
	cursor: pointer;
	z-index: 15;
}

#button_slide
{
	position: absolute;
	left: 281px;
	top: 3px;
	cursor: pointer;
	z-index: 15;
}

#btn_bg_left
{
	position: absolute;
	left: 299px;
	top: 249px;
	width: 20px;
	height: 15px;
	background-color: #FAA;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
}

#btn_bg_right
{
	position: absolute;
	left: 320px;
	top: 249px;
	width: 20px;
	height: 15px;
	background-color: #FAA;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
}

#btn_bg_video
{
	position: absolute;
	left: 213px;
	top: 3px;
	width: 35px;
	height: 17px;
	background-color: #FAA;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
}

#btn_bg_pause
{
	position: absolute;
	left: 252px;
	top: 3px;
	width: 14px;
	height: 17px;
	background-color: #FAA;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
}

#btn_bg_play
{
	position: absolute;
	left: 266px;
	top: 3px;
	width: 13px;
	height: 17px;
	background-color: #FAA;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
}

#btn_bg_slide
{
	position: absolute;
	left: 281px;
	top: 3px;
	width: 60px;
	height: 17px;
	background-color: #FAA;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	filter: alpha(opacity=0);
}

img.wide
{
	width: 333px;
}

img.high
{
	height: 224px;
}

