/* Shutter */
#shDisplay div#shTitle {
	position: relative;
	font: normal 12px/17px; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	margin: 0 auto;
}

#shDisplay div#shCount {
	color: #999999;
	font: normal 10px/12px 'Lucida Grande', Verdana, sans-serif;
}

#shDisplay div#shPrev {
	float:left;
}

#shDisplay div#shNext{
	float:right;
}

#shDisplay div#shPrev a,
#shDisplay div#shNext a {
	overflow: hidden;
	display: block;
	width: 50px;
	height: 0;
	background: url("http://www.espoir-nail.com/wp-espoir/wp-content/themes/espoir/images/design/design_nav_ico.png") no-repeat 0 0;
	padding-top: 50px;
}

#shDisplay div#shPrev a:hover {
	background-position: 0 -100px;
}

#shDisplay div#shNext a {
	background-position: right -200px;
}

#shDisplay div#shNext a:hover {
	background-position: right -300px;
}

#shDisplay div#closebtn {
	margin-top: 20px;
	text-align: center;
}

#shDisplay div#closebtn a {
	cursor: pointer;
}

#shDisplay div#closebtn a:hover {
	color: #ccc;
}

body {
	height: 100%;
}

#shShutter *, #shDisplay * {
	padding: 0;
	margin: 0;
}

div#shShutter, div#shDisplay {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}

div#shShutter {
	height: 100%;
	z-index: 10000;
	background-color: #000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

div#shDisplay {
	display: block;
	background-color: transparent;
	z-index: 10002;
}

div#shDisplay img#shTopImg {
	margin: 0 auto;
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	cursor: pointer;
}

div#shDisplay div#shWrap {
	visibility: hidden;
}

div#shWaitBar {
	font: bold 32px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	height: 36px;
	width: 100%;
	left: 0;
	cursor: default;
	opacity: 0.999;
	filter: alpha(opacity=100);
	z-index: 10001;
	margin-top: 160px;
	color: #ae0a0a;
    text-align: center;
}

div#shDisplay div#shName {
	margin: 20px 70px 10px;
}