#container{
	max-width:800px;
	margin:0 auto;
	padding-bottom:80px;
}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

#banner-slide
{
border:1px solid #000;
//border-radius:3px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

.bjqs-markers
{
position:absolute;
bottom:111px;
left:190px;
z-index:0;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

ol.bjqs-markers li a
{
border-radius:24px;
}

p.bjqs-caption
{
background: #e5e5e5;
height:75px;
text-align:center;
}

#links_right
{
position:absolute;
top:141px;
margin-left:50%;
left:391px;
}

#dialog-message
{
z-index:30;
}

#greyout
{
background-color: #000000;
filter:alpha(opacity=70); /* IE */
opacity: 0.7; /* Safari, Opera */
-moz-opacity:0.7; /* FireFox */
z-index: 0;
height: 100%;
width: 100%;
background-repeat:no-repeat;
background-position:center;
position:absolute;
top: 0px;
left: 0px;
display:none;
}