
.gallery {
	height: 234px;
	overflow: hidden;
	clear: both;
}

.gallery .gallery_img_html {
	padding: 3px;
	padding-right: 5px;
	text-align: right;
}

.gallery .___QImageGallery .___QImageGallery_html {
	background-image: url('../../i/transp6_white.png');
}

.gallery .gallery_img_html h3 {
	color: #ff5202;
	font-weight: bold;
	text-align: right;
}

.gallery .gallery_img_html div {
	text-align: right;
	font-weight: normal;
}

.gallery .gallery_link_sep {
	height: 2px;
	background-image: url('../../i/gallery_categ_sep.png');
	background-repeat: no-repeat;
	background-position: -8px top;
}

.gallery_frame {
	height: 230px;
	width: 516px;
	float: left;
	
	position: relative;
}

.gallery_overlay > div {
	background-image: url('../../i/gallery_right.png');
	background-repeat: no-repeat;
	background-position: right center;
	
	height: 100%;
}

.gallery_overlay_left {
	background-image: url('../../i/gallery_left.png');
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index: 20000;
	
	height: 230px;
	width: 11px;
}

.gallery_overlay_right {
	background-image: url('../../i/gallery_right.png');
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	z-index: 20000;
	
	left: 505px;
	height: 230px;
	width: 11px;
}

.gallery_overlay_top {
	background-color: white;
	
	position: absolute;
	z-index: 20000;
	
	top: 0px;
	left: 11px;
	height: 8px;
	width: 494px;
}

.gallery_overlay_bottom {
	background-color: white;
	
	position: absolute;
	z-index: 20000;
	
	left: 11px;
	height: 7px;
	width: 494px;
	
	top: 223px;
}

.gallery_slide_div {
	padding: 7px;
	height: 216px;
	overflow: hidden;
}

.gallery_links {
	display: block;
	float: right;
	width: 237px;
}

.gallery_links a {
	display: block;
	text-decoration: none;
	display: block;
}

.gallery_links a > div {
	padding-right: 5px;
}

.gallery_links a > div > div {
	height: 25px;
	padding-top: 10px;
	padding-left: 15px;
}

.gallery_links a:hover > div, .gallery_links a.selected > div {
	background-image: url('../../i/gallery_categ_right.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.gallery_links a:hover > div > div, .gallery_links a.selected > div > div {
	background-color: white;
	
	background-image: url('../../i/gallery_categ_arr.png');
	background-position: 5px center;
	background-repeat: no-repeat;
}

.gallery_links h2 {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 15px;
}


