/*
	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: 0;
		border: 1px solid #c0c0c0;
		width: 600px;
		float: left;
		margin-bottom: 20px;
	}

	.coda-slider
	{
		background: #fff;
	}
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider
	{
		height: 200px;
		overflow: auto !important;
		padding-right: 20px;
	}
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel
	{
		width: 598px;
	}
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel
	{
		width: 598px;
	}

	.coda-slider-wrapper.arrows .coda-slider
	{
		margin: 0 10px;
	}

	.coda-slider-wrapper.arrows
	{
		position: relative;
	}
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a
	{
		background: url(/Files/System/Images/ArrowLeft.gif) no-repeat 0 0;
		width: 38px;
		height: 48px;
	}
	
	.coda-nav-right a
	{
		background: url(/Files/System/Images/ArrowRight.gif) no-repeat 0 0;
	}

	.coda-nav-left a:hover
	{
		background: url(/Files/System/Images/ArrowLeft.gif) no-repeat 0 100%;
	}
	
	.coda-nav-right a:hover
	{
		background: url(/Files/System/Images/ArrowRight.gif) no-repeat 0 100%;
	}
	
	/* Tab nav */
	.coda-nav ul
	{
		display: none;
		width: 0;
		height: 0;
	}
	
	/* Panel padding */
	.coda-slider .panel-wrapper
	{
		text-align: center;
	}
	
	/* Preloader */
	.coda-slider p.loading
	{
		padding: 20px;
		text-align: center;
	}
	
	/* Miscellaneous */
	.coda-slider-wrapper
	{
		overflow: hidden;
	}

	.coda-slider
	{
		float: left;
		overflow: hidden;
		z-index: 0;
	}

	.coda-slider .panel
	{
		display: block;
		float: left;
	}

	.coda-slider .panel-container
	{
		position: relative;
	}

	.coda-nav-left
	{
		position: absolute;
		z-index: 100;
		left: 3px;
		top: 45%;
	}

	.coda-nav-right
	{
		position: absolute;
		z-index: 100;
		right: 3px;
		top: 45%;
	}

	.coda-nav-left a, .coda-nav-right a
	{
		display: block;
		text-align: center;
		text-decoration: none;
	}

	#ImageSlider
	{
		margin: 0;
		padding: 20px 0;
		min-height: 346px;
	}
