body{
	background: #000 url('img/hojobg.jpg') no-repeat 0 0;
	overflow: hidden;
}

#header{
	background: transparent;
	margin-top: 5px;
}

#header img{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#wrapper{
	background-color: transparent;
	width: 90%;
	margin-top: 30px;
	height: 600px;
	overflow: hidden;
}

#pictures{
	position: absolute;
	top: 12.5%;
	left: 12.5%;
	width: 904px;
	height: 520px;
	z-index: 100;
	border: 1px solid #fc5;
	background-color: transparent;
	overflow: hidden;
	height: 500px;
}

#pictures #innerpictures{
	overflow: auto;
	height: 480px;
	width: 876px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

ul{
	padding-bottom:  20px;
}

ul li{
	margin-left: 15px;
}

p{
	line-height: 1.5em;
	/*margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 5px;*/
}

p + p{
	text-indent: 0;
}

a{
	color: #999;
	text-decoration: none;
}

a:hover{
	color: #000;
}

#gallerywrapper{
	height: 450px;
}

#gallerycontainer{
	border: 1px solid transparent; /*strange hack to align background to middle for Safari */
	background: transparent url('img/wrapperbg.png') repeat-x 0 0;
}

#gallerycontainer table{
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position: relative;
	margin-top: 6.25%;
}

.galwrapper{
	display: block;
}

.thumbnails{
	width: 516px;
	overflow: hidden;
	z-index: 100;
}

#pictures .gallerythumbs a, #pictures .gallerythumbs a div{
	width: 210px;
}

#galleryfooter{
	text-align: center;
}

#galleryfooter #title{
	text-align: center;
	font-size: 1.2em;
	color: #eee;
}

#galleryfooter #subtitle{
	text-align: center;
	font-size: .7em;
	color: #eee;
	letter-spacing: 1px;
}

#galleryfooter #gallerylabel{
	font-size: 1.5em;
	color: #CD853F;
}

#galleryfooter #gallerycount{
	font-size: .8em;
	color: #EEAD0E;
	letter-spacing: 1px;
}

.gallerythumbs{
	width: 100%;
	background: transparent;
	padding: 0;
	margin-top: 0px;
	z-index: 1;
}

.gallerythumbs a div img{
	position: relative;
	z-index: 0;
}

.gallerythumbs a{
	margin: 2px;
	background-color: transparent;
	width: 510px;
	height: 212px;
	display: block;
	float: left;
	z-index: 10;
	overflow: hidden;
}
.gallerythumbs a div{
	width: 510px;
	height: 212px;
	overflow: hidden;
	margin: 1px;
	text-align: center;
	z-index: 10;
}

.prev{
	position: relative;
	margin-top: 100px;
	cursor: pointer;
}

.next{
	position: relative;
	margin-top: 100px;
	cursor: pointer;
	text-align: left;
	float: right;
}

textarea{
	height: 30px;
}

.ul-no-style{
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: .6em;
}

.ul-no-style li{
	margin-left: 0px;
}

.off{
	cursor: default;
	color: #999;
}

.on{
	cursor: pointer;
	color: #333;
}

.white{
	background-color: #fff;
	z-index: 2;
}

.pane{
	border: 0px solid #FFB90F;
	padding: 4px;
	display: block;
	margin-bottom: 10px;
}

.prototip{
	position: absolute;
	left: -600px;
	top: 200px;
}

.tip{
	cursor: pointer;
}

.link{
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 10px;
	color: #CDB7B5;
	border: 1px solid transparent;
	padding-left: 3px;
	padding-right: 3px;
}

.link:hover{
	color: #C0FF3E;
	border: 1px solid #C0FF3E;
}

.content{
	color: #333;
}

.content a{
	color: #FF7F24;
}

.content a:hover{
	color: #000;
	text-decoration: line-through;
}

.Growler{
	z-index: 10000;
}

.quiet{
	color: #CD853F;
}

