/*
	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.
*/

/* Insignificant stuff, for demo purposes */


#services-wrapper {
	background-image: url(../../../images/design/background-services-box.jpg);
	width: 329px;
	height: 410px;
	padding-left: 10px;
	padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #303030;
	text-align: justify;
}
#services-wrapper h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 16px;
	color: #294E95;
	padding-top: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
#services-wrapper h2 {
	font-size: 12px;
	color: #999;
	margin: 0px;
	display: none;
}
#services-wrapper h3 {
	font-size: 14px;
	color: #333;
	letter-spacing: -1px;
	margin: 0px;
}
#services-wrapper h4 {
	font-size: 12px;
	color: #999;
	margin: 0px;
}
#services-wrapper p {
	margin-top: 0px;
	margin-bottom: 10px;
}
#services-wrapper img {
	padding-bottom: 2px;
	margin: 0px;
}

/* Most common stuff you'll need to change */

#services-wrapper .coda-slider-wrapper { padding: 0px; width: 329 }
#services-wrapper .coda-slider { padding: 0px;
	}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
#services-wrapper .coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
#services-wrapper .coda-slider, .coda-slider .panel { width: 329px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 329px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
#services-wrapper .coda-nav ul li a.current {
	border: 1px solid #294E95;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #294E95;
}
	
	/* Panel padding */
#services-wrapper .coda-slider .panel-wrapper { padding: 10px }
	
	/* Preloader */
#services-wrapper .coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
#services-wrapper .coda-nav ul {
	clear: both;
	display: block;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 329px;
}
#services-wrapper .coda-nav ul li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#services-wrapper .coda-nav ul li a {
	border: 1px solid #294E95;
	color: #294E95;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 12px;
	background-color: #fff;
}
#services-wrapper .coda-nav ul li a:hover {
	background-color: #ccc;
}
	
	/* Miscellaneous */
#services-wrapper .coda-slider-wrapper { clear: both; overflow: auto }
#services-wrapper .coda-slider { float: left; overflow: hidden; position: relative }
#services-wrapper .coda-slider .panel { display: block; float: left }
#services-wrapper .coda-slider .panel-container { position: relative }
#services-wrapper .coda-nav-left, .coda-nav-right { float: left }
#services-wrapper .coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	
