@charset "UTF-8";
/* CSS Document */

	#panel1_content,
	#panel2_content,
	#panel3_content,
	#panel4_content,
	#panel5_content {
		width: 340px;
		height: 640px;
		position: absolute;
		left: 652px;
	}

	#panel5_image {
		position:relative;
		top:10px;
		width: 600px;
		height: 640px;
		position: absolute;
		left: 32px;
	}

#panel1 img {
	position:absolute;
	left:90px;
	bottom:0;
}
	
#panel2 img {
	position:absolute;
	left:0;
	top:134px;
}

#panel3 img {
	position:absolute;
	left:0;
	top:134px;
}

#panel4 img {
	position:absolute;
	left:0;
	top:134px;
}

#panel5 {
	background-image: url(../../images/gallery/baylor_5.jpg);
	background-repeat: no-repeat;
	background-position: left 140px;
}
	
/* ----------------------------------------------------------------- */
/* ------------------- GALLERY THUMBNAIL STYLES -------------------- */
/* ----------------------------------------------------------------- */

.thumbnails {
	padding: 15px 0 0 0;	
	margin: 0;
	list-style: none;
	overflow: hidden;
	text-indent: -2000em;
}

.thumbnails li {
	margin: 0;
	float:left;
}

.thumbnails li a {
	width: 64px;
	height: 48px;
	display: block;
	border: 0;
	text-decoration: none;
	padding: 0;
	margin: 0 5px 5px 0;
}

.thumbnails li a.thumb1 {
	background: url(../../images/gallery/baylor_thumb1.jpg) no-repeat 0 0;
}

.thumbnails li a.thumb2 {
	background: url(../../images/gallery/baylor_thumb2.jpg) no-repeat 0 0;
}

.thumbnails li a.thumb3 {
	background: url(../../images/gallery/baylor_thumb3.jpg) no-repeat 0 0;
}

.thumbnails li a.thumb4 {
	background: url(../../images/gallery/baylor_thumb4.jpg) no-repeat 0 0;
}

.thumbnails li a.thumb5 {
	background: url(../../images/gallery/baylor_thumb5.jpg) no-repeat 0 0;
	margin: 0 0 5px 0;
}

.thumbnails li a.thumb6 {
	background: url(../../images/gallery/baylor_thumb6.jpg) no-repeat 0 0;
}

.thumbnails li a.thumb7 {
	background: url(../../images/gallery/baylor_thumb7.jpg) no-repeat 0 0;
}

.thumbnails li a.thumb1:hover,
.thumbnails li a.thumb2:hover,
.thumbnails li a.thumb3:hover,
.thumbnails li a.thumb4:hover,
.thumbnails li a.thumb5:hover,
.thumbnails li a.thumb6:hover,
.thumbnails li a.thumb7:hover {
	background-position: 0 -48px;
}

.thumbnails li a.thumb1_on {
	background: url(../../images/gallery/baylor_thumb1.jpg) no-repeat 0 -96px;
}

.thumbnails li a.thumb2_on {
	background: url(../../images/gallery/baylor_thumb2.jpg) no-repeat 0 -96px;
}

.thumbnails li a.thumb3_on {
	background: url(../../images/gallery/baylor_thumb3.jpg) no-repeat 0 -96px;
}

.thumbnails li a.thumb4_on {
	background: url(../../images/gallery/baylor_thumb4.jpg) no-repeat 0 -96px;
}

.thumbnails li a.thumb5_on {
	background: url(../../images/gallery/baylor_thumb5.jpg) no-repeat 0 -96px;
	margin: 0 0 5px 0;
}

.thumbnails li a.thumb6_on {
	background: url(../../images/gallery/baylor_thumb6.jpg) no-repeat 0 -96px;
}

.thumbnails li a.thumb7_on {
	background: url(../../images/gallery/baylor_thumb7.jpg) no-repeat 0 -96px;
}

.imagecaption {
	color: #666666;
	font-size: 11px;
	padding: 0;
	margin: 0;
	float: left;
}

.black {
	color:#000000;
}

div.container {
	width:340px;
	position:absolute;
	bottom:20px;
}
