.overlay {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#cc-wrapper {
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	width: 860px;
	top: 0;
	height: 550px \9;
	left: 21px;
	z-index:1000;
}

.mask {
	z-index:1002;
}

#cc-photo {
	position: relative;
	width: 227px;
	height: 167px;
	background-color: white;
}

#cc-photo .mask {
	position: absolute;
	width: 227px;
	height: 167px;
	top: 0;
	left: 0;
	background: url('../resources/layout/collection_in_bg_1.png') no-repeat;
}

#cc-photo img {
	position: absolute;
	margin: 17px 44px;
}

.seperator {
	width: 227px;
	height: 3px;
	background: url('../resources/layout/collection_title-border.gif') center no-repeat;
}

#cc-title {
	padding: 5px;
	font-size: 21px;
	color: #ff6316;
	font-weight:bold;
}

#cc-title .second_title {
	font-weight: normal;
	font-size: 18px;
	color: #ff6316;
}

#cc-subtitle {
	padding-bottom: 5px;
	color: #928074;
	font-weight:bold;
}

.en #cc-subtitle {
	letter-spacing: -1px;
}

#cc-intro {
	margin-top: 18px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 15px;
	line-height:21px;
	padding: 0px 8px;
	text-align: left;
}
.en #cc-intro{
	font-family:"Times New Roman", Times, serif;
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.4em;
	padding: 0px 11px;
}

#cc-about-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.en #cc-about-btn {
	font-size: 10px;
}

#cc-about-btn a:link,
#cc-about-btn a:active,
#cc-about-btn a:visited,
#cc-about-btn a:hover
{
	color: black;
	text-decoration: none;
}

#cc-about-btn #cc-about {
	display:block;
	width: 116px;
	height: 48px;
	background: url('../resources/layout/btn_bg.png');
	margin: 0 auto;
	margin-bottom: 5px;
	/*padding: 14px 0 0;*/
}

#cc-about-btn #cc-about #cc-about-icon {
	display: inline-block;
	width: 14px;
	height: 20px;
	height: 100%;
	background: url('../resources/layout/profile_icon.png') center no-repeat;
	vertical-align: middle;
	
}

#cc-about-btn #cc-about #cc-about-caption {
	display: inline-block;
	vertical-align: middle;
	width: 87px;
}

#cc-left-col {
	display: inline-block;
	width: 227px;
	height: 469px;
	vertical-align: top;
}

#cc-desc {
	position: relative;
	text-align: center;
	background: url('../resources/layout/collection_in_bg_2.jpg') repeat;
	height: 302px;

}

#cc-right-col {
	display: inline-block;
	width: 596px;
	height: 492px;
	background: url('../resources/layout/collection_bg.png') bottom left no-repeat;
	padding-top: 308px;
	padding-left: 19px;
	margin-left: -8px;
	font-size: 0;
	vertical-align: top;
	position: absolute;
	top: -542px;
	left: 231px;
	overflow: visible;
}


#about-wrapper {
	display:none;
	font-size: 16px;
	position: absolute;
	z-index: 1010;
	top: 300px;
	width: 566px;
	height: 465px;
	overflow: hidden;
}
.en #about-wrapper{
	font-size: 15px;
}
#about-content{
	position: absolute;
	width: 581px;
	height: 465px;
	overflow-x: hidden;
}
.item {
	display: inline-block;
	position: relative;
	width: 138px;
	height: 140px;
	border: 1px solid white;
	overflow: hidden;
	vertical-align: top;
	/*margin-top:-4px;
	margin-left:-4px;*/
}

.item a,
.item a:link,
.item a:hover,
.item a:visited,
.item a:active  {
	text-decoration: none;
	color: black;
}

.item .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 138px;
	height: 140px;
	background: url('../resources/layout/collection_frame.png') no-repeat;
	z-index: 5;
}
.item img{
	border:0;
	padding: 0;
	margin: 0;
}

.item a .hover_title,
.item a:link .hover_title,
.item a:hover .hover_title,
.item a:visited .hover_title,
.item a:active .hover_title {
	text-decoration: none;

}

.item .hover_bg {
	display: none;
	position:absolute;
	width: 135px;
	height: 135px;
	background: #ffca1e;
	opacity: 0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	top: 0;
	left: 0;
	z-index: 3;
	margin:0;
	padding:0;
	border:0;
}
.item .hover_none_bg {
	display: none;
	position:absolute;
	width: 135px;
	height: 135px;
	background: #e0e0e0;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	top: 0;
	left: 0;
	z-index: 3;
	margin:0;
	padding:0;
	border:0;
}

.item .hover_title {
	position: relative;
	top: -141px;
	display:none;
	vertical-align: middle;
	font-size: 15px;
	padding: 18px 18px 20px 22px;
	width: 98px;
	height: 100px;
	color: black;
	z-index:4;
	filter: alpha(opacity=100);
	text-decoration: none;
}
.en .item .hover_title {
	font-size: 15px;
}

.item:hover .hover_bg,
.item:hover .hover_none_bg {
	display: block;
}

.item:hover .hover_title {
	display: table-cell;
	margin: auto;
}

.row1 .item {
	border-top: 2px solid white;
}

.row3 .item {
	border-bottom: 2px solid white;
}

.row .col1 {
	border-left: 2px solid white;
}

.row .col4 {
	border-right: 2px solid white;
}

#about-block {
	padding: 30px 60px 40px 60px;
	line-height: 1.6em;
}
.en #about-block {
	padding: 25px 60px 40px 55px;
}
#about-block-close{
	width:25px;
	height:25px;
	position:absolute;
	right:53px;
	top:300px;
	background-image: url('../resources/layout/close_btn_collection.png');
	z-index: 2000;
	display: none;
}
#about-block #about-block-close a,
#about-block #about-block-close a:hover,
#about-block #about-block-close a:active,
#about-block #about-block-close a:visited,
#about-block #about-block-close a:link{
text-decoration: none;
color:black;
}

.content-close{
	background: url('../resources/layout/content-cc_back_bg.jpg') center no-repeat;
	position:relative;
	height:41px;
	width:100%;
	text-align:center;
	border-collapse:collapse;
	padding:0px;
}
.content-close a{
	text-decoration:none;
	color:#000;
	display:block;
	width:185px;
	height:24px;
	background: url('../resources/layout/content-btn_bg.png') center no-repeat;
	margin:0px auto;
}
.content-close a:active{
	background: url('../resources/layout/content-btn_bg_press.png') center no-repeat;
}
.content-close div{
	height:24px;
	line-height:24px;
}
.content-close img{
	border:0px;
}