.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
html {
	height: 100%;
}



#wrap {

	width: 980px;
	left: -490px;
	margin-left: 50%;
	position: relative;
}
#wrap1 {
	
	width: 980px;
	left: -490px;
	margin-left: 50%;
	position: relative;
}
#showcase {
	width: 100%;
	height: 386px;

	border-radius: 8px;
	margin-top: 12px;
	visibility: hidden;

}
#showcase img {
	cursor: pointer;
}
#showcase1 {
	width: 100%;
	height: 386px;

	border-radius: 8px;
	margin-top: 12px;
	visibility: hidden;

}
#showcase1 img {
	cursor: pointer;
}
#item-title {
	color: #F31414;
	font-size: 29px;
	letter-spacing: 0.13em;
	text-shadow: 1px 1px 6px #C72B2B;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 22px;
}


