﻿
#gallery_section
{
	/*padding: 10px 0 0 80px;
	margin-top: 15px;*/
	border-bottom: 1px solid #252525;
}
#gallery_section #images img
{
	height: 420px;
	width: 625px;
}
#gallerygroup img
{
	cursor: pointer;
	height: 60px;
	width: 60px;
}
#gallerygroup
{
	width: 625px;
	height: 130px;
	margin-top:1px;
}
#gallery-backdrop
{
	position:absolute;
	background-color:#ffffff;
	height:82px;
	width:625px;
	opacity: 0.3;
	filter: alpha(opacity=30);

}
#gallerygroup #moveleft, #gallerygroup #moveright, #gallerygroup #pause, #gallerygroup #play
{
	text-indent: -1000em;
}
#gallerygroup #moveleft
{
	background: transparent url(/common/templates/template_a/images/move_left.png) no-repeat scroll center center;
	display: block;
	height: 70px;
	left: 8px;
	position: absolute; /*top:0;*/
	width: 10px;
}
#gallerygroup #moveright
{
	background: transparent url(/common/templates/template_a/images/move_right.png) no-repeat scroll center center;
	display: block;
	height: 70px;
	left: 608px;
	position: absolute; /*top:0;*/
	width: 10px;
}
#gallerygroup #imagewindow
{
	height: 68px;
	left: 25px;
	overflow: hidden;
	position: absolute; /*top:0;*/
	width: 575px;
	padding-top:8px;
}

#gallerygroup #pause
{
	background: transparent url(/common/templates/template_a/images/pause.png) no-repeat scroll center center;
	display: block;
	height: 70px;
	left: 330px;
	position: absolute;
	top: -30px;
	width: 17px;
}
#gallerygroup #play
{
	background: transparent url(/common/templates/template_a/images/play.png) no-repeat scroll center center;
	display: block;
	height: 70px;
	left: 352px;
	position: absolute;
	top: -30px;
	width: 17px;
}
#content #gallery_section #images
{
	height: 300px;
	width: 625px;
	overflow: hidden;
	position: relative;
}
#imagestrip
{
	width: 800px;
	position: absolute;
	left: 0;
}
body.gallery #gallerygroup #imagestrip img
{
	border: 2px solid #252525 !important;
}
body.gallery #gallerygroup #imagestrip img.active
{
	border: 2px solid #80766b !important;
}
#gallerygroup #imagestrip img
{
	border-style: solid;
	border-width: 2px; /*display:inline-block;*/
	float: left;
	display: inline;
	margin: 1px;
}
#gallerycontainer .caption
{
	display: none;
}
#gallerygroup #imagestrip ul
{
}
#gallerygroup #imagestrip ul li
{
	height: 65px !important;
	margin: 0 !important;
	padding: 0 2px !important;
	width: 65px;
}
.pause_active
{
	background: transparent url(/common/templates/template_a/images/pause_active.png) no-repeat scroll center !important;
}
.play_active
{
	background: transparent url(/common/templates/template_a/images/play_active.png) no-repeat scroll center !important;
}
#image_count
{
	background-color: Transparent;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	width: 1px;
	height: 1px;
	font-size: 1px;
}
#gallerycontainer
{
	position: relative;
}
#slide-images
{
	height: 220px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 624px;
	position: relative;
}
