﻿.container {
	margin: 100px auto 70px;
	width: 760px;
	width: 930px\9;
}

/* Example wrapper */
.wrap {
	position: relative;
	height: 250px;
}
/* Scrollbar */
.scrollbar {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -225px;
	width: 450px;
	height: 5px;
	line-height: 0;
	background: url(../images/work_line.gif) 0 0 no-repeat;
}
.scrollbar .handle {
	width: 100%;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin: 0 0 0 -22px;
	width: 45px;
	height: 3px;
	background-color: #ad8444;
}
/* Frame */
.frame {
	height: 500px;
}
.frame ul {
	margin: 0;
	padding: 0;
	height: 100%;
	list-style: none;
}
.frame ul li {
	float: left;
	position: relative;
	width: 300px;
	height: 100%;
	cursor: pointer;
}
.frame ul li strong {
	position: absolute;
	bottom: -30px;
	left: 20px;
	display: block;
	width: 260px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: LiGothicMed, '微軟正黑體';
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
/* Effects */
.effects {
	height: 300px;
	line-height: 200px;
	-webkit-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}
.effects ul {
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.effects ul li {
	position: relative;
	margin: 0 -25px;
	margin: 10px\9;
	-webkit-transform: rotateY(30deg) scale(0.8);
	-ms-transform: rotateY(30deg) scale(0.8);
	transform: rotateY(30deg) scale(0.8);
	-webkit-transition: -webkit-transform 300ms ease-out;
	transition: transform 300ms ease-out;
	opacity: 0.6\9;
}
.effects ul li.active {
	z-index: 10;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1\9;
}
.effects ul li.active ~ li {
	-webkit-transform: rotateY(-30deg) scale(0.8);
	-ms-transform: rotateY(-30deg) scale(0.8);
	transform: rotateY(-30deg) scale(0.8);
}