﻿	body {
		margin: 0;
		padding: 0;
		width: 592px;
		background-color: #2D2D2D;
		overflow: hidden;
	}
	
	img {
		border: 0;
	}
	
	a, a:visited {
		text-decoration: none;
	}
	
	#header h1 a {
		width: 592px;
		height: 85px;
		background-image: url('../img/webra_gallery_head.png');
		background-repeat: no-repeat;
	}

	div#foto_desc1 {	
		font-weight: lighter !important;
		xmargin-top: 2px;
	}
	
	div#foto_desc1_container {	
		width: 592px;
		height: 21px;
		text-align: center;
		font-family: arial !important;
		font-size: 14px !important;
		font-weight: lighter !important;
		color: rgb(225,225,225);
		background-image: url('../img/webra_gallery_title.png');
		background-repeat: repeat-x;
		padding: 0px;
	}

	#foto_mid_container {
		width: 592px;
		height: 425px;
		background-color: rgb(73,73,73);
		background-image: url('../img/webra_gallery_center.png');
		background-repeat: repeat-x;
		position: relative;
	}
	
	#gallery_big_prev {
		float: left;
		width: 42px;
		height: 227px;
		padding: 198px 0px 0px 44px;
		display: block;
	}
	
	#gallery_big_image {
		float: left;
		width: 408px;
		height: 385px;
		display: block;
		padding-top: 40px;
	}
	
	#gallery_big_image img {
		border: 4px solid #ffecb7;
	}
	
	#gallery_big_next {
		float: left;
		width: 66px;
		height: 227px;
		padding: 198px 0px 0px 30px;
		display: block;
	}
	
	#foto_desc2 {
		position: absolute;
		top: 450px;
		left: 92px;
		width: 408px;
		margin-top: 10px;
		font-weight: normal;
		font-family: arial;
		font-size: 12px;
		text-align: center;
		color: rgb(225,225,225);
		background-color: transparent;
	}
	
	#foto_auth {
		position: absolute;
		left: 350px;
		top: 500px;
		margin: 0px;
		width: 200px;
		font-family: arial;
		font-size: 11px;
		color: rgb(192,192,192);
		background-color: transparent;
	}
	
	#gallery_thumbs {
		width: 592px;
		height: 102px;
		border-top: 2px solid #989898;
		padding-top: 15px;
		text-align: center;
	}
	
	#gallery_thumbs img {
		border: 1px solid #989898;
		margin-right: 15px;
	}
		
	#imgallery_items {
		background-color: #2D2D2D;
		margin: 0px;
		padding-bottom: 0px;
	}
	
