/* GALLERY */

#gallery_constructions_div {
	display: block;
	clear: both;
	padding: 1em 0 3em 0;
	margin-bottom: 3em;
}

#gallery_constructions {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.7;
}

#gallery_constructions li {
	padding: 0;
	margin: 0;
	position: relative;
	height: 140px;
}

#gallery_constructions a.construction {
	border: 1px double #eeeeee;
	position: absolute;
	padding: 5px 5px 5px 140px;
	float: left;
}

#gallery_constructions a.construction:hover {
	border: 1px solid #ffffff;
    background-position: 0px -130px;
	text-decoration: none;
}

#construction_info {
	height: 120px;
	width: 735px;
	cursor: pointer;
}

#gallery_constructions .photoTitle {
	font-family: Tahoma, Arial;
/*	font-size: 13pt;*/
	font-size: 18px;
	font-weight: bold;	
	text-transform: uppercase;
	color: #CF3030;
/*	letter-spacing: 1pt;*/
/*	line-height: 30pt;*/
	line-height: 40px;
	padding: 0;
	margin: 0;
}

#gallery_constructions .description {
	font-family: Tahoma, Arial;
/*	font-size: 8pt;*/
	font-size: 12px;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}


/* gallery of photos */

#gallery_photos {
	display: block;
	clear: both;
	padding: 1em 0 3em 0;
	margin-bottom: 3em;
}

#gallery_photos a.construction {
	display: block;
	width: 152px;
	height: 152px;
	margin: 0px;
	padding: 10px;
	background: #015534 url('/img/photo_bg.jpg') center repeat;
	border: 1px solid #ffffff;
}

#gallery_photos a.construction:hover {
	background: #015534 url('/img/photo_bg2.jpg') center repeat;
	border: 1px solid #4d4d4d;
}

#gallery_photos img {
	border: 1px solid #eeeeee;
}

/* view photo */

a.arrow_prev {
	border: none;
	height: 21px;
	width: 21px;
	float: left;
	background: url('/img/arrow_left2.jpg') 0 0 no-repeat;
}

a.arrow_prev:hover {
	background: url('/img/arrow_left.jpg') 0 0 no-repeat;
	text-decoration: none
}

a.arrow_next {
	border: none;
	height: 21px;
	width: 21px;
	float: right;
	background: url('/img/arrow_right2.jpg') center center no-repeat;
}

a.arrow_next:hover {
	background: url('/img/arrow_right.jpg') center center no-repeat;
	text-decoration: none;
}

td.photo_view img {
	border: 5px solid #eeeeee;
}

td.photo_view img:hover {
	border: 5px solid #ffffff;
}

td.photo_view_text {
	padding: 10px 0 0 10px;
	color: #5a5a5a;
}

.desc {
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}