body, p, ul, ol, div, a, img, h1, h2, h3, h4, h5, h6, hr, form, table, tr, td{
	margin: 0;
	padding: 0;
	border: none;
}
body, p, ul, ol, div, h1, h2, h3, h4, h5, h6, form, table, tr, td{
	line-height: 1.5em;
}

body{
	
	padding: 10px 20px;
	font-size: 0.7em;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container{
}

#header{
	background: url(../img/bg_gallery_header.gif) repeat-x #D1D1D1;
	border-top: 1px solid #F1F3F4;
	border-left: 1px solid #F1F3F4;
	border-right: 1px solid #F1F3F4;
	border-bottom: 1px solid #F1F3F4;
	text-align: right;
	height: 34px;
}

#header a {color: white; text-decoration: none}
#logo{
	width: 250px;
	height: 34px;
	margin-left:20px;
	background: url(../img/logo_galeria.gif) no-repeat;
	float: left;
}

h1{
	color: #fff;
	margin-right: 5px;
	margin-top: 3px;
	font-size: 1.3em;
	width: 100%;
	text-align: right;
	
}

#photo{
	text-align: center;
	min-width: 770px;
}
.hidden{
	display: none;
}
#photo img{
	padding: 1px;
	border: 1px solid #F1F3F4;
	margin: 15px 0;
	max-height:530px;
	max-width:800px;
}
#photo-text{
	background: #D1D1D1;
	color: #FFF;
	text-align: center;
	padding: 5px 10px;
}
#photo-text-inner{
	margin: 0 auto;
	width: 100%;
}
#listing{
	height: 21px;
	padding-top: 3px;
	background: url(../img/bg_body.gif) repeat-x;
	margin-top: 1px;
}
#listing-inner{
	height: 21px;
	width: 500px;
	margin: 0 auto;
}
#next{
	background:transparent url(../img/icons.gif) no-repeat scroll 100% -245px;
	font-weight:bold;
	display: block;
	padding-right: 10px;
	height: 18px;
	float: right;
	text-decoration: none;
	color: #4C3000;
}
#previous{
	background:transparent url(../img/icons.gif) no-repeat scroll 0 -1080px;
	font-weight:bold;
	display: block;
	padding-left: 10px;
	height: 18px;
	float: left;
	text-decoration: none;
	color: #4C3000;
	float: right;
}
#previous:hover, #next:hover {
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

#thumbs{
	background: #E9E9E9;
	padding: 5px;
}
#thumbs table{
	margin: 0 auto;
}
#thumbs img{
	float: left;
	padding: 1px;
	border: 1px solid #CFD6E0;
	margin: 3px 6px;
	display: inline;
}
#thumbs img:hover {
	border: 1px solid #ABB1BA;
}
#thumbs img.thumb-active{
	border: 3px solid #5D5A5A;
}
#thumbs img.thumb-active:hover {
	border: 3px solid #CACACA;
}

#thumbs-listing{
	padding: 0 5px;
	_padding-top: 2px;
}
.thumbs-prev{
	margin: 2px 0;
	background:transparent url(../img/icons.gif) no-repeat scroll 0 -1079px;
	font-weight:bold;
	display: block;
	padding-left: 10px;
	padding-right: 17px;
	height: 18px;
	float: left;
	text-decoration: none;
	color: #4C3000;
}
.thumbs-next{
	margin: 2px 0;
	background:transparent url(../img/icons.gif) no-repeat scroll 100% -244px;
	font-weight:bold;
	display: block;
	padding-right: 10px;
	padding-left: 17px;
	height: 18px;
	float: right;
	text-decoration: none;
	color: #4C3000;
}
#thumbs-prev:hover, #thumbs-next:hover {
	text-decoration: underline;
}
#photo-image{
  height: 550px;
}
.clear{
	clear: both;
}
.no-display{
	display: none;
}

.title_gallery {
	height: 30px; 
	background: url(../images_data/bg_title_gallery.gif);
	padding-right: 10px;
	padding-top: 0px;

;}


.forum_error_inline_message {
color:#CC0000;
font-size:11px;
}
