.inner960Wrapper
{
	position: relative;
	width: 960px;
	margin: 0px auto;
}

/*********** aboutWrapper **********/
.aboutWrapper
{
	position: relative;
	width: 100%;
	background: url('../images/micro_aging/microAgingBg.jpg') no-repeat top center;
	background-color: #ecebe9;
	padding-bottom: 100px;
}

.aboutWrapper .leftContent
{
	width: 530px;
	margin-right: 60px;
	float: left;
}

.aboutWrapper .rightContent
{
	width: 370px;
	float: right;
	padding-top: 40px;
}

.aboutWrapper .rightContent iframe
{
	display: block;
}

/********************** moveSlider **********************/
.moveSlider
{
	position: relative;
	width: 960px;
	margin: 0px auto;
	padding-bottom: 10px;
}

.moveSlider .slides
{
	position: relative;
	width: 810px;
	height: 470px;
	margin: 0px auto 10px;
	overflow: hidden;
}

.moveSlider .innerSlides
{
	position: absolute;
	width: 100%;
	height: 100%;
}

.moveSlider .slideItem
{
	position: relative;
	width: 100%;
}

.moveSlider .slideItem img
{
	position: relative;
	display: block;
	width: 100%;
}

.moveSlider .slideItem.rightIn
{
	position:absolute;
	width:100%;
	top:0; 
	left:100%;
}

.moveSlider .slideItem.leftIn
{
	position:absolute;
	width:100%;
	top:0;
	left:-100%;
}

.moveSlider .slideItem.out
{
	position:absolute;
	top:0; 
	left:0;
}

.moveSlider .thumbnails
{
	position: relative;
	width: 820px;
	height: 90px;
	margin: 0px auto;
	text-align: center;
}

.moveSlider .sliderBannerthumbItem
{
	position: relative;
	width: 154px;
	height: 90px;
	margin: 0px 5px;
}

.moveSlider .sliderBannerthumbItem img
{
	display: block;
	width: 100%;
}

.moveSlider .sliderBannerthumbItem a
{
	display: block;
}

.moveSlider .sliderBannerthumbItem .sliderBorder
{
	position: absolute;
	top: 0px;
	left: 0px;

	width: 154px;	
	height: 90px;
	border: 0px solid #b5a477;

	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.moveSlider .sliderBannerthumbItem:hover .sliderBorder,
.moveSlider .sliderBannerthumbItem.active .sliderBorder
{
	width: 146px;
	height: 82px;
	border: 4px solid #b5a477;
}

.moveSlider .arrowBtn
{
	position: absolute;
	width: 40px;
	height: 90px;
	top: 50%;
	margin-top: -45px;
}

.moveSlider .arrowBtn.leftBtn
{
	left: 20px;

	-webkit-transition: left 0.15s linear;
	-moz-transition: left 0.15s linear;
	-ms-transition: left 0.15s linear;
	-o-transition: left 0.15s linear;
	transition: left 0.15s linear;
}

.moveSlider .arrowBtn.leftBtn:hover
{
	left: 15px;
}

.moveSlider .arrowBtn.rightBtn
{
	right: 20px;

	-webkit-transition: right 0.15s linear;
	-moz-transition: right 0.15s linear;
	-ms-transition: right 0.15s linear;
	-o-transition: right 0.15s linear;
	transition: right 0.15s linear;
}

.moveSlider .arrowBtn.rightBtn:hover
{
	right: 15px;
}


/********************** centerWrapper **********************/
.centerWrapper
{
	background-color: #ecebe8;
	padding-bottom: 70px;
}

.centerWrapper .shoplistsWrapper
{
	padding-bottom: 20px;
}

.centerWrapper .shopItems
{
	position: relative;
	width: 100%;
}

.centerWrapper .column2 .shopItem
{
	position: relative;
	width: 50%;
	margin-bottom: 40px;
}

.centerWrapper .column3 .shopItem
{
	position: relative;
	width: 33.333333%;
	margin-bottom: 40px;
}

.centerWrapper .column2 .innerShopItem
{
	position: relative;
	width: 405px;
}

.centerWrapper .column3 .innerShopItem
{
	position: relative;
	width: 320px;
}

.centerWrapper .shopContent
{
	position: relative;
	width: 100%;
}

.centerWrapper .shopContent .icon
{
	position: relative;
	width: 40px;
}

.centerWrapper .column2 .shopContent .content
{
	position: relative;
	width: 365px;
}

.centerWrapper .column3 .shopContent .content
{
	position: relative;
	width: 280px;
}

.centerWrapper .shopItem .row p,
.centerWrapper .footerMessage p
{
	color: #49282e;
}

.centerWrapper .shopItem .row p a,
.centerWrapper .shopItem .row a
{
	color: #49282e;
	text-decoration: none;
}

/********************** otherBrandsWrapper **********************/
.otherBrandsWrapper
{
	background-color: #e4e2dc;
	padding-bottom: 70px;
}

/********************** OTHER SHOP **********************/
.otherBrandsWrapper .otherShopList .shopRow
{
	width: 100%;
	padding: 0 0 20px;
}
.otherBrandsWrapper .otherShopList .shopItem
{
	position: relative;
	display: inline-block;
	width: 460px;
	margin-left: 30px;
	text-decoration: none;
	color: #a78b8b;
	font-size: 15px;
	line-height: 1.3em;
}
.otherBrandsWrapper .otherShopList .shopItem:first-child
{
	margin-left: 0;
}
.otherBrandsWrapper .otherShopList .shopItem .shopName
{
	display: block;
	margin: 20px 0 5px;
	color: #5a4343;
}
.otherBrandsWrapper .otherShopList .shopItem .shopImg
{
	position: relative;
	display: block;
}
.otherBrandsWrapper .otherShopList .shopItem .shopImg img
{
	width: 100%;
}
.otherBrandsWrapper .otherShopList .shopItem .iconPlus
{
	position: absolute;
	bottom: -40px;
	right: 0;
	width: 30px;
	height: 30px;
	background-image: url(../images/common/btnPlus.png);
	background-position: 0 -30px;
}
.otherBrandsWrapper .otherShopList .shopItem.current .iconPlus
{
	background-position: 0 0;
}
.otherBrandsWrapper .otherShopList .shopItem .mask
{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: 1;
	opacity: 1;
	background-image: url(../images/common/overlayDim.png);
	background-repeat: repeat;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.otherBrandsWrapper .otherShopList .shopItem.current .mask
{
	visibility: 0;
	opacity: 0;
}
.otherBrandsWrapper .otherShopList .shopItem .shopImg .border
{
	position: absolute;
	top: 0;
	left: 0;
	width: 460px;
	height: 140px;
	border: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.otherBrandsWrapper .otherShopList .shopItem:hover .shopImg .border,
.otherBrandsWrapper .otherShopList .shopItem.current .shopImg .border
{
	width: 450px;
	height: 130px;
	border: 5px solid #b5a477;
}


/**************** appendDetail ****************/
.otherBrandsWrapper .otherShopList .appendDetail{
	position: relative;
	color: #5a4343;
	font-size: 15px;
	line-height: 1.3em;
	padding: 20px 0;
	display: none;
	/*height: 80px;*/
}
.otherBrandsWrapper .otherShopList .appendDetail .msg{
	width: 100%;
	/*height: 80px;*/
}