#vlightbox1 {

	zoom: 1;
}
#vlightbox1 .vlightbox1 {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
 *display:inline;
	position: relative;
	vertical-align: top;
	margin: 5px;
	width: 260px;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	/*opacity:0.87;*/
	outline: none;
}
.vlightbox1 .text {
	visibility: hidden;
	font-family: OpenSans-Regular;
	font-size: 18px;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
	background: rgba(255,102,0,0.5);
	color: white;
	cursor: pointer;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
.vlightbox1:hover .text {
	visibility: visible;
}
.vlightbox1 .text-media {
	visibility: hidden;
	font-family: OpenSans-Regular;
	font-size: 18px;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
background: rgba(255,102,0,0.8);
	color: #000;
	cursor: pointer;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
/*	  text-shadow:2px 2px 3px #222;*/
	left: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
.vlightbox1:hover .text-media {
	visibility: visible;
}



#vlightbox1 .vlightbox1 a {
	margin: 0;
}
#vlightbox1 .vlightbox1:hover, #vlightbox1 .vlightbox1 a:hover {
	opacity: 1;
}
#vlightbox1 .vlightbox1 img {
	display: block;
	border: 1px solid #FF6600;
	margin: 0;
	width: 260px;
	height: 200px;
	box-shadow: 2px 2px 2px #ccc;
}
#vlightbox1 .vlightbox1 div {
	display: none
}
#vlb1overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 190;
	width: 100%;
	height: auto;
	background-color: #333333;
}
#vlb1lightbox {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	color: white;
	line-height: 0;
}
#vlb1lightbox td {
	vertical-align: top;
}
#vlb1lightbox a, #vlb1lightbox a:hover {
	border-bottom: none;
	color: white;
	text-decoration: underline;
}
#vlb1lightbox a img {
	border: none;
}
#vlb1outerImageContainer {
	width: auto;
	height: auto; /* without this line error in IE8 detected */
	margin: 0 auto;
	position: relative;
}
#vlb1lightboxImage {
	width: 100%;
	height: 100%;
}
#vlb1imageContainerMain {
	margin: 0 auto;
	overflow: visible;
	position: relative;
	font-size: 0;/* ie fix - big info bar*/
}
#vlb1imageContainer {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	font-size: 0;/* ie fix - big info bar*/
}
#vlb1loading {
	position: absolute;
	top: 45%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	font-size: 10px;
	z-index: 1;
}
#vlb1loadingLink {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 32px;
	height: 32px;
	background: url(../images/loading.gif) center center no-repeat;
	text-indent: -9999px;
}
#vlb1hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#vlb1imageContainer>#hoverNav {
	left: 0;
}
#vlb1prevLinkImg, #vlb1nextLinkImg {
	top: 0;
	width: 21px;
	height: 100%;
	position: absolute;
	z-index: 20;
	outline-style: none;
	display: block;
	text-indent: -9999px;
}
* html #vlb1prevLinkImg, * html #vlb1nextLinkImg {
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
}
#vlb1prevLinkImg {
	left: 0;
}
#vlb1nextLinkImg {
	right: 0;
}
#vlb1prevLinkImg, #vlb1prevLinkImg:hover, #vlb1prevLinkImg.hover, #vlb1prevLinkImg:visited:hover {
	background: url(../images/prev.png) 5% center no-repeat;
}
#vlb1nextLinkImg, #vlb1nextLinkImg:hover, #vlb1nextLinkImg.hover, #vlb1nextLinkImg:visited:hover {
	background: url(../images/next.png) 97% center no-repeat;
}
#vlb1imageDataContainer {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #979797;
	width: 100%;
}
#vlb1imageData {
	overflow: hidden;
	width: 100%;
}
#vlb1imageDetails {
	width: 100%;
	float: left;
	text-align: left;
	padding: 10px 10px 0 0;
}
#vlb1caption {
	font-weight: bold;
	color: #525252;
	font-family: "Merriweather", Georgia, serif;
	display: block;
}
#vlb1numberDisplay {
	display: block;
	float: left;
	padding: 9px 10px 0 0;
}
#vlb1detailsNav {
	display: block;
	float: right;
	padding: 0;
}
#vlb1prevLinkDetails, #vlb1nextLinkDetails, #vlb1slideShowControl {
	background-repeat: no-repeat;
	outline-style: none;
	display: block;
	float: left;
}
#vlb1prevLinkDetails {
	margin: 2px;
	width: 31px;
	height: 30px;
	background-position: left 100%;
	background-image: url(../images/navigation.jpg);
}
#vlb1prevLinkDetails:hover {
	background-position: 0 0;
}
#vlb1nextLinkDetails {
	margin: 2px;
	width: 31px;
	height: 30px;
	background-position: right 100%;
	background-image: url(../images/navigation.jpg);
}
#vlb1nextLinkDetails:hover {
	background-position: 100% 0;
}
#vlb1slideShowControl {
	display: block;
	width: 31px;
	height: 30px;
	float: left;
	margin: 2px;
	background-image: url(../images/navigation.jpg);
	background-position: -31px 100%;
	background-repeat: no-repeat;
}
#vlb1slideShowControl:hover {
	background-position: -31px 0;
}
#vlb1slideShowControl.started {
	background-position: -62px 100%;
}
#vlb1slideShowControl.started:hover {
	background-position: -62px 0;
}
#vlb1close {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 0;
	z-index: 21;
}
#vlb1closeLink {
	position: absolute;
	top: 16px;
	right: 15px;
	display: block;
	outline-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 20px;
	height: 20px;
	background: url(../images/close.png) no-repeat;
	_background-image: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='yoga_files/vlb_files1/close.png', sizingMethod='scale');
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;/* End hide from IE-mac */
}
#vlb1outerImageFrame {
	height: 100%;
	width: 100%;
	position: absolute;
}
#vlb1outerImageContainer {
	overflow: visible;
}
#vlb1outerImageContainer td {
	text-align: center;
	padding: 0;
}
#vlb1lightboxFrameBody {
	background: url(../images/back_info.png);
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='yoga_files/vlb_files1/back_info.png', sizingMethod='scale');
}
#vlb1outerImageContainer td, #vlb1outerImageContainer tr {
	font-size: 0;
	border: 0 none;
}
/* frame style */
#vlb1outerImageContainer td.tl, #vlb1outerImageContainer td.br {
	height: 16px;
	width: 16px;
}
.vlb {
	display: none;
}
#vlb1outerImageContainer td.tl {
	background-image: url(../images/back_lt.png);
	_background-image: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='back_lt.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.tc {
	background-image: url(../images/back_ct.png);
	_background-image: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='back_ct.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.tr {
	background-image: url(../images/back_rt.png);
	_background-image: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='back_rt.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.ml {
	background-image: url(../images/back_lc.png);
	_background-image: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='back_lc.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.mr {
	background-image: url(../images/back_rc.png);
	_background-image: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='back_rc.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.bl {
	background-image: url(../images/back_lb.png);
	_background-image: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='back_lb.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.bc {
	background-image: url(../images/back_cb.png);
	_background-image: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='back_cb.png', sizingMethod='scale');
}
#vlb1outerImageContainer td.br {
	background-image: url(../images/back_rb.png);
	_background-image: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='back_rb.png', sizingMethod='scale');
}
