.clear {
	clear:both
}
.header_slider
{
	height: 274px;
	width: 100%;
}
#gallery {
	position:relative;
	height:100%;
	width: 100%;
	overflow:hidden;
}
#gallery a.gallery {
	position:absolute;
	left: 0;
	right: 0;
}
#gallery a img {
	border:none;
}
#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:600; 
	background: url('../images/caption_bg.png') repeat-x #9fb02c; 
	color:#ffffff; 
	height:100px; 
	position:absolute;
	bottom:0;
	width: 100%;
}

#gallery .caption .content {
	padding:5px;
	padding-right: 150px;
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color: black;
}

.leftShadowDiv
{
	position: relative;
	background: white;
	height: 100%; 
	width: 7px;
	background: url('../images/slide_box_09.png') repeat-y;	
}
.leftTopShadowDiv
{
	position:absolute; 
	top: 0px;
}
.leftBottomShadowDiv
{
	position:absolute; 
	bottom: 0px;
}
.rightShadowDiv
{
	position: relative;
	background: white;
	height: 100%; 
	width: 7px;
	background: url('../images/slide_box_10.png') repeat-y;
}
.rightTopShadowDiv
{
	position:absolute; 
	top: 0px;
}
.rightBottomShadowDiv
{
	position:absolute; 
	bottom: 0px;
}

.topShadowDiv
{
	width: 100%;
	height: 4px;
	background: url('../images/slide_box_03.png') repeat-x;
}
.topLeftShadowDiv
{
	float: left;
	width:12px;
}
.topRightShadowDiv
{
	float: right;
	width:12px;
}

.bottomShadowDiv
{
	width: 100%;
	height: 4px;
	background: url('../images/slide_box_17.png') repeat-x;
}
.bottomLeftShadowDiv
{
	float: left;
	width:12px;
}
.bottomRightShadowDiv
{
	float: right;
	width:12px;
}
.cornerWrapper
{
	position: relative;
	height: 100%;
	width: 100%;
	background-color: white;
}
.cornerBottomLeft
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.cornerTopLeft
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
.cornerTopRight
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.cornerBottomRight
{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
}
#arrow_right_link
{
	position: absolute;
	right: 30px;
	top: 30px;
}