@charset "utf-8";
/* CSS Document */

.unleash_wrap {margin-bottom:15px;padding-bottom:45px;background:url(../images/unleash/shadow.png) center bottom no-repeat;}
.unleash_bg {border:0px solid #2d2d2d;margin:0 auto;width:1000px}
#unleash_slider {
	overflow:hidden;
	display:block;
	position:relative;
	border-top:1px solid #171717;
	border-left:1px solid #171717;
	border-right:5px solid #171717;
	border-bottom:5px solid #171717;
	border-radius:8px;
	
}

#unleash_loader {
	width:64px;
	height:64px;
}

.overlay {
	background-color:#E5E3E3;
	width:1000px;
	height:450px;
	display:block;
	border:4px solid #171717;
	position:relative;
}

.box {
	overflow: hidden;
	display:block;
	border:4px solid #171717;
	position:absolute;
	cursor: pointer;
	float:left;
	display: inline-block;
	zoom: 1;
}
.box:nth-child(1) {background:url(../images/unleash/forwarding.png) no-repeat;}
.box:nth-child(2) {background:url(../images/unleash/agency.png) no-repeat;}
.box:nth-child(3) {background:url(../images/unleash/transport.png) no-repeat;}
.box:nth-child(4) {background:url(../images/unleash/trading.png) no-repeat;}
.box:nth-child(5) {background:url(../images/unleash/projects.png) no-repeat;}
.box img {
	position:relative;
}
.box:hover img {
	visibility:hidden;
}
.caption {
	position:absolute;
	background:#000;
	padding:20px 25px;
	left:51px;bottom:0;
}
.caption p {
	color:#FFF;
	margin:0px;
	font-size:13px;
}
.caption h1 {
	color:#fff;
	font-size:24px;
	margin:0 0 5px 0;
	font-weight:normal;
	text-shadow:#555555 0 1px 1px;
}
.caption h1 a {
	color:#fff;
	text-decoration:none;
}
