#image_gallery {
	width: 570px;
	background: #FFFFFF;
	display: none;
}

#image_gallery .gallery_container {
	background: #EAF2F6; 
	padding: 0 5px;
	overflow: hidden;
	width: 560px;
	zoom: 1;
}

#image_gallery .gallery_image {
	background:#FFFFFF;
	border: #B8BFC2 1px solid;
	border-top: none;
	border-bottom: none;
	overflow:hidden;
	height: 400px;
	width: 558px;
}


#image_gallery .gallery_navleft {
	float: left;
	margin-right: 10px;
}
#image_gallery .gallery_navright {
	float: right;
}
#image_gallery .gallery_navigation {
	overflow: hidden;
	height: 54px;
	width: 526px;
	padding: 0;
	position: relative;
	float: left;
}

#image_gallery .gallery_image .images_container {
	margin: auto;	
	width: 400px;
	height: 400px;
}

#image_gallery #scroll_right,
#image_gallery #scroll_left {
	width: 7px;
	border: 0px;
	margin-top: 20px;
}

#image_gallery .gallery_navigation .images_container {
	overflow: hidden;
	clear: both;
	height: 54px;
	width: 1000px;
	position: relative;
	left: 0px;
	z-index: 1;
}

#image_gallery .gallery_navigation .images_container a {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	background: url(/images/elements/54x54_corners.gif) top left no-repeat;
	padding: 2px;
	margin-right: 5px;
}



#image_gallery .gallery_image_bottom,
#image_gallery .gallery_image_top {
	background:transparent url(/images/elements/search_content_bg.gif) no-repeat scroll 0 0;
}	



#image_gallery .gallery_image_top,
#image_gallery .gallery_image_bottom,
#image_gallery .gallery_bottom,
#image_gallery .gallery_top {
	font-size:0;
	height:5px;
	padding: 0;
	margin: 0;
}

#image_gallery .gallery_image_bottom {
	background-position: 0 100%;	
	margin-bottom: 5px;
}

#image_gallery .gallery_image_top,
#image_gallery .gallery_image_bottom {
	width: 560px;
}

#image_gallery .gallery_top,
#image_gallery .gallery_bottom {
	width: 570px;
}
#image_gallery .gallery_top {
	background:transparent url(../images/elements/570bluetop.gif) no-repeat scroll 0 0;
}

#image_gallery .gallery_bottom {
	background:transparent url(../images/elements/570bluebottom.gif) no-repeat scroll 0 0;
}

#image_gallery h1 {
	color: #494949;
	margin: 0 18px 0px 5px;
	display: inline;
	line-height: 35px;
}

.ui-dialog .ui-dialog-content {
	padding: 5px !important;
}

