


.gallery_slide_container {
	width: 800px;
}

.gallery_slide_arrow a:hover {
	color: #00aa00;
}

.gallery_slide_arrow {
	font-weight: bold;
	font-size: 1.4em;
	margin: 40px 0 0 0;

}
.arrow_right {
    margin-left: 0.1em;
}

.arrow_left {
    margin-right: 0.1em;
}

.gallery_slide_arrow:hover {
	text-decoration: none !important;
}
 

div.image_parents ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.image_parents ul {
	margin: 0;
	padding: 0;
}

div.cycle_thumbs {
	display: block !important;
	position: absolute;
	z-index: 9999;
}

div.cycle_thumbs ul {
	margin: 3px 0 3px 3px;
	padding: 0;
}

div.cycle_thumbs li div,
div.cycle_thumbs li div a {
	color: #fff !important;
}

div.cycle_thumbs li div {
	border: 1px solid #ccc;
	background: #333;
	text-align: center;
	padding-right: 1px;
	width: 15px;
	height: 15px;
	font-size: 0.8em;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

div.cycle_thumbs li {
	list-style: none;
	padding: 2px;
}

div.cycle_thumbs li.active div,
div.cycle_thumbs li:hover div {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

div.cycle_image p {
	display: none !important;
}

div.cycle_image{
	margin: 0 auto 0 auto;
}

div.cycle_image img {
	/*display: block;*/
	position: absolute;
	border: 1px solid #000;
}

div.image_slide {
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	padding: 2px;
	margin: auto;
	width: 755px;
}


table.image_slide, table.image_slide td {
	padding: 0;
}

table.image_slide {
	border-collapse: collapse;
}

div.image_slide img {
	margin: 0 2px 0 2px;
	top: 50%;
}

table.image_features {
	background: #f1f6ff;
	border: 1px solid #e0eaff;
	margin: 1em 0 1em 0;
	width: 100%;
}

.img_loading {
	background: url('/icon/loading_text.gif') no-repeat center center;
}

.img_broken {
	border: 1px solid #aaa;
	width: 100px;
	height: 100px;
	background: #FFF url('images/img_broken.jpg') no-repeat center center;	
}

.img_float_center {
	margin: auto !important;
	clear: both;
}

.img_preview_options {
	text-align: center;
	margin: auto;
}
.img_preview_img {
	text-align: center;
	margin: auto;
	display: block;
}
.img_preview_desc {
	text-align: center;
	margin: auto;
	display: block;
}
.image_frame {
	background: #9daa00;
	padding: 4px;
	margin: 8px;
	margin-top: 20px;
	clear: both !important;
}
.image_noframe {
	margin: 4px;
}
.image_frame img.image, .image_noframe img.image {
	margin: auto;
	display:block;
	clear: both !important;
}
.image_zoom {
	float: right;
	margin-left: 5px;
	margin-top: 2px;
}
.image_caption {
	background: #e0eaff;
	padding: 2px;
}
.image_admin {
	padding: 2px;
	padding-left: 6px;
	background: #f1f6ff;
	border: 1px solid #e0eaff;
}
.image_name {
	text-align: right;
	background: #e0eaff;
	padding: 2px;
	font-size: 1.2em;
	font-weight: bold;
}
.image_full {
	clear: both;
	margin-bottom: 1ex;
	margin-top: 1ex;
}
.image_full img {
	max-width: 468px;
	display: block;
}

#tooltip {
	position: absolute;
	display: none;
	z-index: 1;
	left: 0;
	top: 0;
	border: 1px solid black;
	background: #fff6da;
	color: black;
	padding: 2px;
}
#img_tooltip {
	position: absolute;
	background: url(images/loading2.gif) no-repeat 50% 50%;
	width: 18px;
	height: 18px;
	display: none;
	z-index: 2;
	left: 0;
	top: 0;
}

.image_preview {
	float: right;
	text-align: center;
}

