@charset "utf-8";
.worksdetail { position:relative}
.worksdetail .lmr { height:180px; line-height:180px; text-align:center;color:#333;font-size:24px;}
.nbs-flexisel-container {max-width: 100%;}
.nbs-flexisel-ul {position: relative;width: 9999px;	margin: 0px;padding: 0px;list-style-type: none;	text-align: center;}
.nbs-flexisel-inner {overflow: hidden;margin: 0 auto;width:100%;}
.nbs-flexisel-item {float: left;margin:0px;	padding:0px;cursor: pointer;position: relative;	display: inline-block;}
.nbs-flexisel-item img {width: 100%;cursor: pointer; position: relative; margin-bottom: 0px; display:inline;}

/*** Navigation ***/
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right { width:33.3333%; height:180px; position: absolute; cursor: pointer; z-index: 9999; top: 0px!important;}
.nbs-flexisel-nav-left {left: 0;background:url(../images/plus.png) no-repeat center;}
.nbs-flexisel-nav-right {right: 0;background:url(../images/plus.png) no-repeat center;}
.nbs-flexisel-nav-left:hover,.nbs-flexisel-nav-right:hover { background:#cdcdcd url(../images/plus.png) no-repeat center;}

/*-- caption-css --*/
.g1{position:relative;}
.g1:hover div.caption{display:block;transform:;}
.g1 h3{color:#fff; font-weight:normal;font-size:16px;left:6%;top:6%;position:absolute; z-index:9999}
.caption{position: absolute;width: 100%;bottom: 0px;z-index: 999;top:0%;left:0%;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;transform-style:preserve-3d;}
.caption:hover {display:none;background:rgba(0, 0, 0, 0.7);filter:alpha(opacity=0);}
.caption p{ position:absolute; z-index:1;border:2px solid #fff;width:180px; height:50px; line-height:50px;left:50%;margin-left:-92px;color:#fff;top:43%;font-size:16px;opacity:0;transition: all 0.4s ease;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease;-ms-transition: all 0.4s ease;transform-style:preserve-3d;}
.caption:hover p {opacity:1}
