html,body{
	margin:0;
	padding:0;
	background: #8c8c8c
}
body{
	font: 70% arial,sans-serif;
	text-align:center
}
p{
	margin:0 10px 10px
}
a:link { color: #8c8c8c; text-decoration: none;}
a:visited { color: #8c8c8c; text-decoration: none;}
a:active { color: #ffffff; text-decoration: none;}
a:hover { color: #ff0000; text-decoration: none;}

div#header h1{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
}
div#container{
	text-align:right
}
div#imageframe p{
	line-height:1.4;
	background: #ffffff
}
div#fullframe p{
	line-height:1.4;
	background: #ffffff
}
div#info{
	background:#ffffff
}
div#nav{
	background:#4d4d4d
}
div#footer{
	background: #333333
}
div#footer p{
	margin:0;
	padding:5px 10px
}
div#container{
	width:800px;
	margin:0 auto
}
div#imageframe{
	float:left;
	width:600px;
	background: #ffffff
}
div#fullframe{
	float:top;
	width:800px;
	background: #ffffff
}
div#info{
	float:right;
	width:200px
}
div#nav{
	clear:both;
	width:100%
}
table.dev {
	border-width: 0px 0px 0px 0px;
	border-spacing: 10px;
	border-collapse: separate
}
table.dev td {
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	padding: 5px 5px 5px 5px;
}
table.full {
	border-width: 0px 0px 0px 0px;
	border-spacing: 10px;
	border-collapse: separate
}
table.full td {
    border-color: red;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    margin: 0;
    padding: 10px;
}
table.nav {
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-collapse: separate
}
table.nav td {
	padding: 2px 2px 2px 2px;

}
table.footer {
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-collapse: separate
}
table.footer td {
	border-spacing: 5px;
	padding: 2px 2px 2px 2px;
}

/* begin slideshow */
.hiddenPic {
	display:none;
}

.caption
{
	font:100% 'helvetica neue',sans-serif;
	color:#000000;
	text-align:center;
}
	
.demo
{
	position:relative;
	margin-top:0;
}
	
.gallery
{
	width:580px;
	margin:0 auto;
}

.gallery li
{
	width:68px;
	height:45px;
	border:0px;
	margin: 0 0 0 0;
	background:#000000;
}

.gallery li div .caption
{
	font:italic 0.7em/1.4 georgia,serif;
}

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

.galleria{list-style:none;width:540px}
.galleria li{display:block;width:50px;height:40px;overflow:hidden;float:right;margin:0 0 10px 10px}
.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}

#main_image
{
	margin:10px auto 30px auto;
	height:450px;
	width:580px;
	background:#000000;
}
	
#main_image img
{
	margin-bottom:4px;
}

.preloader
{
	visibility:hidden;
	position:absolute;
	top:0px;
	right:0px;
	z-index:-1;
}

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