/*------------------*/
/*---PHOTO GALLERY--*/
/*------------------*/

/*---ALBUM LISTING PAGE---*/

.albumList {
	width: 684px; 
	padding: 10px;
	float: left;
	margin: 0px 0px 20px 0px;
}

	.albumList table {
		width: 100%;
		border-top: 1px solid #d7d7d7;
	}
	
	.albumList table td {
		padding-top: 8px;
		padding-bottom: 6px;
	}
	
	.albumList table td.albumCover {
		width: 13%;
		padding-right: 15px;
		vertical-align: middle;
		border-bottom: 1px solid #d7d7d7;
	}
	
	.albumList table td.albumCover a img {
		padding: 4px;
		background-color: #FFF;
		border: 1px solid #D7D7D7;
	}
	
	.albumList table td.albumTitle {
		width: 56%;
		padding-right: 15px;
		vertical-align: middle;
		border-bottom: 1px solid #d7d7d7;
	}
	
	.albumList table td.albumCount {
		width: 25%;
		vertical-align: middle;
		border-bottom: 1px solid #d7d7d7;
	}
	
		.albumList table td.albumCount p {
			color: #666;
		}
		
	.albumList table h3 {
		margin-bottom: 5px;
	}		

	.albumList table p {
		margin-bottom: 0px;
	}
	
	
/*---THUMBNAIL PAGE--*/

.thumbStage {
	width: 684px;
	padding: 10px;
	float: left;
	margin: 0px 0px 20px 0px;
	
}
	.thumbStage .breadcrumbs {
	
	}

	.thumbStage h2 {
		float: left;
		width:60%;
	}
	
	.thumbStage .countInfo {
		float: right;
		color: #666;
		text-align: right;
	}
	
	
	.thumbRow {
		float: left;
		clear: left;
		/*--IE7 & below seems to need the width declared--*/
		width: 100%;
	}

	.thumb {
		width: 130px;
		height: 130px;
		float: left;
		text-align: center;
		/*--Add a background color to the thumbnails container for testing purposes only--*/
		/*background-color: #cfcfcf;*/
	}

	.thumb a {
	
	}

	.thumb a img {
		/*--Give thumbnails the "polaroid" look with a small border. Thumbnail images must be sized 10px smaller in height or width than container size when this is used.--*/
		padding: 4px;
		background-color: #FFF;
		border: 1px solid #D7D7D7;
	}

/*--SLIDESHOW PAGES--*/

.slideStage {
	width: 684px; 
	padding: 10px;
	float: left;
	margin: 0px 0px 0px 0px;
	position: relative;
}

	.slideStage h2 {
		float: left;
		width: 60%;
	}
	
	.slideStage .countInfo {
		float: right;
		color: #666;
		text-align: right;
		margin-bottom: 0px;
	}
	
	.slideStage .prevNext {
		float: right;
	}
	
	.slideContainer {
		clear: both;
		
		position:relative;
		width: 684px;

	}
	
	.slide {
		width: 684px;
		
		
	}
	.slide .slideImg {
		background-color: #d7d7d7;
		padding: 10px;
		width: 664px;
	}
	.slide p, .slide h2, .slide h3 {
		width: 100%;
		
	}
	.slide h2, .slide h3 {
		margin-top: 25px;
		margin-bottom:0px;
	}
	
	.slide p {
		margin-bottom: 0px;
	}
	
	.slide img {
		border: 1px solid #d7d7d7;
		padding: 4px;
		background-color: #fff;
		display: block;
		margin: 0px auto;
	}
		
	
/*---PAGINATION---*/

.thumbStage .pagination, .albumList .pagination {
		float: left;
		clear: left;
		margin-top: 20px;
		text-align: right;
		width: 100%;
	}
.thumbStage .pagination ul, .albumList .pagination ul {
	float: right;
}


.thumbStage .pagination ul li, .albumList .pagination ul li {
	float: left;
	list-style: none;
}

.thumbStage .pagination ul li a, .albumList .pagination ul li a {
	text-decoration: none;
	margin: 0px 0px 0px 1px;
	padding: 4px 0px 3px 0px;
	width: 20px;
	display: block;
	text-align: center;
	font-size: 1.1em;	
	border: 1px solid #8f8f8f;
}

.thumbStage .pagination ul li a:hover, .albumList .pagination ul li a:hover {
	border: 1px solid #6f6f6f;
}

/*--PREVIOUS/NEXT CONTROLS, USING THE CSS SPRITES METHOD FOR HOVER STATES--*/
.prevNext {
	margin-left: 2em;
}

.prevNext ul {
	margin-left: 0px;
	margin-bottom: 0px;	
}

.prevNext li {
	float: left;
	list-style-type: none;
}

.prevNext li a#prev {
	background-image: url(../images/schools/library/gallery_prev.gif);
	display: block;
	text-indent: -999em;
	margin-top: -8px;
	width: 2.3em;
	height: 2.5em;
	
}

.prevNext li a#prev:hover {
	background-image: url(../images/schools/library/gallery_prev.gif);
	display: block;
	text-indent: -999em;
	margin-top: -8px;
	width: 2.3em;
	height: 2.5em;
	background-position: left -2.4em;
}

.prevNext li.inactive a#prev {
	background-position: left -5.8em;
}

.prevNext li a#next {
	background-image: url(../images/schools/library/gallery_next.gif);
	display: block;
	text-indent: -999em;
	margin-top: -8px;
	width: 2.3em;
	height: 2.5em;
	
}
.prevNext li a#next:hover {
	background-image: url(../images/schools/library/gallery_next.gif);
	display: block;
	text-indent: -999em;
	margin-top: -8px;
	width: 2.3em;
	height: 2.5em;
	background-position: left -2.4em;
	
}

.prevNext li.inactive a#next {
	background-position:left -5.8em;
}
