#works{
	float:left;
	padding-bottom:30px;
}
.entry{
	width:100%;
	overflow:hidden;
}
.entry strong{
	float:left;
	color:#b5b5b5;
	padding:5px 20px 5px 0;
	font-size:18px;
	font-weight:normal;
}
.tabset{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.tabset li{
	float:left;
	margin:0 7px 0 0;
	padding:0;
	list-style:none;
}
.tabset a{
	float:left;
	overflow:hidden;
	color:#bdbdbd;
	text-decoration:none;
	cursor:pointer;
	padding:6px;
	font-size:18px;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
}

.tabset .active,
.tabset a:hover{
	background-position:0 -35px;
	color:#000;
	text-decoration:none;
	background:#eaeaea;
	padding:6px;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
}
.gallery-btns{
	float:right;
	margin:-20px 64px 0 0;
	padding:0;
	list-style:none;
	position:relative;
}
* html .gallery-btns{
	margin:-20px 28px 0 0;
}
*:first-child+html .gallery-btns{
	margin:-20px 120px 0 0;
}
.gallery-btns li{
	float:left;
	padding:0 0 0 0px;
	list-style:none;
	margin:0 5px;
}
.gallery-btns a{
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	background:url(https://assets.plan.io/images/btn-gallery.gif) no-repeat;
	height:10px;
	width:10px;
}
.gallery-btns a:hover,
.gallery-btns li.active a{background-position:0 -10px;}
.gallery{
	margin:0px 0 0 0px;
	width:700px;
	position:relative;
}
.info{ display:none;}
.btn-gallery{
	height:21px;
	width:25px;
	text-indent:-9999px;
	float:left;
}

.navi-wrap{
	float:right;
	margin:0;
	width:54px;
	height:21px;
	position:relative;
	margin:-26px 0 0 0;
}
.left{background:url(https://assets.plan.io/images/btn-gallery-left.gif) no-repeat;}
.right{background:url(https://assets.plan.io/images/btn-gallery-right.gif) no-repeat;}
.btn-gallery:hover{background-position:0 -21px;}
.carousel-holder{
	float:left;
	overflow:hidden;
	background:#eaeaea;
	border:1px solid #d9d9d9;
	padding-top:8px;
	margin:-2px 0 0 0;
}

#content .carousel-holder{
	width:700px;
}

#works .carousel-holder{
	width:960px;
}

* html .carousel-holder{
	margin:-15px 0 0 0;
}
.carousel-holder .frame{
	overflow:hidden;
	padding:10px 0 0;
}

#content .carousel-holder .frame{
	width:680px;
}

#works .carousel-holder .frame{
	width:940px;
}

.carousel{
	height:390px;
	position:relative;
	overflow:hidden;
	margin:0 0 0 18px;
	padding:0;
	list-style:none;
}

#content .carousel{
	width:680px;
}

#works .carousel{
	width:940px;
}

.carousel li{
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
	float:left;
}

#content .carousel li{
	width:700px;
}

#works .carousel li{
	width:960px;
}

.carousel .block{
	float:right;
	margin-top:-10px;
	padding:0 30px 0 0;
	width:370px;
	margin-right:10px;
	
}
* html .carousel .block{
	margin-right:4px;
}
.carousel li img{float:left; border:1px solid #dadada;} 
.carousel li .block img{margin:10px 0 0;}
.carousel-info{
	overflow:hidden;
	margin:10px 0 0;
	padding:20px 0 20px 0;
	list-style:none;
	height:119px;
	position:relative;
/*	border-top:2px solid #dadada;*/
	
	background:url(https://assets.plan.io/images/carousel_info.gif) no-repeat;
}

#content .carousel-info{
	width:700px;
}

#works .carousel-info{
	width:960px;
}

.carousel-info li{
	padding:24px 30px 20px 20px;
	width:700px;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;	
	
}

#content .carousel-info li{
	width:700px;
}

#works .carousel-info li{
	width:960px;
}

.carousel-info li div{
	float:left;
	font-size:11px;
}

#content .carousel-info li div{
	width:630px;
}

#works .carousel-info li div{
	width:460px;
}

#content .carousel-info li .other-info{
	float:right;
	width:300px !important;
}

#works .carousel-info li .other-info{
	float:right;
	width:430px !important;
}

.carousel-info li div strong, .carousel-info li .other-info strong{
	color:#000;
	text-transform:uppercase;
	font-size:16px;
}
.carousel-info li div p{
	color:#6e6e6e;
	line-height:19px;
	margin:3px 0 0;
	font-size:1.4em;
	font-family: ProximaNova-Light, Helvetica, Arial, sans-serif;
}
.carousel-info li div p a{
	color:#aaaaaa;
}


/* tab-area */
.tab-area{
	width:100%;
	float:left;
}
.tab-area div.tab{width:100%;}
.tab-area div.tab:after{
	height: 0;
	clear: both;
	content: "";
	display: block;
}

