#ajax_gallery_container {
	margin: auto;
	text-align: center;
	background: #ffffff;
	border: solid 2px #ffffff;
}

#ajax_gallery_close {
	float: right;
	display: inline;
}

#ajax_gallery_title {
	float: left;
	display: inline;
	color: white;
	line-height: 24px;
	text-indent: 10px;
	font-weight: bold;
}

#ajax_gallery_min {
	padding-top: 5px;
	border-top: solid 1px #EAEAEA;
	overflow: auto;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
}

#ajax_gallery_min table {
	border-collapse: collapse;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#ajax_gallery_min table td {
	padding: 4px;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}

#ajax_gallery_min img {
	cursor: pointer;
	border: solid 1px red;
}


#ajax_gallery_navigation {
	margin-bottom: 10px;
	background: #000000;
	width: 100%;	
}
#ajax_gallery_title {
	display:block;
	float:left;
	color:#FFF;
	font-weight:bold;
	width: 225px;
	text-align: left;
	overflow: hidden;
	padding: 0;	
	margin: 0;
	margin-left: 6px;
	line-height: 26px;
}

#ajax_gallery_navigation a {
  display: block;
}

#ajax_gallery_navigation a img {
  border: none;
}

#ajax_gallery_navigation a {
	font-weight: bold;
	color: #aaaaaa;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
}

#ajax_gallery_big {
	background: url('/image/gallery/loader.gif') no-repeat center center;
	margin: auto;		
}

#ajax_gallery_min table img {
  cursor: pointer;
}

#ajax_gallery_big img {

}