body {margin: 0;}

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0px;	/* necessary for IE 7*/
	background-color: #000;
	cursor: pointer;
}

#lbShadow {
	position: absolute;
	left: 50%;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4); -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4); 
	border-radius:7px; -webkit-border-radius:7px; -moz-border-radius:7px;
	background: #fff;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	background-color: #fff;
	text-align: center;
	padding: 5px;
}

#lbCenter {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top-left-radius:7px; -moz-border-radius-topleft:7px; -webkit-border-top-left-radius:7px; 
	border-top-right-radius:7px; -moz-border-radius-topright:7px; -webkit-border-top-right-radius:7px; 
    -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -o-user-select: none;  -ms-user-select: none; user-select: none;
}

#lbBottomContainer {
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	overflow: hidden;
	border-bottom-left-radius:7px; -moz-border-radius-bottomleft:7px; -webkit-border-bottom-left-radius:7px;
	border-bottom-right-radius:7px; -moz-border-radius-bottomright:7px; -webkit-border-bottom-right-radius:7px;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbBottom {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: transparent url(fancy_close.png) no-repeat center;
	cursor: pointer;
}
#lbCloseLink:hover {
	background: transparent url(fancy_close_hover.png) no-repeat center;
}

#lbCaption {
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
	font-size: 12px;
	background: transparent;
}

#lbNextLink {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: transparent url(fancy_nav_next.png) no-repeat center;
	margin: 5px 0;
	cursor: pointer;
}

#lbNextLink:hover {
	background: transparent url(fancy_nav_next_hover.png) no-repeat center;
}

#lbPrevLink {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: transparent url(fancy_nav_prev.png) no-repeat center;
	margin: 5px 0;
	cursor: pointer;
}
#lbPrevLink:hover {
	background: transparent url(fancy_nav_prev_hover.png) no-repeat center;
}

#lbPager {
	display: block;
	float: right;
	height: 30px;
	line-height: 30px;
	margin: 5px 5px;
	background: transparent;
}

.lbvideo {
	color: #fff;
}

#lbVideoButtons {
	height: 33px;
}

#lbHDButton, #lbSDButton{
	display: block;
	float: right;
	height: 15px;
	line-height: 15px;
	background: transparent;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	padding:1px 4px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-user-select: none;
	color: #777;
	border: 2px solid black;
	cursor: pointer;
}

#lbHDButton:hover, #lbSDButton:hover {
	color: #ccc;
	cursor: pointer;
}

#lbHDButton.on, #lbSDButton.on {
	color: #fff;
	border: 2px solid white;
	cursor: default;
}

#lbHDButton:active, #lbSDButton:active {
	color: #fff;
}

#displaybox-image {
	cursor: default;
    -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -o-user-select: none;  -ms-user-select: none; user-select: none;
}
