/* @override http://bob.local/www.shawneepeak.com/gallery/_css/gallery.css */


/* Gallery Navigation */

#gallery_nav{
	position: relative;	
	margin-bottom: 5px;
}

#gallery_nav h1 a{
	text-decoration: none;
}

#gallery_nav h1 a:hover{
	text-decoration: underline;
}

/* Album Listing */

.album_badge{
	position: relative;
	float: left;
	width: 280px;
}

.album_badge a{
	text-decoration: none;
	font-size: 18px;
	line-height: 20px;
}

.album_cover{
	float: left;
	vertical-align: middle;
	margin: 0 15px 15px 15px;
	border: 1px solid black;
}

.album_badge .album_cover{
	float: left;
	vertical-align: middle;
	margin: 0 15px 15px 0;
	border: 1px solid black;
}


.gallery_name{
	margin-top: 15px;
}

/* Featured Image/Video on Album (gallery.php) */

#gallery_feature{
	position:relative;
	float: left;
	width: 445px;
	overflow: hidden;
	margin-top:10px;
	margin-left: 10px;
}

#watermark{
	position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -75px;
    border: none;
    opacity: .5;
    alpha:(opacity:50);
}

#med_image_message{
	position: relative;
	float: left;
	height: 150px;
	width: 445px;
}

#med_image_message p{
	margin-left: 60px;
	margin-top: 15px;
}

/* Featured Image/Video Captions */

#gallery_feature_caption{
	position: absolute;
	top: 0;
	background-color:black;
	color: white;
	overflow: hidden;
	font-size: 10px;
}

#gallery_feature_caption p,#gallery_feature_video_caption p{
	margin: 2px 2px 2px 5px;
}

#gallery_feature_video_caption{
	position: relative;
	background-color:black;
	color: white;
	overflow: hidden;
	font-size: 10px;
}

/* Image Nav Footer */

#gallery_feature_footer{
	position: relative;
	background-color:black;
	color: white;
	overflow: hidden;
	font-size: 10px;
	height: 20px;
}

#prev_img{
	position: absolute;
	left: 10px;
	top: 0;
}

#next_img{
	position: absolute;
	right: 10px;
	top: 0;
}

.scroll_nav a{
	color: white;
	text-decoration: none;
}

.scroll_nav a:hover{
	text-decoration: underline;
}

/* Thumbnail Listing */

#gallery_thumbnails{
	position: relative;
	float: left;
	width: 410px;
	margin-left: 20px;
	margin-top: 5px;
}

#gallery_thumbnails img{
	margin: 5px;
}

#gallery_thumbnails img.thumb_select{
	border: 3px solid #167d9c;
	margin: 2px;
}

.pagination{
	position:absolute;
	top: 35px;
	right: 0;
    width: 420px;
    margin: 0;
}