/*
	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.
*/

/* SectionIntro added to original jQuery Coda-Slider */

#sectionIntro {
	font-family: 'PT Serif', serif;
	height: 50px;
}
#sectionTitle {
	font-size: 32px;
	color: #57b3e4;
	margin-left: 85px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-left-color: #57B3E4;
	width: 200px;
	vertical-align: baseline;
	display: block;
	height: 49px;
}
#sectionSubhead {
	font-size: 19px;
	display: block;
	float: right;
	width: 530px;
	padding-right: 70px;
}

#toothAbout, #toothInfo {
	float: left;
	margin-top: 160px;
	margin-bottom: 20px;
}
#toothServices {
	position: absolute;
	top: 290px;
	right: 0px;
}
	.coda-slider-wrapper {
	min-height: 500px;
	height: 100%;
	margin-top: 30px;
	display: block;
	float: left;
	width: 960px;
}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider {
	height: 500px;
	overflow: auto !important;
	padding-right: 20px;
}
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed side-nav on left */
	
	.coda-nav ul {
	list-style-type: none;
	position: absolute;
	left: 85px;
	top: 190px;
}
	.coda-nav ul li {
}
	.coda-nav ul li a {
	font-size: 17px;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #57B3E4;
	display: block;
	width: 200px;
}	
	.coda-nav ul li a.current {
	color: #57B3e4;
}
	.coda-nav ul li a:hover {
	color: #FFF;
	background-color: #57B3E4;
}	

	/* slider panel on right */
	
	.coda-slider {
	float: right;
	overflow: hidden;
}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel {
	width: 600px;
	margin-bottom: 100px;
} 
	.coda-slider .panel-wrapper {
	padding-right: 80px;
	padding-bottom: 80px;
}
	.coda-slider .panel {
	display: block;
	float: left;
}
	.coda-slider .panel-container { 
	position: relative;
}
	
	.coda-slider .panel-wrapper .title {
	font-family: 'PT Serif', serif;
	background-color: #57B3E4;
	width:510px;
	display: block;
	float: left;
	padding: 5px;
	color: #FFF;
	margin-bottom: 20px;
	margin-top: 20px;
}	
	.coda-slider .panel-wrapper .panelText {
	font-size: 16px;
	margin-bottom: 10px;
}	
	.coda-slider .panel-wrapper .panelListing {
	display: block;
	float: left;
	width: 450px;
	margin-left: 50px;
}	
	.coda-slider .panel-wrapper .panelListing ul {
	font-size: 16px;
	list-style-type: disc;
	display: block;
	width: auto;
	float: left;
	margin-bottom: 20px;
	margin-right: 40px;
	padding-right: 0px;
}	
	.coda-slider .panel-wrapper .panelListing ul li {
	padding-right: 20px;
}