﻿#gallerygroup
{
	width: 990px;
	height: 85px;
	position: absolute;
	top: 398px;
	padding-top: 7px;
	background: url("/common/templates/resort/resort_2/images/gallery_bg.png") no-repeat top left;	
}
body.maingallery #gallerygroup
{
	display: block;
}
#gallerygroup #imagewindow
{
	height: 73px;
	overflow: hidden;
	width: 978px;
	margin: auto;
	position: relative;
}
#gallerygroup #imagewindow #imagestrip
{
	position: relative;
	margin-top: 4px;
	overflow: hidden;
}
#gallerygroup #imagewindow #imagestrip img
{
	border: 1px solid #BCBDBF !important;
	float: left;
	margin: 2px;
	width: 105px;
	height: 64px;
}
#gallerygroup #imagewindow #imagestrip img.active
{
	border: 1px solid #000000 !important;
}
#gallerygroup #moveleft
{
	background: transparent url("/common/templates/resort/resort_2/images/move_left.png") no-repeat scroll center center;
	display: block;
	height: 70px;
	left: 955px;
	position: absolute;
	top: -25px;
	width: 10px;
}
#gallerygroup #moveright
{
	background: transparent url("/common/templates/resort/resort_2/images/move_right.png") no-repeat scroll center center;
	display: block;
	height: 70px;
	left: 970px;
	position: absolute;
	top: -25px;
	width: 10px;
}
#gallerygroup #pause, #gallerygroup #play
{
	display: none;
}
#gallerygroup #moveleft, #gallerygroup #moveright, #gallerygroup #pause, #gallerygroup #play
{
	text-indent: -1000em;
}
#hover-strip
{
	height: 50px;
	width: 990px;
	position: absolute;
	background-color: red;
	bottom: 0;	
	filter: alpha(opacity=1);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 1000;
}

