﻿/*----------------------------------------------------------------------*/
/*--- Slideshow Wrappers Selectors and Rulesets ------------------------*/
#slideshow {
	width: 516px;
	background-color: #fff;
	border: 2px #ddd solid ;
}
#slideshow h3 {
	margin: 20px 20px 15px 20px;
	font-size: 26px;
	font-weight: normal;
}
#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}
#slideshow ul:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/*----------------------------------------------------------------------*/
/*--- Slideshow - Slide Wrappers Selectors and Rulesets ----------------*/
#slideshow .slides {
	overflow: hidden;
	height: 310px;
}
#slideshow .slides ul {
		height: 310px;
}
#slideshow .slides li {
	width: 480px;
	float: left;
	padding: 0 20px;
}
#slideshow .slides h2 {
	margin-top: 0;
}
/*----------------------------------------------------------------------*/
/*--- Slideshow - Navigation Wrappers Selectors and Rulesets -----------*/
#slideshow .slides-nav {
	background-image: url('images/tabslider_nav.png');
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #f4f4f4;
}
#slideshow .slides-nav li {
	float: left;
}
#slideshow .slides-nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #3d3d3d;
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	outline: none;
}
#slideshow .slides-nav li a:hover {
	color: #007b9c;
	text-decoration: underline;
}
.js #slideshow .slides-nav li.on {
	background-color: #fff;
}
.js #slideshow .slides-nav li.on a {
	color: #007b9c;
	position: relative;
	background-image: url('images/tabslider_active.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}
/*----------------------------------------------------------------------*/
/*--- Slideshow - Content Wrappers Selectors and Rulesets --------------*/
.slidecontent {
	width: 480px;
}
.slidecontent h4 {
	font-size: 16px;
	margin: 0 0 15px 0;
}
.slidecontent .img_wrpr_b {
	width: 150px;
	float: left;
	padding: 0 0 50px 0;
	background-image: url('images/spbubble_b.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.slidecontent .img_wrpr_t {
	padding: 15px 15px 0 15px;
	background-image: url('images/spbubble_t.png');
	background-position: center top;
	background-repeat: no-repeat;
}
.slidecontent .text_wrpr {
	float: left;
	width: 310px;
	padding-left: 20px;
}
.slidecontent .text_wrpr p {
	font-size: 14px;
	line-height: 140%;
}

