.gallery_layer
{
	position:absolute;
}

.gallery_a
{
	text-decoration:none;
	color:yellow ;
}

.gallery_player_button
{
	width:21px;
	height:21px;
	top:280px;
	cursor:pointer;
}

.gallery_a:hover
{
	color:blue ;
}

.gallery_thumb
{
	width:96px;
	height:66px;
	cursor:pointer;
}

.gallery_selected
{
	border-color:yellow ;
}