/* SLIMBOX2 */
#lbOverlay {position: fixed;z-index: 123;left: 0;top: 0;width: 100%;height: 100%;cursor: pointer;}	/* 99 - background-color: #f6f6f6;*/
#lbCenter, #lbBottomContainer {	position: absolute;	z-index: 124;	overflow: hidden;	/* 9999 - 1px solid #999; background-color: #fff;*/}
#lbCenter {border-bottom: none;
	/*border:5px ridge #ccc;box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.5);*/
	border:3px solid transparent;
	}
#lbBottomContainer {border-top: none;margin-top:17px;}
/*.lbLoading {background: transparent url(img/load_camera_red_onwhite_60x48.gif) no-repeat center;}	/* preloaders.net */
#lbImage {position: absolute;	left: 0;	top: 0;	background-repeat: no-repeat; background-size:100% auto;}	/* background-size:100% auto; for retina, not framed only */
#lbImage {cursor:url('/wp-content/uploads/elements/shoppingcart_cursor_bw_24x20.png'), auto;}
/*#lbImage {cursor:url('img/shoppingcart_cursor_bw_24x20.png'), auto;}*/
#lbPrevLink, #lbNextLink {	display: block;	position: absolute;	top: 0;	width: 10%;	outline: none;}	/* was 50% */
#lbPrevLink {right: 0;}
#lbNextLink {left: 0;}
/*#lbPrevLink:hover {	background: transparent url(img/arr_right_45x80.png) no-repeat 98% 15%;}
#lbNextLink:hover {	background: transparent url(img/arr_left_45x80.png) no-repeat 2% 15%;}*/
#lbPrevLink:hover {	background: transparent url(img/arr_right_55x71.png) no-repeat 98% 15%;}	/* override settings in SLIMBOX2_autoload */
#lbNextLink:hover {	background: transparent url(img/arr_left_55x71.png) no-repeat 2% 15%;}
#lbBottom {	font-size: 11px;color: #ddd;line-height: 1.4em;	text-align: left;letter-spacing:0.1em;border-top: 10px solid transparent;}

#lbCloseLink {display: block;float: right;width: 22px;height: 22px;background: transparent url(img/closelabel_999.png) no-repeat center !important;margin: 0;outline: none;}

#lbPrint {display: inline;float: right;width: 30px;height: 22px;margin: 0; outline: none; cursor:pointer;}
#lbPrint {background: transparent url(img/cart_red_30x22.png) no-repeat center;margin-right:22px;}
#lbPrint::before {content: '';position:relative;left:-32px;}	/* content was order */
#lbPrint:hover {text-decoration: underline;}

#lbFace {float: right;width: 30px;height: 22px;background:transparent url(img/facebook_30.png) no-repeat center;margin: 0;margin-right:20px;outline: none; cursor:pointer;}
/*#lbFace::before {content: 'like';position:relative;left:-32px;}*/

#lbOK {display: none;width: 36px;	height: 36px;color:#ff2f2f;background: transparent;cursor:pointer;margin: 0;outline: none;position:absolute;bottom: 15px;right:40px;}
#lbOK::after {content:"OK";border:1px solid #fff;padding:0 10px;font-size:1.6em;position:relative;right:15px;}

#lbCaption, #lbNumber {	margin-right: 71px;text-transform: lowercase;}
#lbCaption a{font-weight: normal;text-decoration: none;text-transform: lowercase;}
#lbCaption a:hover, #lbCaptiona:hover{text-decoration: none;color:#fff;background-color: #d20;}
#lbCaptiona, .fa-slim {transition: all 0.4s ease-in-out 0.0s;}