/* Shutter */
#shDisplay div#shTitle {
	font: normal 12px/17px 'Avenir-Regular','helvetica neue', Helvetica Neue, Helvetica, Arial, sans-serif; /* caption font */
	color: #ffffff; /* caption colour */
	text-align: center;
	position: absolute;
        width: 100%;
        min-width: 360px;
        top: 50%;
        height: 70%;
}

#shDisplay div#shCount {
	color: #999999;
	font: normal 10px/12px 'Avenir-Regular','helvetica neue', Helvetica Neue, Helvetica, Arial, sans-serif;
        position: relative;
        top: 80%;
}

#shDisplay div#shTitle a {
	text-decoration: none;
	font: bold 16pt 'Avenir-Regular','helvetica neue', Helvetica Neue, Helvetica, Arial, sans-serif;
	letter-spacing: -2px;
	margin: 0 10px;
	width: 26px;
	color: #999999;
}

#shDisplay div#shTitle a:hover {
	color: #ffffff;
	border: none;
}

#shDisplay div#shNext{
	float:right;
}

#shDisplay div#shPrev {
	float:left;
}

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: #000000;
	opacity: 0.8;
	filter:alpha(opacity=80);
}

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

div#shDisplay img#shTopImg {
	margin: 0 auto;
	/*border: 1px solid #555;*/
	background: transparent;
	display: block;
	max-width: none;
	max-height: none;
	float: none;
	padding: 0;
	cursor: pointer;
        box-shadow: 0px 0px 5px 0 #111;
        z-index: 1;
}

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

div#shWaitBar {
	font: bold 32px 'Avenir-Regular','helvetica neue', Helvetica Neue, Helvetica, Arial, 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;
}

.author_string {
    display: block;
    width: 100%;
    max-width: 400px;
    height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto !important;
    position: relative;
    top: 80%;
}


#shNext > a {
    background: url('../images/right.png');
    right: 0;
}
#shPrev > a {
    background: url('../images/left.png');
    left: 0;
}
#shNext > a, #shPrev > a{
    display: block;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    color: transparent !important;
    position: absolute;
}