﻿

﻿#jbgallery {
	background:white;
	padding:0; 
	width:700px;
	height:337px;
	display:inline-block; 
	border:0;
}
#jbgallery-thumbs{
    list-style: none;
    margin: 0;
    padding: 0px 26px;
    margin: 10px 0px 0px -11px;
}
#jbgallery-thumbs li{
    float: left;
    margin-left: 12px;
}
* html #jbgallery-thumbs li{display:inline;}
#jbgallery-thumbs li a{
    position: relative;
    outline: none;
}

#jbgallery-thumbs li a img{
    border: 0;
}
#jbgallery-thumbs li a span{
    text-indent: -9999px;
    display: block;
    float: left;
}

#jbgallery-thumbs li a span.wrapper{
    position: absolute;
    opacity: 0.8;
    filter: alpha(opacity=40);
    -moz-opacity: 0.8;
    background-color: #000;
    display: block;
    width: 130px;
    height: 64px;
	top:-83px;
    right:0px;
}

#jbgallery-thumbs li a:hover span.wrapper, #jbgallery-thumbs li a span.active{
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
#jbg {
	position:relative;
	width: 700px; 
	min-height:337px;
    height:auto !important;
    height:337px;
	background:white;
	padding:0px 26px;
	}

#jbg a {
	text-decoration:none;
	border:0;
}
#jbg img {
	z-index:0;
	position:relative;
	border:0;
}


/*LOADING*/
#jbg-loading{
	position:absolute;
	width:100px;
	height:100px;
	z-index:70;
	display:none;
}
.jbg-loading{
	margin:auto;
	background:none;
	height:100%;
	width:100%;
	border:4px;
	display:block;
}

/*OPTIONAL CONTENT AND MENU -> customize this */
#jbg-content{
	top:0px;
	left:0px;
	position:absolute;
	font-size:11px;
	z-index:1000;
	width:100%;
	height:100%;
}

/*RESIZE LAYOUT OF FRAGMENTS.CSS --HELEN */
#header, #container {width:990px;}
#container {
    width:990px;
    padding-left:0px;
    padding-right:0px;
    background-color:#ffffff;
    padding-bottom:50px;
}

html > body #container, body #container 
{
	width:990px; 
	background-color:#fff;
	padding-bottom:0px;
	clear:left;
}
#content {width:auto;}
