*{
	margin:0;
	padding:0;
}
a {outline:none;}
body{
	font-family: 'Puritan', Georgia, Helvetica, Verdana, sans-serif;
	background:#000;
	color:#c5c1cb;
}
.wrapper {width:100%;text-align:center;}
h1{
	font-size:26px;
	height:40px;
	line-height:40px;
	text-shadow: 1px 1px 2px #635d6c;
	color:#fff;
	z-index:999;
	text-align:center;
	position:relative;
	letter-spacing:-.1em;
	font-family: 'Merriweather', Georgia, Helvetica, Verdana, sans-serif;
	float:left;
}
h1 span{
	font-size:18px;
	padding:3px 0 0 0;
	color:#fff;
	z-index:999;
	text-align:center;
	position:relative;
	font-weight:normal;
	letter-spacing:0;
	
}
.loader{
	width:70px;
	height:70px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	opacity:0.7;
	z-index:1000;
	background:#fff url(../images/loader.gif) no-repeat center center;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
.bg_image img{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:0;
}
.footer{
	position:fixed;
	padding:10px;
	bottom:0;
	z-index:999999;
	width:100%;
	text-align:center;
	color:#c5c1cb;
	background:#000;
	-moz-box-shadow:-20px 0px 20px #000;
	-webkit-box-shadow:-20px 0px 20px #000;
	box-shadow:-20px 0px 20px #000;
	display:none!important;
}
.footer a{
	color:#888;
	text-decoration:none;
	text-shadow:1px 1px 1px #fff;
	font-size:12px;
	padding-right:20px;

}
.footer a:hover{
	color:#000;
}

/* Preview Slider Gallery Style */

.ps_image_wrapper img{
	position:absolute;
	left:0px;
	top:0px;
}
.ps_prev,
.ps_next{
	width:30px;
	height:59px;
	position:absolute;
	top:47%;
	margin-top:-40px;
	cursor:pointer;
	opacity:0.5;
}
.ps_prev{
	background:transparent url(../images/prev.png) no-repeat top center;
	left:-70px;
}
.ps_next{
	background:transparent url(../images/next.png) no-repeat top center;
	right:-70px;
}
.ps_prev:hover,
.ps_next:hover{
	opacity:0.9;
}
ul.ps_nav{
	list-style:none;
	margin:0;
	padding:0;
	width:130px;
	margin:25px auto;
	position:relative;
}

ul.ps_nav li{
	float:left;
}
ul.ps_nav li a{
	display:block;
	text-indent:-9000px;
	width:11px;
	height:11px;
	outline:none;
	padding:0px 3px;
	background:transparent url(../images/dot.png) no-repeat top center;
}
ul.ps_nav li a:hover,ul.ps_nav li.selected a{
	background-position:50% -11px;
}
.thin{ width:90px!important;}
ul.ps_nav li.ps_preview{
	display:none;
	width:210px;
	height:91px;
	top:-145px;
	left:-96.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}

ul.ps_nav li.ps_preview span{
	background:transparent url(../images/triangle.png) no-repeat top center;
	width:15px;
	height:6px;
	position:absolute;
	top:133px;
	left:97px;
}
.ps_preview_wrapper{
	width:180px;
	height:123px;
	border:5px solid #000;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	box-shadow:0px 0px 5px #999;
}
#storyboards ul.ps_nav li.ps_preview{
	top:-120px;
	left:-59.5px; /*First item, next ones is leftDot - 0.5*wThis + 0.5*wDot, i.e. second one is (16 - 42.5 + 8) = -18.5 */
	position:absolute;
}
#storyboards ul.ps_nav li.ps_preview span{
	top:110px;
	left:60px;
}
#storyboards ul.ps_nav li.ps_preview, #storyboards .ps_preview_wrapper{
	width:135px;
	height:93px;
}
.ps_preview_wrapper img{
	position:absolute;
	top:0px;
	left:0px;
}
#header {margin-bottom:10px; width:720px; height:40px; margin:0 auto;}
#content {
	width:650px;
	text-align:left;
	margin:0 auto;
	font-size:18px;
}
#content p{
	margin-bottom:10px;
}
#nav {font-size:12px;float:right;line-height:40px; height:40px;}
#nav a {padding:0 10px;border-left:1px solid #8d8893; color:#8d8893; text-decoration:none;}
#nav a.first {border:0 none !important;}
#nav a:hover, #home #home-nav, #storyboards #storyboards-nav, #book #book-nav {color:#fff !important;}

.ps_image_wrapper img {width:501px; height:330px;}
.ps_container{
	display:none;
	width:511px;
	height:340px;
	margin:0px auto 0px auto;
	position:relative;
}
.ps_image_wrapper{
	width:511px;
	height:330px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	-moz-box-shadow:0px 0px 15px #9790a2;
	-webkit-box-shadow:0px 0px 15px #9790a2;
	box-shadow:0px 0px 15px #9790a2;
	border:10px solid #000;
}