#lboverlay,
#lbload,
#lbwrapper,
#lbprev,
#lbnext
{
	display: none;
}

#lboverlay,
#lbload
{
  z-index: 999990;
}

#lboverlay
{
	filter: alpha( opacity=50 );
	background-color: #002440;
	position: absolute;
  -moz-opacity: .5;
	height: 100%;
  opacity: .5;
  width: 100%;
  left: 0;
  top: 0;
}

#lbload,
#lbwrapper
{
	-webkit-box-shadow: 0px 0px 46px 0px #002744;
  -moz-box-shadow: 0px 0px 46px 0px #002744;
  box-shadow: 0px 0px 46px 0px #002744;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #fff;
  border-radius: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
}

#lbload
{
	background-image: url( ../images/lb_load.png );
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: -12px;
	margin-top: -12px;
	height: 45px;
	width: 45px;
}

#lbwrapper
{
  background-image: url( ../images/lb_background.jpg );
	background-position: left bottom;
	background-repeat: repeat-x;
  overflow: hidden;
	z-index: 999991;
	height: 0;
	width: 0;
}

#lbclose,
#lbprev,
#lbnext
{
	cursor: pointer;
  z-index: 999993;
}

#lbclose
{
	background-image: url( ../images/sprite.png );
	background-position: -133px -66px;
	position: absolute;
  height: 18px;
  width: 18px;
	right: 8px;
	top: 9px;
}

#lbprev,
#lbnext
{
	position: absolute;
	margin-top: -28px;
	height: 56px;
	width: 27px;
	top: 50%;
}

#lbprev
{
  background-image: url( ../images/lb_nav_left.png );
	left: 0;
}

#lbnext
{
  background-image: url( ../images/lb_nav_right.png );
	right: -1px;
}

#lbcontent
{
  padding: 30px 72px 20px 20px;
	position: absolute;
  z-index: 999992;
  left: 0;
  top: 0;
}

#lbcontent h1
{
	font-weight: bold;
  margin: 0 0 18px;
	font-size: 12px;
	color: #004b88;
}

#lbimage,
#lbcarousel
{
  margin-left: 55px;
}

#lbimage
{
	border: 1px solid #ddd;
	padding: 12px 74px;
}

#lbcarousel .agile_carousel
{
	padding: 0 24px;
	margin: 0 auto;
}

#lbcarousel .control_set_1,
#lbcarousel .control_set_2
{
	position: absolute;
	height: 40px;
	width: 24px;
	top: 0;
}

#lbcarousel .control_set_1 span,
#lbcarousel .control_set_2 span
{
	position: absolute;
	text-indent: 99px;
	overflow: hidden;
	height: 26px;
  width: 14px;
	top: 6px;
}

#lbcarousel .control_set_1,
#lbcarousel .control_set_1 span
{
  left: 0;
}

#lbcarousel .control_set_1
{
  background-image: url( ../images/lb_arrow_left.jpg );
}

#lbcarousel .control_set_2,
#lbcarousel .control_set_2 span
{
  right: 0;
}

#lbcarousel .control_set_2
{
  background-image: url( ../images/lb_arrow_right.jpg );
}

#lbcarousel .slides
{
	position: relative;
}

#lbcarousel .slide_1
{
	position: absolute;
	left: 0;
	top: 0;
}

#lbcarousel .slides a
{
	border: 1px solid #dddee0;
	text-align: center;
	margin-right: 4px;
  	overflow: hidden;
	height: 38px;
	width: 38px;
	display: table-cell;
	vertical-align: middle;	
}

#lbcarousel .slides a:hover,
#lbcarousel .slides .slide.active a
{
	border-color: #009bd9;
}

#lbcarousel .slides a img
{
	display: inline-block;
	max-height: 38px !important;
	max-width: 38px !important;
	margin: -2px -1px -4px -1px;	
}

#lbcontent .agile_carousel {
	width: auto !important;
	text-align: center;
}

#lbcontent .agile_carousel .slides {
	text-align: center;
	display: inline-block;
	height: 40px;
}



