#galleryContainer{
	width: 540px;

}

#galleryContainer:after{
	content:".";
	display: block;
	height: 1px;
	visibility: hidden;
	clear: both;
}

#image_thumbs {		
	text-align: left;
}
#image_preview {
	width: 490px; 
	float: left;
	vertical-align: top;
	position: relative;
}

.navBox{
	height: 13px;
	width: 14px;
	margin-left: 5px;
	cursor: pointer;
}
.thumb_box:hover{
	height: 24px;
	width: 24px;
	border: 4px solid #9ac1c5;
}

.thumb_boxOn{
	border: 4px solid #9ac1c5;
	background-repeat: no-repeat;
	background-position: center;
	height: 24px;
	width: 24px;
	margin: 1px;
	cursor: pointer;
}

#image_nav {
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	position: absolute;
	bottom: 0px;
	left: 5px;
}
#image_nav a {
	font-size: 15px;
	color: #ec2845;
	text-decoration: none;

}

#cnt_01 {
	background-image: none;
}
#image_src {
	padding: 4px;
}

#galleryPlayButton{
	width: 38px;
	height: 31px;		
	background-image: url('../images/btn_galleryPlay.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 5px;
	left: 410px;
	z-index: 99999;
	cursor:pointer;
}

#galleryPauseButton{
	width: 37px;
	height: 30px;		
	background-image: url('../images/btn_galleryPause.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 6px;
	left: 442px;
	z-index: 99999;
	cursor:pointer;
}
