@font-face {
font-family: "Whitewater";
src: url("fonts/whitewa.ttf") format("truetype"),
	url ("font/whitewa.woff") format("woff");
}
*{
	margin:0;
	padding:0;
}
body {
	/*background:#212121 url(/portfolio/images/icons/wooden-lattice-2.jpg) repeat left top;*/
	background:transparent url(images/bg-tile2.png) repeat left top;
	overflow:hidden;
	font-family:georgia;
	color:#fff;
	font-size:15px;
}
span.reference{
	color:#ccc;
	padding:10px;
	font-family:Arial;
	position:fixed;
	right:-72px;
	top:100px;
	font-size:14px;
	background: transparent url(http://studiocline.com/images/bgs/000000-50.png);
	display:none;
}
span.reference a{
	color:#ccc;
	text-decoration:none;
}
span.reference a:hover{
	color:#ddd;
}
h1.title{
	width:10px;
	height:10px;
	position:fixed;
	top:2%;
	left:1%;
	text-indent:-9000px;
	z-index:2;
}
img#title {
	position:fixed;
	z-index:+10;
	top:-30px;
	left:-20px;
	height:80%;
	opacity:0;
}
#outer_container{
	position:fixed;
	bottom:-250px;	/*-160px to hide*/
	margin:0px 0px 50px 0px;
	height:160px;
	padding:0;
}
#thumbScroller{
	position:relative;
	overflow:hidden;
}
#thumbScroller .container{
	position:relative;
	left:0px;
}
#thumbScroller .content{
	float:left;
}
#thumbScroller .content div{
	margin:2px;
	height:100%;
}
#thumbScroller img,
img.clone{
	border:5px solid #333;
}
#thumbScroller img{
	height:140px;
}
#thumbScroller img.clone{
	height:120px;
}
#thumbScroller a{
	padding:2px;
	outline:none;
}
.fp_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(http://studiocline.com/images/blank.gif) repeat left top;
}
.fp_loading{
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	margin:-35px 0px 0px -35px;
	background:#000 url(images/loader.gif) no-repeat center center;
	width:70px;
	height:70px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	z-index:999;
	opacity:0.7;
}
.fp_next,
.fp_prev{
	width:50px;
	height:50px;
	position:fixed;
	top:50%;
	margin-top:-15px;
	cursor:pointer;
	opacity:0.5;
}
.fp_next:hover,
.fp_prev:hover{
	opacity:0.9;
}
.fp_next{
	background:#000 url(images/next.png) no-repeat center center;
	right:-50px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;	
	border-bottom: 2px solid #fff;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.fp_prev{
	background:#000 url(images/prev.png) no-repeat center center;
	left:-50px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;	
	border-bottom: 2px solid #fff;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.fp_thumbtoggle{
	height:30px;
	background-image:url(http://studiocline.com/images/bgs/000000-35.png);
	width:100%;
	text-align:center;
	letter-spacing:10px;
	font-family:georgia;
	font-weight:bold;
	text-shadow:1px 1px 1px #000;
	position:fixed;
	left:0px;
	bottom:-50px;
	/*line-height:10px;*/
	border-top:1px solid #999;
	padding-top:5px;
	cursor:pointer;
	opacity:0.8;
}
.fp_thumbtoggle:hover{
	opacity:1.0;
}
#fp_gallery{
	/*background:#212121 url(/portfolio/images/icons/wooden-lattice-2.jpg) repeat left top;*/
	background:transparent url(images/bg-tile2.png) repeat left top;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	text-align:center;
}
img.fp_preview{
	position:relative;
	margin: auto auto;
	height:100%;
	border-left:5px solid #333;	
	border-right:5px solid #333;
	border-bottom:5px solid #333;
	box-shadow: 0px 0px 20px #fff, 0px 0px 100px 50px #000;
	-moz-box-shadow: 0px 0px 20px #fff, 0px 0px 100px 50px #000;
	-webkit-box-shadow: 0px 0px 20px #fff, 0px 0px 100px 50px #000;
}
#galleryselection, #selectionbg, #topnavlinks, #portfoliotitle{
	display:none;
}
#gallerysort{
	margin-top:30px;
	float:left !important;
}
#openmessage {
	position:fixed;
	z-index:+999;
	top:40%;
	left:40%;
	width:360px;
	height:180px;
	background-image:url(http://studiocline.com/images/bgs/FFFFFF-65.png);
	margin-top:-80px;
	margin-left:-180px;
	padding:20px;
	text-align:center;
	color:#000;
	font-size:16px;
	border:2px solid #000;
	box-shadow: 0px 0px 5px #000, 0px 0px 20px #fff;
	-moz-box-shadow: 0px 0px 5px #000, 0px 0px 20px #fff;
	-webkit-box-shadow: 0px 0px 5px #000, 0px 0px 20px #fff;
	display:none;
}
#openmessage span {
	font-family:'Whitewater';
	font-size:35px;
}
#openmessage a {
	color: #000;
}