#portrait {
	/* Contains the webpage screenshot */
	width: 500px;
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#loupe {
	/* The Retina effect */
	border: 2px solid white;
	/* Positioned absolutely, so we can move it around */
	position: absolute;
	height: 250px;
	width: 250px;
	/* Hidden by default */
	display: none;
	/* A blank cursor, notice the default fallback */
	cursor: url('../product/loupeimg/blank.cur') ,default;
	/* CSS3 Box Shadow */
	-moz-box-shadow: 0 0 5px #777, 0 0 10px #aaa inset;
	-webkit-box-shadow: 0 0 5px #777;
	box-shadow: 0 0 5px #777, 0 0 10px #aaa inset;
	/* CSS3 rounded corners */
	-moz-border-radius: 90px;
	-webkit-border-radius: 90px;
	border-radius: 100%;
}

#loupe.chrome{
	/* A special chrome version of the cursor */
	cursor:url('../product/loupeimg/blank_google_chrome.cur') ,default;
}



#product {
}
#product h3 {
	font-size: 140%;
	color: #888888;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
#product .notice {
	font-size: 80%;
	text-align: right;
	color: #555555;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#product .return ,#product .return a{
	text-align: center;
	font-size: 100%;
	width: 500px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #827373;
	text-decoration: none;
	background-image: -webkit-linear-gradient(270deg,rgba(208,205,205,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(208,205,205,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(208,205,205,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(208,205,205,1.00) 0%,rgba(255,255,255,1.00) 100%);
}
#product .return a:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(208,205,205,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(208,205,205,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(208,205,205,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(208,205,205,1.00) 100%);
}
#portrait img {
	margin-bottom: 10px;
	overflow: hidden;
}
#before  {
	width: 240px;
	background-repeat: no-repeat;
	background-position: 380px top;
	margin-bottom: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(238,238,238,1.00) 0%,rgba(255,255,255,1.00) 100%), url(../product/images/before.png);
	background-image: -moz-linear-gradient(270deg,rgba(238,238,238,1.00) 0%,rgba(255,255,255,1.00) 100%), url(../product/images/before.png);
	background-image: -o-linear-gradient(270deg,rgba(238,238,238,1.00) 0%,rgba(255,255,255,1.00) 100%), url(../product/images/before.png);
	background-image: linear-gradient(180deg,rgba(238,238,238,1.00) 0%,rgba(255,255,255,1.00) 100%), url(../product/images/before.png);
	background-image: url(../product/images/before.png);
	padding-left: 130px;
	padding-right: 130px;
	margin-left: auto;
	margin-right: auto;
}
#before img  {
	width: 240px;
	height: auto;
	margin-bottom: 0px;
}
ul#portraitList li .photo{
	position: absolute;
	margin-left: -50px;
	margin-top: 70px;
}
