* {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Verdana, Sans-serif;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

img {
	border: none;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	overflow: hidden;
	background: #000;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

h1, h2 {
	color: #FFFFFF;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 16px;
	font-weight: bold;
	margin: 24px 0 2px 0;
	padding: 5px 0 6px 0;
}

h2 {
	color: #FFFFFF;
	border-bottom: none;
	font-size: 14px;
}


/* @group Header */

.header {
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 3;
	font-size: 0px;
}

.header-title, .header-categories {
	display: block-inline;
	position: relative;
	height: 26px;
	width: 100%;
	background: url(/images/top.jpg) repeat-x;
	z-index: 3;
}

.header-categories a{
	display: block;
	position: relative;
	float: left;
	top: 8px;
	height: 10px;
	overflow: hidden;
}

.header-categories a img, .header-categories a:hover img{
	position: relative;
	display: block;
	margin-left: 10px;
}

.header-categories a:hover img{
	top: -11px;
}

.header-categories ul{
	list-style-type: none;
}

.header-categories ul li {
	display: block;
	position: relative;
	float: left;
}


.header-projects {
	background-repeat: repeat;
	background-color: transparent;
	background-image: url(/images/projectsback.png);
	display:  none;
	top:52px;
	z-index: 5;	
	padding: 15px 0px;
	position: fixed;
	float: left;
	clear: both;
}

.header-projects a {
	display: block;
	height: 10px;
	top:0px;
	margin-right: 10px;
}

.header-projects ul{
	display: block;
	list-style-type: none;
	margin-left: 0px;
}

.header-projects ul li {
	display: block;
	height: 11px;
	margin-left: 2px;
	margin-bottom: 2px;
	clear: both;
}


.header-thumbs {
	display: block;
	z-index: 1;
	position: absolute;
	width: 100%;
	background-image: url(/images/thumbs-back.png);
	background-position: 0px bottom;
	background-repeat: repeat-x;
	background-color: transparent;
	text-align: left;
	height: 70px;
}

.header-thumbs-inner {
	display: inline-block;
	margin: 4px 8px 4px 8px ;
	height: 61px;
	position: absolute;
	width:auto !important;	
}

.header-thumbs-inner a {
	display: table-cell;
	font-size: 0px;
	color: black;
	text-decoration: none;
}

.header-thumbs img {
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	display: block;
	margin: 2px;
	float: left;	
}

.header-thumbs .selected {
	opacity:0.4;
	filter:alpha(opacity=40);
}

.left {
	float: right;
	margin-right: 10px;
}


/* @end Header */



/* @group Infos */

#infos {
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 2;
	background-image: url(/images/infos_back.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#infos-inner {
	display: inline-block;
	margin: 10px;
	font-size: 10px;
	line-height: 15px;
}

#infos-inner img{
	margin-bottom: 15px;
}

/* @end Infos */


/* @group Footer  */

.footer {
	display: block-inline;
	position: absolute;
	bottom: 0px;
	height: 25px;
	background-image: url(/images/footer.jpg);
	width: 100%;
	z-index: 3;
	background-color: black;
}

.footer .share {
	display: block-inline;
	right: 0px;
	width: 140px;
	height: 26px;
	z-index: 3;
	background-color: black;
	position: absolute;
	margin-top: 1px;
}

.footer .share a {
	margin-left: 2px;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-top: 5px;
	display: block-inline;
	position: relative;
	height: 16px;
	width: 16px;
	z-index: 3;
	background-image: url(/images/share.jpg);
	float: right;
	text-decoration: none;
}

.footer .share a:hover {
	background-image: url(/images/share_h.jpg);
}

.footer .description {
	display: inline-block;
	position: absolute;
	bottom: 6px;
	left: 10px;
	font-size: 10px;
	font-weight: 100;
	overflow: hidden;
	color: white;
	z-index: 2;
	height: 12px;
	background-color: transparent;
}


/* @end */



/* @group Supersize Plugin */

#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}

/* @end */



/* @group Next and Previous */


#next, #prev, #emptyarrow{
	width:13px;
	font-size: 0px;
	text-decoration: none;
	display: inline-block;
	float: left;
	position:absolute; 
}

#next{
	background-repeat: no-repeat;
	background-position: -13px center;
	background-image: url(/images/nextprev.jpg);
	cursor: pointer;
	margin-right: 8px;
	right:0px;
}

#prev{
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(/images/nextprev.jpg);
	cursor: pointer;
	margin-left: 8px;
	left: 0px;
}

/* @end */
