@charset "UTF-8";
/* CSS Document */


        body {
            background: #000000;
        }

        .galleria-thumbnails .galleria-image {
            width: 40px;
            height:10px;
        }

        .galleria-thumbnails-list {
            height: 50px;
			margin:0 0 0 20px;
        }
		.logo {
			margin:9px 0 0 10px;
		}
		
        .galleria-thumbnails-container,

        .navigation {
            bottom: 35px;
        }

        .navigation {
            position: absolute;
			bottom: 0;
            z-index: 5;
            width: 100%;
            height:35px;
            background: #d0030b;
            color: #FFFFFF;
            font-family: Helvetica, sans-serif;
            font-weight: bold;
            font-size: 12px;
        }

        .navigation .name {
            float: left;
        }
		
		.navigation .name img {
			border:none;
		}

        .navigation .navigator {
            list-style: none;
            margin: 14px 0 0 234px;
            padding: 0px;
        }

        .navigation .navigator li {
            float: left;
            padding-right: 35px;
        }
		
		.navigation a {
			text-decoration:none;
			color:#666;
		}
		
		.navigation a:hover {
			color:#CCC;
		}
		.credit {
			color:#333;
			font-size:10px;
			font-weight:normal;
		}
		.credit a {
			color:#333;
		}
		
		.credit a:hover {
			color:#666;
		}
		
/*****nav******/
li.nav_recent{
	width:40px;
	height:10px;
}

a.nav_recent{
	text-indent:-9999;
	background-image:url(../images/recent.gif);
	width:40px;
	height:10px;
	background-repeat:no-repeat;
	color:#d0030b;
	font-size:1px;
	display:block;
}
a.nav_recent:hover {
	background-position:-40px 0;
	color:#d0030b;
}

a.nav_one{
	text-indent:-9999;
	background-image:url(../images/one.gif);
	width:24px;
	height:10px;
	background-repeat:no-repeat;
	color:#d0030b;
	font-size:1px;
	display:block;
}
a.nav_one:hover {
	background-position:-24px 0;
	color:#d0030b;
}

a.nav_two{
	text-indent:-9999;
	background-image:url(../images/two.gif);
	width:24px;
	height:10px;
	background-repeat:no-repeat;
	color:#d0030b;
	font-size:1px;
	display:block;
}
a.nav_two:hover {
	background-position:-24px 0;
	color:#d0030b;
}

a.nav_albums{
	text-indent:-9999;
	background-image:url(../images/albums.gif);
	width:43px;
	height:10px;
	background-repeat:no-repeat;
	color:#d0030b;
	font-size:1px;
	display:block;
}
a.nav_albums:hover {
	background-position:-43px 0;
		color:#d0030b;
}

a.nav_mags{
	text-indent:-9999;
	background-image:url(../images/magazine.gif);
	width:57px;
	height:10px;
	background-repeat:no-repeat;
	color:#d0030b;
	font-size:1px;
	display:block;
}
a.nav_mags:hover {
	background-position:-57px 0;
		color:#d0030b;
}

a.nav_posters{
	text-indent:-9999;
	background-image:url(../images/poster.gif);
	width:47px;
	height:10px;
	background-repeat:no-repeat;
	color:#d0030b;
	font-size:1px;
	display:block;
}
a.nav_posters:hover {
	background-position:-47px 0;
		color:#d0030b;
}

a.nav_archive{
	text-indent:-9999;
	background-image:url(../images/archive.gif);
	width:46px;
	height:10px;
	background-repeat:no-repeat;
	color:#d0030b;
	font-size:1px;
	display:block;
}
a.nav_archive:hover {
	background-position:-46px 0;
		color:#d0030b;
}


a.nav_bio{
	text-indent:-9999;
	background-image:url(../images/bio.gif);
	width:18px;
	height:10px;
	background-repeat:no-repeat;
	color:#d0030b;
	font-size:1px;
	display:block;
}
a.nav_bio:hover {
	background-position:-18px 0;
		color:#d0030b;
}

a.nav_contact{
	text-indent:-9999;
	background-image:url(../images/contact.gif);
	width:51px;
	height:10px;
	background-repeat:no-repeat;
	color:#d0030b;
	font-size:1px;
	display:block;
}
a.nav_contact:hover {
	background-position:-51px 0;
		color:#d0030b;
}

.headhigh {
	position:fixed;
	bottom:9px;
	right:9px;
	z-index:5000;
}

.headhigh img {
	border:none;
}







