/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/



/* Most common stuff you'll need to change */

	.coda-slider-wrapper {
	padding: 0px 0;
}
.coda-slider2 {

}
/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider2 {
	height: 82;
	overflow: auto !important;
	padding-right: 0px;
}
/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider2, .coda-slider2 .panel {
	width: 643px;
}
/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider2, .coda-slider-wrapper.arrows .coda-slider2 .panel {
	width: 643px;
}
.coda-slider-wrapper.arrows .coda-slider2 {
	margin: 0 0px;
}
/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a {
	background: #000;
	color: #fff;
	padding: 5px;
	width: 100px;
}
/* Tab nav */
	.coda-nav ul li a.current {
	background: #39c;
}
/* Panel padding */
	.coda-slider2 .panel-wrapper {
	padding: 0px;
	position: relative;
}
/* Preloader */
	.coda-slider2 p.loading {
	padding: 0px;
	text-align: center;
}
/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul {
	clear: both;
	display: block;
	margin: auto;
	overflow: hidden;
}
.coda-nav ul li {
	display: inline
}
.coda-nav ul li a {
	background: #000;
	color: #fff;
	display: block;
	float: left;
	margin-right: 0px;
	padding: 0px 0px;
	text-decoration: none;
}
/* Miscellaneous */
	.coda-slider2-wrapper {
	clear: both;
	overflow: auto;
	position: relative;
}
.coda-slider2 {
	overflow: hidden;
	height: 82px;
	position: relative;
	float: left;
}
.coda-slider2 .panel {
	display: block;
	float: left;
	height: 82px;
}
.coda-slider2 .panel-container {
	position: relative;
}
.coda-nav-left, .coda-nav-right {
	float: left;
}
.coda-nav-left a, .coda-nav-right a {
	display: block;
	text-align: center;
	text-decoration: none;
}
#center_img {
	float: left;
	height: 82px;
	width: 667px;
	margin-bottom: 25px;
}
#bt_left_videos {
	margin-top:1px;
	float: left;
	height: 80px;
	width: 12px;
	background-image: url(../img/bt_left_video.jpg);
	background-position:left;
}
#bt_left_videos:hover {
	background-position:24px;
}
#bt_left_videos:active {
	background-position:right;
}
#bt_right_videos {
	margin-top:1px;
	float: right;
	height: 80px;
	width: 12px;
	background-image: url(../img/bt_right_video.jpg);
	background-position:left;
}
#bt_right_videos:hover {
	background-position:24px;
}
#bt_right_videos:active {
	background-position:right;
}
#thumb_vid01 {
	float: left;
	height: 80px;
	width: 96px;
	padding-left:5px;
	padding-right:6px;
}
.thumb_v {
	border: 1px solid #3f8649;
}
.thumb_v:hover {
	border: 1px solid #00CC00;
}
