.work-meta{
	top: 320px;
	left: 750px;
	position:absolute;
}

.work-meta .meta-box {
	/*list-style: none;
	width: 200px;
	min-height: 300px;
	background: white;
	opacity: .25;
	filter:alpha(opacity=25);*/
	display: none;

}
.meta-value{
	font-size: 11px;
	margin: 5px 0;
}

.work-nav{
	font-size:12px;
	font-style: normal;
	left: 0px;
	position: relative;
}
.work-nav ul{
	/*list-style-image:url('../images/bullet.gif');*/
	list-style-type: none;
}
.work-nav ul li{
	margin: 1.2em 0;
	/*text-decoration: underline;
	letter-spacing: .3em;*/
}
.work-nav ul li:before{
	content: '- ';
}
.work-nav ul a,
.work-nav ul li{
	color: #b6b6b6 ;
}
.work-nav ul a:hover,
.work-nav ul li:hover{
	color: #85827e;
}

.works-list{
	display: inline-block;
	width: 40%;
	vertical-align: top;
	text-align: left;
}
.works-list:nth-child(2n){
	margin-left: -4px;
}
.works-list .year{
	color:  #85827e;
}
.works-list .year:before{
	content: '';
	font-size: 1.4em;
}

.work-content{
	font-size: 12px;
	opacity: .25;
	filter:alpha(opacity=25);
	padding: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.work-content:hover{
	padding: 0 0 10px 0;
	opacity: 1;
	filter:alpha(opacity=100);
}


.work .videos{
	width: 620px;
	margin: 20px 0;
}
.work .videos video{
	width: 100%;
	margin-bottom: 20px;
}
#slider{
	min-height: 420px;
	max-height: 600px;
	margin: auto;
}
.work .slider{
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}
.work .slider ul{
	list-style: none;
	padding:0;
	margin:0;
}
ul.bjqs-controls.v-centered li.bjqs-next a{
	/*margin-right: -15px;*/
	top: 100% !important;
	color: #ccc;
	font-size: 20px;
}
ul.bjqs-controls.v-centered li.bjqs-prev a{
	/*margin-left: -15px;*/
	top: 100% !important;
	color: #ccc;
	font-size: 20px;
}

.single-work .main-content img{
	width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto; 
}

.single-work .main-content img.hor{
	width: 100%;
	height: auto;
}
.single-work .main-content img.ver{
	height: 100%;
	width: auto;
}