/*

	CSS FOR THE GALLERIES

*/

#gallery {
	margin:0;
	padding:5px;
}

.image-full {
	width:617px;
	height:500px;
	max-height:500px;
	text-align:center;
	background:url(images/loading.gif) center center;
}

.image-full .full-wrap img {
	max-width:617px;
	max-height:500px;
}

.image-thumbs {
	position:relative;
	width:155px;
	max-height:190px;
	text-align:center;
	overflow:hidden;
}

.image-thumbs img { 
	padding:5px;
	cursor:pointer;
}

.image-thumbs-slider {
	text-align:center;
	width:100%;
	margin-top:20px;
}

.gallery-list {
	width:155px;
	max-height:200px;
	text-align:center;
	margin-top:25px;
	overflow:hidden;
	position:relative;
}

.gallery-list-slider {
	text-align:center;
	width:100%;
	margin-top:20px;
}

.gallery-list ul {
	padding:0;
	margin:;
}

.gallery-list li { list-style-type:none; padding:2px 0; }

/* links */
.gallery-link {
	color:#7b7b7b;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.gallery-link:hover { text-decoration:underline; }

/* Drew's CSS */
.image-full {background:url(images/loading.gif) 50px center;}
.thumbs-holder {position:relative;/*top:-170px;*/min-width:340px;}
.gallery-wrap {position:relative;/*top:-170px;*/min-width:310px;}
.gallery-wrap div {float:left;width:155px;}
.thumbs-holder div  {float:left;width:170px;}
.gallery-holder1 {display:none;}