.fd-wrapper{
	position: relative;
}
.fd-wrapper > img{
	display: none;
}
.fd-box-wrapper{
	width: 100%;
	height: 50%;
	position: absolute;
}
.fd-box{
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform-style: preserve-3d;
	left: 0px;
	top: 0px;
	-webkit-backface-visibility	: hidden;
}
.fd-box-upper{
	-webkit-transform-origin:center bottom;
}
.fd-box-lower{
	-webkit-transform-origin:center top;
}
.fd-front{
	background:#fafaf8 url(../images/pinstripe.png) repeat fixed top left;
}
.fd-box > div{
	margin: 0;
	display: block;
	position: absolute;
	-webkit-transform-style: preserve-3d;
}
.fd-image{
	position: absolute;
	left: 50%;
	background-color:#000;
	background-repeat: no-repeat;
	z-index: 10;
}
.fd-box-upper .fd-image{
	bottom: 0px;
	background-position: top center;
	
}
.fd-box-lower .fd-image{
	background-position: bottom center;
	top: 0px;
    -webkit-box-shadow: 0px 15px 10px -10px black; 
	-moz-box-shadow: 0px 15px 10px -10px black; 
	box-shadow: 0px 15px 10px -10px black; 
}
.fd-nav{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 220px;
	left: 50%;
}
.fd-nav li{
	float:left;
}
.fd-nav li a{
	background: #f7f5f1;
	width: 18px;
	height: 18px;
	float: left;
	margin: 0px 4px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	outline: none;
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.1) inset, 1px 1px 1px #fff;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.1) inset, 1px 1px 1px #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1) inset, 1px 1px 1px #fff;
}
.fd-nav li a span{
	text-indent: -9000px;
	width: 10px;
    margin: 4px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    display: none;
}
.fd-nav li a:hover,
.fd-nav li.fd-nav-current a{
	background-color: #fff;
}
.fd-nav li.fd-nav-current a span,
.fd-nav li.fd-nav-current a:hover span{
    display: block;
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
    background: linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	-moz-box-shadow: 1px 0px 2px #ddd, 0px 1px 2px #e2f1bc inset;
	-webkit-box-shadow: 1px 0px 2px #ddd, 0px 1px 2px #e2f1bc inset;
	box-shadow: 1px 0px 2px #ddd, 0px 1px 2px #e2f1bc inset;
}
.fd-option, .fd-loading{
	width: 44px;
	height: 44px;	
	position: absolute; 
	top: 5px;
	right: 5px;
	opacity: 0.5;
	outline: none;
	text-indent: -9000px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fd-option-fullscreen{
	background: #000 url(../images/fullscreen.png) no-repeat center center;
}
.fd-option-zoomout{
	background: #000 url(../images/zoom_out.png) no-repeat center center;
}
.fd-option:hover{
	opacity: 0.9;
}
/* Fallback Style */
.fd-full-image{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
}
.fd-box-upper .fd-full-image{
	top: -100%;
}
.fd-box-lower .fd-full-image{
	bottom: -100%;
}
h2.fd-title{
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 66px;
	text-indent: 20px;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 30px;
	opacity: 0.7;
}
.fd-loading{
   right: auto;
   left: 5px;
   background: #000 url(../images/loader.gif) no-repeat center center; 
   opacity: 0.9;
   display: none;
}
.fd-message{
    text-align: center;
    font-size: 10px;
    color: #be7e00;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
	font-family: Arial, sans-serif;
	z-index: 0;
}