/* Large image
----------------------------------------------- */
#bgimage_c,#bgimage,#bgimage_cache_c,#bgimage_cache{
	height:100%;
	overflow:hidden;
	left:0;
	top:0;
	position:absolute
	}
#bgimage,#bgimage_cache{width:100%}

/* Slideshow
----------------------------------------------- */
#gallery_slide_c,#gallery_slide_bg,#gallery_slide_body{
	width:100%;
	height:86px;
	left:0;
	position:absolute
	}
#gallery_slide_c{bottom:16px}
#gallery_slide_bg{
	background:#fff;
	opacity:.5;
	filter:alpha(opacity=50);
	}
#gallery_slide_rel{
	width:100%;
	padding:6px 0 0;
	position:relative
	}
/* controls */
div.gallery_control,div.gallery_control a{
	width:16px;
	height:75px
	}
div.gallery_control{
	font-size:10%;
	top:6px;
	position:absolute
	}
div.gallery_control a{
	background-repeat:no-repeat;
	background-position:0 0;
	cursor:pointer;
	outline:none;
	overflow:hidden;
	display:block;
	text-indent:-9999px
	}
#gallery_control_prev{left:0}
#gallery_control_prev a{background-image:url(/images/buttons/gallery_prev.png)}
#gallery_control_next{right:0}
#gallery_control_next a{background-image:url(/images/buttons/gallery_next.png)}
div.gallery_control a.disabled{
	background-position:0 bottom !important;
	cursor:default !important
	}
/* slider */
#gallery_thumbs_c{margin:0 16px}
#gallery_thumbs{
	width:100%;
	overflow:hidden;
	float:left
	}
#gallery_slider{
	width:9999px;
	float:left
	}
/* thumbs */
#gallery_thumbs_ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left
	}
#gallery_thumbs_ul li,#gallery_thumbs_ul li a{
	float:left
	}
#gallery_thumbs_ul li{
	width:75px;
	height:75px;
	padding-right:7px
	}
	
/* thumb hover stuff */
#gallery_thumbs_ul li a,div.gal_bdr{
	border-color:#4f0611;
	background:#4f0611
	}
#gallery_thumbs_ul li a{
	width:73px;
	height:73px;
	border-style:solid;
	border-width:1px;
	outline:none
	}
/*\*/
* html #gallery_thumbs_ul li a:hover,* html li.gal_thumb_li_selected a{border-color:#fecb2c !important}
/**/
div.gal_thumb_rel{
	width:75px;
	height:75px;
	position:relative
	}
div.gal_bdr{
	margin:0;
	padding:0;
	font-size:10%;
	position:absolute
	}
div.gal_bdr_t,div.gal_bdr_b{
	width:75px;
	height:1px;
	left:0;
	}
div.gal_bdr_t{top:0}
div.gal_bdr_b{bottom:0}
div.gal_bdr_r,div.gal_bdr_l{
	width:1px;
	height:75px;
	top:0
	}
div.gal_bdr_r{right:0}
div.gal_bdr_l{left:0}
li.gal_thumb_li_selected div.gal_bdr_t,li.gal_thumb_li_selected div.gal_bdr_b{height:8px !important}
li.gal_thumb_li_selected div.gal_bdr_r,li.gal_thumb_li_selected div.gal_bdr_l{width:8px !important}
