/* Slider and display panel CSS */



/* Slider panel
---------------------------------------------------------------------------*/

.sliderGallery {
	background: url(gl_images/slider_background.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 160px;
	width: 560px;
	border: 1px solid #d5d6dc;
}

.sliderGallery ul {
	position: absolute;
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	width: 2000px;		
}
#primary_content .sliderGallery ul li {
	float: left;
	display: inline;
	width: 160px;
	margin: 0 5px;
	padding: 0;
	text-align: center;
}
.sliderGallery img {
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
}

.sliderGallery .controls {
	position: relative;
	top: 140px;
	width: 549px;
	height: 19px;
	margin-left: 5px;
}
.slider {
	position: relative;
	float: left;
	width: 506px;
	height: 19px;
	background: url(gl_images/slider_track.jpg) no-repeat;
}
#left_slider_btn, #right_slider_btn {
	float: left;
	width: 19px;
	height: 19px;
	text-indent: -1000px;
	border: none;
	margin: 0;
	padding: 0;
}
#left_slider_btn { background: url(gl_images/slider_btn_left.jpg) no-repeat; }
#right_slider_btn { background: url(gl_images/slider_btn_right.jpg) no-repeat; }
 
.handle {
	position: absolute;
	cursor: move;
	height: 25px;
	width: 30px;
	top: 0;
	background: url(gl_images/slider_handle.png) no-repeat;
	z-index: 100;
}

.sliderGallery a {
	font-size: 14px;
	font-weight: bold;
	width: 160px;
	text-align: center;
	display: block;
	color: #bfbac6;
}

.sliderGallery .active { color: #a09aa7; }
.sliderGallery a:hover { color: #a09aa7; text-decoration: none; }

.sliderGallery a img { border: 2px solid #fff; }
.sliderGallery a:hover img { border: 2px solid #a09aa7; }

/* Display panel
---------------------------------------------------------------------------*/


#displayPanel {
	float: left;
	width: 578px;
	margin-top: 10px;
	border: 1px solid #d5d6dc; 
	background: #f0eef5; /*#e3e1e8;*/ 
}
#displayPanel h2 {
	color: #fff;
	background: #8d8795; /*#7a698e;*/
	padding: 5px 15px 7px 15px;
}
#displayPanel h2 span {
	font-size: 14px;
	margin-right: 15px;
}
#displayPanel .text {	
	float: left;
	width: 540px;
	margin: 10px 15px 20px 15px;
}
.treatments #displayPanel h2 { background: #7c016b url("gl_images/feature-head-1.gif") right top no-repeat; }
.genetics #displayPanel h2 { background: #0a97e7 url("gl_images/feature-head-2.gif") right top no-repeat; }
.donation #displayPanel h2 { background: #bb09d1 url("gl_images/feature-head-3.gif") right top no-repeat; }
.preservation #displayPanel h2 { background: #116178 url("gl_images/feature-head-4.gif") right top no-repeat; }
.bulletin #displayPanel h2 { background: #284eb9 url("gl_images/feature-head-5.gif") right top no-repeat; }

.treatments #displayPanel { border-bottom: 13px solid #7c016b; }
.genetics #displayPanel { border-bottom: 13px solid #0a97e7; }
.donation #displayPanel { border-bottom: 13px solid #bb09d1; }
.preservation #displayPanel { border-bottom: 13px solid #116178; }
.bulletin #displayPanel { border-bottom: 13px solid #284eb9; }

