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

	

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

	.codacenter {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -10px;	
}
	.coda-slider-wrapper {
	
	padding-top: -20px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	
}

	.coda-slider { background: #ebebeb; border: 1px solid #d3d3d3; }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 125px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 958px; } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 910px; }
	.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: 50px }
	
	/* Tab nav */
	
	
	.coda-nav { /* This is the div to hold your nav (the UL generated at run time) */
				width: 958px !important;
				
	

			}
			
				.coda-nav ul {
	float: right;
	padding-top: -50px;
	padding-right: 0px;
	padding-bottom: -10px;
	padding-left: 0px;
	position: relative;
	right: -1px;
	bottom: -1px;
	top: -125px;
	left: -1px;
				}
				
				.coda-nav ul li {
					float: left;
					margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
				}
	
	.coda-nav a { /* The nav links */
					float: left;
					overflow: hidden;
					text-indent: -999px;
					width: 14px;
					height: 14px;
					background: url(../images/slide_nav_top.gif) no-repeat top;
					
					
				}
				
				.coda-nav li a:hover {
				}
				
				.coda-nav li a.current {
					background: url(../images/slide_nav_top.gif) no-repeat bottom;
				}

	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

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

	
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .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 }
	
	
	/* Background list */
	
	.coda-checkout {background-image:url(../../_media/images/_sm_coda/checkout.jpg); height: 85px; }
	.coda-seo {background-image:url(../../_media/images/_sm_coda/seo.jpg); height: 85px; }
	.coda-rotator {background-image:url(../../_media/images/_sm_coda/rotator.jpg); height: 85px; }
	.coda-wordpress {background-image:url(../../_media/images/_sm_coda/wordpress.jpg); height: 85px; }
	.coda-social {background-image:url(../../_media/images/_sm_coda/social.jpg); height: 85px; }
	.coda-blog {background-image:url(../../_media/images/_sm_coda/blog.jpg); height: 85px; }
	.coda-datafeed {background-image:url(../../_media/images/_sm_coda/datafeed.jpg); height: 85px; }
	.coda-analytics {background-image:url(../../_media/images/_sm_coda/analytics.jpg); height: 85px; }
	.coda-portfolio {background-image:url(../../_media/images/_sm_coda/portfolio.jpg); height: 85px; }
	.coda-focus {background-image:url(../../_media/images/_sm_coda/focus.jpg); height: 85px; }
	.coda-related {background-image:url(../../_media/images/_sm_coda/related.jpg); height: 85px; }
	.coda-save {background-image:url(../../_media/images/_sm_coda/save.jpg); height: 85px; }
	.coda-floatingcart {background-image:url(../../_media/images/_sm_coda/floatingcart.jpg); height: 85px; }
	.coda-partners {background-image:url(../../_media/images/_sm_coda/partners.jpg); height: 85px; }


	
	
	.panel .panel-wrapper{
	padding-left: 300px;
}

	
	

	.panel .panel-wrapper {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.panel-wrapper .title {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 7px;
}

.panel-wrapper .title a {
	color: #FFF;
	text-decoration: none;
}

.panel-wrapper .title a:hover {
	color: #FC0;
	text-decoration: none;
}

.codamore {
	position: relative;
	height: 25px;
	width: 220px;
	float: right;
	right: -20px;
	bottom: 0px;
	font-size: 16px;
	background-color: #3C445B;
	text-align: center;
	clear: both;
}

