@charset "utf-8";

div.js1_row_divider {
	clear: both;
	height: 10px;
}

div.js1_galleries_container {
	border: 2px solid #006699;
	margin: 0px auto;
	padding: 10px;
	width: 500px;
}

div.js1_galleries_gallery_container {
	float: left;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	text-align: center;
	width: 275px;
}

div.js1_galleries_title {
	text-align: center;
}

div.js1_galleries_title a:link, div.js1_galleries_title a:visited, div.js1_galleries_title a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

div.js1_galleries_thumbnail { }

div.js1_galleries_thumbnail img {
	border: 2px solid #006699;
	padding: 2px;
}

/* --------- */

div.js1_gallery_container {
	border: 2px solid #006699;
	margin: 0px auto;
	padding: 10px;
	width: 500px;
}

div.js1_gallery_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div.js1_gallery_description {
	font-size: 11px;
}

div.js1_gallery_gallery_container {
	float: left;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	text-align: center;
	width: 150px;
}

div.js1_gallery_gallery_title {
	text-align: center;
}

div.js1_gallery_gallery_title a:link, div.js1_gallery_gallery_title a:visited, div.js1_gallery_gallery_title a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

div.js1_gallery_gallery_thumbnail { }

div.js1_gallery_gallery_thumbnail img {
	border: 2px solid #006699;
	padding: 2px;
}

/* --------- */

div.js1_image_container {
	border: 2px solid #006699;
	margin: 0px auto;
	padding: 10px;
	width: 500px;
}

div.js1_image_gallery_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div.js1_image_gallery_description {
	font-size: 11px;
}

ul.js1_slideshow {
	display: none;
	list-style: none;
}

ul.span {
	display: none;
}

div.js1_image_images_container {
	display: block;
	margin: 10px auto;
	width: 500px;
}

div.js1_image_images_container * {
	margin: 0px;
	padding: 0px;
}

div.js1_image_full_container {
	border: 1px solid #006699;
	height: 300px;
	margin: 0px auto;
	padding: 2px;
	position: relative;
	width: 500px;
}

div.js1_image_full_image {
	width: 500px;
}

div.js1_image_full_image img {
	position: absolute;
	width: auto;
	z-index: 100;
}

div.js1_image_full_previous {
	background: url(/app/modules/d3galleries/images/js1/previous.gif) top left no-repeat;
	cursor: pointer;
	height: 32px;
	left: 0px;
	position: absolute;
	top: 50px;
	width: 63px;
	z-index: 200;
}

div.js1_image_full_next {
	background: url(/app/modules/d3galleries/images/js1/next.gif) top left no-repeat;
	cursor: pointer;
	height: 32px;
	right: 0px;
	position: absolute;
	top: 50px;
	width: 63px;
	z-index: 200;
}

div.js1_thumbnail_hover {
	
}

div.js1_image_slideshow_container {
	margin-top: 15px;
}

div.js1_image_slideshow_slide_left {
	background: url(/app/modules/d3galleries/images/js1/scroll_left.gif) center center no-repeat #222222;
	cursor: pointer;
	float: left;
	height: 83px;
	width: 20px;
}

div.js1_image_slideshow_slide_left:hover {
	background-color: #555555;
}

div.js1_image_slideshow_slide_right {
	background: url(/app/modules/d3galleries/images/js1/scroll_right.gif) center center no-repeat #222222;
	cursor: pointer;
	float: right;
	height: 83px;
	width: 20px;
}

div.js1_image_slideshow_slide_right:hover {
	background-color: #555555;
}

div.js1_image_slideshow_slider_container {
	float: left;
	height: 83px;
	margin-left: 5px;
	overflow: hidden;
	position: relative;
	width: 400px;
}

div.js1_image_slideshow_slider {
	height: 81px;
	left: 0;
	position: absolute;
}

div.js1_image_slideshow_slider img {
	border: 1px solid #006699;
	cursor: pointer;
	padding: 2px;
}

div.js1_image_slideshow_toggle {
	float: right;
	margin-top: 3px;
	cursor: pointer;
	width: 50px;
}

div.js1_image_slideshow_description {
	border: 1px solid #006699;
	font-size: 10px;
	margin: 0px auto;
	max-height: 200px;
	height: auto !important;
	height: 100px;
	overflow: auto;
	padding: 3px;
	width: 460px;
}