/* Gallery
----------------------------------*/
#galleryContainer{
	width:720px;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-360px;
	display:none;
	z-index: 999;
}

#galleryContainer #galleryTop{
	background:url(../im/images/gal_sh_top.png) no-repeat center top;
	width:720px;
	height:46px;
}
#galleryContainer #galleryTop #galleryClose{
	background:url(../im/images/gal_close_bt.png) no-repeat;
	height:27px;
	width:27px;
	position:absolute;
	right:30px;
	top:35px;
	text-indent:-9999px;
	outline:none;
	cursor:pointer;
}
#galleryContainer #galleryTop #galleryClose:hover{
	background-position:center -27px;
}
#galleryContainer #galleryBase{
	background:url(../im/images/gal_sh_bot.png) no-repeat center bottom;
	width:720px;
	height:46px;
}

#galleryContainer #galleryArea{
	background:url(../im/images/gal_sh_bg.png) repeat-y;
}
#galleryContainer #placeHolder{
	background:#ffffff  url(../im/images/preloader.gif) no-repeat center center;
	height:460px;
	width:620px;
	margin:0 auto;
	margin-bottom:2px;
	overflow:hidden;
}
#galleryContainer #placeHolder #preloader{

	height:440px;
	width:400px;
	margin:0 auto;
}
#galleryContainer #placeHolder img{
	display:block;
	margin:20px auto 0 auto;
	background:#ffffff;
}
#galleryContainer #thumbHolder{
	background:#f6f6f6;
	width:600px;
	height:120px;
	margin:0 auto;
	padding:0 20px;

}
#galleryContainer #thumbHolder a{
	cursor:pointer;
	display:block;
	margin:0;
	padding:0;
	line-height:0pt;
}
#galleryContainer #thumbHolder div.video{
	display:none;
}
#galleryContainer #thumbHolder div.rotator{
	display:none;
}
#galleryContainer #thumbHolder .galthumb, #galleryContainer #thumbHolder .galthumb_ov{
	border: solid 1px #e7e7e8;
	float:left;
	margin:0px 7px 10px 5px;
	padding:0;
	height:60px;
	width:60px;
	background:#ffffff;
	display:block;
	cursor:pointer;
	}
#galleryContainer #thumbHolder img{
		border:none;
		line-height:60px;
		display:block;
		margin:10px auto;
	}
	#galleryContainer #thumbHolder p#imageno{
		margin:5px;
		padding:10px;
		color:#6c6c6c;
		text-align:center;
		border-top:solid 1px #e7e7e8;
		border-bottom:solid 1px #ffffff;
		background:#f2f2f2;
}

 #galleryContainer #thumbHolder .galthumb_ov{
 	border-color:#ccc;
}

/* Video Styles */

#videoContainer{
	background:transparent url(../im/images/video_bg.png) no-repeat;
	width:700px;
	height:500px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-350px;
	z-index:999;

}
#videoContainer #videoClose{
	background:url(../im/images/gal_close_bt.png) no-repeat;
	height:27px;
	width:27px;
	position:absolute;
	right:5px;
	top:10px;
	text-indent:-9999px;
	outline:none;
}
#videoContainer #videoClose:hover{
	background-position: center -27px;
}
#videoContainer iframe{
	width:650px;
	height:450px;
	border:0;
	frame-border:0;
	background:#ffffff;
	position:relative;
	top:26px;
	left:23px;
}
#escmsg{
	position:absolute;
	top:350px;
	left:80px;
	width:500px;
	background:#fff6bf;
	border:solid 1px #ffd324;
	font-weight:bold;
	color:#817134;
	padding:1em 2em;
	text-align:center;
	z-index:9999;
}

/* Rotator Styles */

#rotatorContainer{
	width:900px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-350px;
	margin-left:-450px;
	z-index:999;
}

/* Image Gallery Thumbnails
-------------------------*/
.galleryThumbBox{
	float:left;
	width:200px;
	}
div.galleryThumbs {
	border: 1px solid #DDD;
	text-align: center;
	width: 200px;
	height: 130px;
	float: left;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.2em;
	}
div.noShow{
	display:none;
	}

