﻿/*======================================================================*/
/*=== JQUERY-TABSLIDESHOW.CSS - Designed by Jon Edwards for Solenium ===*/
/*======================================================================*/
/*--- Slideshow Main Wrappers -----------------------------------------*/
#slideshow {
	width: 580px;
	padding: 20px 20px 0 20px;
	background-image: url('img/tabslideshow/slideshow-top-wrapper.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
}
#slideshow h3 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #7a7a7a;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
}
#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 ---------------------------------------*/
#slideshow .slides {
	overflow: hidden;
	height: 150px;
	padding: 20px 0;
}
#slideshow .slides ul {
	height: 160px;
}
#slideshow .slides li {
	width: 480px;
	float: left;
}
#slideshow .slides h2 {
	margin-top: 0;
}
/*--- Slideshow - Navigation Wrappers ----------------------------------*/
#slideshow .slides-nav {
	padding-top: 1px;
	background-image: url('img/tabslideshow/slideshow-bottom-wrapper.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
}
#slideshow .slides-nav li {
	float: left;
}
#slideshow .slides-nav li a {
	font-size: 14px;
	font-weight: bold;
	color: #797979;
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	outline: none;
}
#slideshow .slides-nav li a:hover {
	color: #1a4264;
	text-decoration: underline;
}
.js #slideshow .slides-nav li.on {
	background-color: #fff;
}
.js #slideshow .slides-nav li.on a {
	color: #7cafdb;
	position: relative;
	background-image: url('img/tabslideshow/slideshow-tab-active.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}
/*--- Slideshow - Content Wrappers -------------------------------------*/
.slidecontent {
	width: 580px;
}
.slidecontent .logo-wrapper-bottom {
	width: 145px;
	float: left;
	padding: 0 0 45px 0;
	background-image: url('img/tabslideshow/slideshow-logo-bottom.png');
	background-position: left bottom;
	background-repeat: no-repeat;
}
.slidecontent .logo-wrapper-top {
	padding: 10px 15px 0 10px;
	background-image: url('img/tabslideshow/slideshow-logo-top.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.slidecontent .text-wrapper {
	float: left;
	width: 420px;
	padding-left: 15px;
}
.slidecontent .text-wrapper p.quote {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
}

