@charset "UTF-8";

@import url("global.css");

#slideshow {
	width: 896px;
	padding: 16px;
	height: 317px;
	margin-bottom: 16px;
	background: url(../images/bg_slideshow.png) no-repeat;
	}


#services li {
	float: left;
	width: 187px;
	height: 151px;
	margin-right: 16px;
	padding: 16px;
	list-style: none;
	background: url(../images/bg_home-services.png) no-repeat;
	}

#services li.last {margin: 0}

#services li a {
	display: block;
	height: 137px;
	}
#services li a em {display: none;}
#services li a.s01 {background: url(../images/img_home-airfreight.jpg) no-repeat;}
#services li a.s02 {background: url(../images/img_home-seafreight.jpg) no-repeat;}
#services li a.s03 {background: url(../images/img_home-trucking.jpg) no-repeat;}
#services li a.s04 {background: url(../images/img_home-shippingagency.jpg) no-repeat;}

#film {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 10px;
	height: 0; 
	margin-bottom: 16px;
}
#film iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}