.galleria{
	list-style:none;width:200px;
}

.galleria li{
	display:block;
	width:80px;
	height:80px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0
}

.galleria li a{
	display:none;
}

.galleria li div{
	position:absolute;
	display:none;
	top:0;
	left:180px;
}

.galleria li div img{
	cursor:pointer;
}

.galleria li.active div img,.galleria li.active div{
	display:block;
}

.galleria li img.thumb{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
}

.galleria li .caption{
	display:block;
	padding-top:.5em;
}

* html .galleria li div span{
	width:400px;
} /* MSIE bug */

	
/* BEGIN DEMO STYLE */
*{
	margin:0;
	padding:0;
}
	
body{
	background-color: #333333;
	font:80%/120% 'helvetica neue',sans-serif;
}
	
h1{
	font:bold 120% 'helvetica neue',sans-serif;
	letter-spacing:.1em;
	text-transform:uppercase;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	color: #333333;
}
	
h2{
	font:bold 80% 'helvetica neue',sans-serif;
	letter-spacing:.1em;
	text-transform:uppercase;
	margin-left: 25px;
	color: #333333;
}
	
h3{
	font:bold 80% 'helvetica neue',sans-serif;
	letter-spacing:.1em;
	text-transform:uppercase;
	color: #cc3300;
}
	
h4{
	font:bold 80% 'helvetica neue',sans-serif;
	letter-spacing:.1em;
	text-transform:uppercase;
	text-align: center;
	color: white;
}
	
	
a{
	color:#348;
	text-decoration:none;
	outline:none;
}
	
.contact{
	margin-left: 25px;
	font-size: 120%;
}
	
a:hover{
	color:#67a;
}
	
p{
	margin: 0 2em 0 2em;
	line-height: 1.2em;
	word-spacing: .2em;
}
	
.pics{
	margin: 1em 1em 1em 1em;
	float: left;
}
	
#wrapper{
	background:#ffffff;
	width:700px;
	height:auto;
	margin:20px auto 20px auto;
	border-width: 2px;
	border-color: 000000;
}
	
#header{
	background-image:url(img/header.jpg);
	width:700px;
	height:100px;
}

#navmenu ul{
	list-style-type: none;
	padding: 0;
	margin-left: 40px;
	
}
	
#navmenu li{
	float: left;
	margin: 72px 1em 0 .2em;
}
	
#navmenu li a{
	background: #ffffff;
	height: 2em;
	line-height: 2em;
	float: left;
	width: auto;
	display: block;
	border: 0.1em solid #ffffff;
	color: #cc3300;
	text-decoration: none;
	text-align: center;
	padding: 0 .5em 0 .5em;
	letter-spacing: .1em;
	font-weight: bold;
}

#navmenu li a:hover{
	color:#cc6666;
}
	
#navmenu li a:hover{
	background: #ffffff;
}
	
#navmenu li.selected{
	background: #ffffff;
}
	
#navmenu ul li.selected{
	background: #ffffff;
}
	
	
#box{
	background:#ffffff;
	width:580px;height:auto;
	float:left;
}
	
.box{
	background:#ffffff;
	width:700px;
	height:auto;
}
	
.boxwork1{
	background:#ffffff;
	width:700px;
	height:375px;
}
	
.boxwork2{
	background:#ffffff;
	width:700px;
	height:750px;
}
	
	
	
.galleria_container{
	background:#ffffff;
	float:right;
	margin-top:30px;
	margin-right:15px;
	height:600px;
	width:400px;
}
	
.gallery_demo{
	margin-left: 20px;
	margin-top: 20px;
	background:#ffffff;
	width:130px;
	float:left;
}

.gallery_demo li{
	width:35px;
	height:55px;
	border:3px double #eee;
	margin: 0 2px 2px 0;
	background:#eee;
}/*thumbnails*/

.gallery_demo li.hover{
	border-color:#bbb;
}

.gallery_demo li.active{
	border-style:solid;
	border-color:#222;
}

.gallery_demo li div{
	left:240px;
}

.gallery_demo li div .caption{
	font:italic 0.7em/1.4 georgia,serif;
}
	
.nav{
	padding-top:20px;
	clear:both;
}

.nav{
	position:relative;
	top:-350px;
	left:20px;
}
	
.caption{
	color:#888;
	margin-top:20px;
	width:150px;
}
	
	
.sidebar{
	background:#ffffff;
	width:120px;
	float:right;
	margin-top:65px;
}
	
.sidebar ul{
	list-style-type: none;
	margin-left: 5px;
}
	
.sidebar ul li{
	padding: 7px 0 0 0;
	letter-spacing: .1em;
}
	
#footer{
	background:#333333;
	width:700px;
	height:100px;
	margin-top:30px;
	text-align:center;
}
	
