
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#LBarea .scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 1080px;
	height:100px;

	/* custom decorations */
	border:1px solid;
	background-image: url(/mapV5/v5plugins/f_lightbox/css/images/h300.png); 
	background-repeat: repeat-x;
	background-attachment: center center;
	margin: 0px;
	padding: 0px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
#LBarea .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#LBarea .items div {
	float: left;
}


/* active item */
#LBarea .scrollable .active h5 {
	border: 3px solid #000;
	z-index:9999;
	position:relative;
	margin: 8px 0px 20px 10px; 
}


/* this makes it possible to add next button beside scrollable */
#LBarea .scrollable {
	float:left;	
}

/*Thumbpanel slider*/
#LBarea .scrollable .LBhoverButtonsPanel{ 
	position: absolute; 
	background: #444;
	height: 30px; 
	width: 76px; 
	border-bottom: 1px solid; 
	top: -50px; 
	left: 0px; 
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}		


.LB_thumb_item
{ 
	font-size: 0px; 
	width: 85px;
	height: 85px;
	border: 1px solid; 
	overflow: hidden; 
	float:left; 
	margin: 3px 0px 20px 3px; 
	padding: 4px; 
	position: relative; 
}

.LB_thumb {
	display: block;
	position: relative;
	width: 85px;
	height: 85px;
	overflow: hidden;
}

.LB_thumb_image {
	
	overflow: hidden;
}

.LB_thumb_cover {
	position: absolute;
	z-index: 20;
	display: none;
	width: 100%;
	height: 26px;
	border-bottom: 1px solid;
	top: 0px;
	left: 0px;
}

.LB_thumb_button {
	position: absolute;
	background-color: #fff;
	width: 18px;
	height: 18px;
	-moz-border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
	border-radius: 3px 3px;
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	z-index: 100;
}

.LB_thumb_button:hover {
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.LB_thumb_info {
	top: 3px;
	left: 3px;
}

.LB_thumb_buy {
	top: 3px;
	left: 32px;
}

.LB_thumb_quote {
	top: 3px;
	left: 32px;
}

.LB_thumb_favorites {
	top: 2px;
	left: 40px;
}

.LB_thumb_delete {
	top: 3px;
	left: 62px;
}

.LB_thumb_content { 
	display:none;
}

.LB_image_title {
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}

.LB_image_desc {
	font-size: 10px;
	line-height: 14px;
}



.scrollable h5 .LBviewButton{
	position:absolute; 
	left:3px; 
	top:5px;
	width:20px; 
	height:20px; 
	font-size:1px;
}


/* single scrollable item */
#LBarea .scrollable img {
	cursor:pointer;
}	



/* position and dimensions of the navigator */
.navi {
	margin-left:528px;
	width:500px;
	padding-top:4px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/mapV5/v5plugins/f_lightbox/css/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	cursor:pointer;
}


/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

#lbNotSignedIn{
	height:140px; 
	width:100%; 
	margin:0;
	font-size: 16px;
}

.tablet_body #lbNotSignedIn {
	font-size: 18px;
}

.mobile_body #lbNotSignedIn {
	font-size: 20px;
}

#LBSignIn {
	font-size: 14px;
}

.tablet_body #LBSignIn {
	font-size: 18px;
}

.mobile_body #LBSignIn {
	margin-top: 0px;
	font-size: 24px;
}
		
/* sliding panel */
#LBpanel {
	position: fixed;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#LBpanel_content {
	width: 100%;
	height: 140px;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	/*background: #272727;*/
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#LBcloseButton{
	position:absolute; 
	top:1px; 
	right:1px; 
	display:block; 
	background:url(/mapV5/v5plugins/f_lightbox/css/images/close2.png) top left no-repeat; 
	width:40px; 
	height:29px; 
	text-indent:-9999px;
}

#LBcloseButton:hover{
	background-position:bottom left;
	cursor: pointer;
}

/*New UI buttons now run the controls*/
button.browse {
	display:block;
	float:left;
	margin:16px 5px;
	cursor:pointer;
	font-size:32px;
	width: 20px;
}

/* disabled navigational button */
button.disabled {
	visibility:hidden !important;		
} 

#water_cover { 
	position:absolute; 
	top:0px; 
	left:0px;
	width:100%; 
	height:100%; 
}

#water_image { 
	position:absolute; 
	left:50%; 
}


