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

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

	#panel2_image,
	#panel5_image,
	#panel6_image,
	#panel7_image {
		position:relative;
		top:10px;
		width: 600px;
		height: 640px;
		position: absolute;
		left: 32px;
	}
	
	#panel2_image {
		left: 52px;
		top:170px;
	}

#panel1 {
	background-image: url(../../images/gallery/wellstar_1.jpg);
	background-repeat: no-repeat;
	background-position: left 139px;
}
	
#panel2 {
	background-image: url(../../images/gallery/wellstar_2.jpg);
	background-repeat: no-repeat;
	background-position: left 150px;
}

#panel3 {
	background-image: url(../../images/gallery/wellstar_3.jpg);
	background-repeat: no-repeat;
	background-position: left 56px;
}

#panel4 {
	background-image: url(../../images/gallery/wellstar_4.jpg);
	background-repeat: no-repeat;
	background-position: 63px 40px;
}

#panel5 {
	background-image: url(../../images/gallery/wellstar_2.jpg);
	background-repeat: no-repeat;
	background-position: left 150px;
}

#panel6 {
	background-image: url(../../images/gallery/wellstar_4.jpg);
	background-repeat: no-repeat;
	background-position: 63px 40px;
}

#panel7 {
	background-image: url(../../images/gallery/wellstar_7.jpg);
	background-repeat: no-repeat;
	background-position: left 81px;
}
	
/* ----------------------------------------------------------------- */
/* ------------------- 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/wellstar_thumb1.jpg) no-repeat 0 0;
}

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

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

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

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

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

#thumbnails li a#thumb7 {
	background: url(../../images/gallery/wellstar_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/wellstar_thumb1.jpg) no-repeat 0 -96px;
}

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

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

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

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

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

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

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

#black {
	color:#000000;
}