/*styles for the picture gallery*/

#gallery {
	padding: 0 0 0 15px;
	position: relative;
}

#gallery a {
color: #222;
/*font-weight: 700;*/
padding: 5px 5px 0 0;
}

#gallery a:link, #gallery a:visited {
	border: none;
	line-height: 120%;
	text-decoration: none;
}

#gallery a:hover {
color: #bc6303;
text-decoration: none;
}
#gallery a:focus, a:active {
color: #213f14;
background: none;
outline: none; /* supposed to get rid of outline around links */
}

.gallery_description {
text-align: left;
}
.gallery_description p {
margin: .5em 0;
font-size: .9em;
}



#thumbs {
	width: 500px;
	position: absolute;
	top: 375px;
	left: 15px;
}

#thumbs > a {
	margin: 10px 0 5px 0;
	/*padding-top: 5px;*/
}

#setnums {
	width: 500px;
	position: absolute;
	top: 550px;
	left: 15px;
}

#setnums ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	width: 500px;
}

#setnums ul li {
	float: left;
	display: block;
	margin: 0 5px 0 0;
}

#setnums a:link {
	text-decoration: underline;
}

#setnums a.nodecorate:link {
	text-decoration: none;
}

/* adding additional code to make thumbnails horizontal */
#thumbs ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	/*float: left;*/
	width: 500px;
}
#thumbs ul li {
	/*display: inline;*/
}
#thumbs ul li a {
display: block;
float: left;
padding: 10px 23px 10px 0;
margin: 0 0 5px;
border: none;
}
#wrap p {
text-align: left;
}

#full_image {
	float: left;
	width: 500px;
	min-height: 350px;
	margin-top: 10px;
}

#full_image img {

float: left;
}
#full_image p {
margin: 0;
padding: 0;
}
#full_image .caption_text_under {
clear: left;
text-align: center!important;
font-size: .9em;
padding: .5em 0;
}
#gallery_nav {
float: right;
border: 1px solid #bbc;
padding: 0 .5em;
background: #444;
font-size: .8em;
font-family: Arial, Verdana, sans-serif;
width: 25%;
}
#gallery_nav p {
padding: 0;
margin: 5px 0;
text-align: center;
}
#gallery_nav.gallery_nav_below {
border:  none;
background: none;
float: right;
}
#gallery_nav.gallery_nav_below p {
text-align: right;
}
#page_list {
clear: both;
text-align: left;
font-family: Arial, Verdana, sans-serif;
font-size: .8em;
width: 50%;
}
#page_list li {
padding: 0 5px 0 0;
}
#attribution {
	clear: both;
}

#galleryright {
	width: 650px;
	float: left;
	padding: 15px 5px 0 5px;
	margin-right: -660px;
	color: #4a3113;
}

#projectlist {
	height: 250px;
}

#descr {
	padding: 10px 20px 0 0;
	float: right;
	width: 350px;
	/*height: 115px;*/
}

#testimonial {
	padding: 0 10px 0 10px;
	font-size: 11px;
}

#currentindex {
	display: none;
}

