.gallery {
	width: 720px;
}
.galleryItem {
	float: left;
	display: inline;
	margin-bottom: 35px;
	margin-right: 22px;
	height: 291px;
	width: 216px;
	position: relative;
}
.gallery div.galleryFrame {
	position: absolute;
	height: 291px;
	width: 216px;
	background-image: url(../images/work-gallery-frame.png);
}
.galleryItem div.swapImage {
	position: absolute;
	left: 16px;
	top: 15px;
}
.galleryItem div.galleryBack {
	line-height: 315px;
	text-align: center;
	color: white;
	position: absolute;
	height: 263px;
	width: 187px;
	background-image: url(../images/work-gallery-overTitle.jpg);
}
.paging {
	color: white;
	letter-spacing: 2.5px;
	background-repeat: no-repeat;
	top: 640px;
	position: absolute;
	text-align: center;
	width: 690px;
}
.paging span.pagingNum {
	text-decoration: underline;
}
.right {
	width: 181px;
	top: 0px;
	text-align: center;
	right: 10px;
	position: absolute;
	vertical-align: top;
}

.right div.galleryList {
	text-align: left;
	position: relative;
	height: 380px;
	width: 181px;
	margin-bottom: 20px;
}

.right div.galleryListBg {
	top: 0px;
	left: 0px;
	position: absolute;
	height: 380px;
	width: 181px;
	background-image: url(../images/work-listBg.png);
}
.right div.list {
	text-align: center;
	line-height: 16px;
	width: 135px;
}

.right div.title {
	margin-top: 10px;
	margin-bottom: 15px;
	background-position: center top;
	background-repeat: no-repeat;
	height: 31px;
	width: 100%;
	background-image: url(../images/work-title.png);
}
.galleryList div.mask {
	position: absolute;
	left: 20px;
	top: 40px;
	height: 295px;
	width: 140px;
	overflow: hidden;
	z-index: 1;
}
.galleryList div.track {
	position: absolute; 
	left: 146px; 
	top: 16px; 
	z-index: 2;
}
.paging a {
	color: white;
}

.secretGarden {
	text-align: center;
	width: 100%;
}

.paging div.arrow {
	top: 0px;
	left: 0px;
	float: left;
	position: absolute;
}

.paging div.right {
	top: 0px;
	left: 400px;
	text-align: right;
	width: 300px;
	position: absolute;
	float: left;
}

.pagingNumbers {
	margin-top: 20px;
	z-index: 0;
	position: relative;
}


