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

	body { padding: 0px; margin: 0px; }
	noscript div { background: #ffffff; border: 0px; margin: 0px; padding: 0px }

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

	.coda-slider-wrapper { padding: 0px; width: 800px; height: 480px; border: 0px; overflow: hidden; }
	.coda-slider { background: none; }
	
	/* 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: 0px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 630px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 630px; height: 420px; border-bottom: 1px #8b8b8b solid; }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0px }
	
	/* Arrow styling */
	.coda-nav-left a 		{ 	color: #0b0074; padding: 0px; width: 39px; height: 420px; line-height: 420px; border-bottom: 1px #8b8b8b solid; border-right: 1px #8b8b8b solid;
								background-image: url('../images/background_left.png'); background-repeat: no-repeat; }
	.coda-nav-left a:link		{ 	background-position: 0px 0px; }
	.coda-nav-left a:visited	{ 	background-position: 0px 0px; }
	.coda-nav-left a:focus		{ 	background-position: 0px -420px; }
	.coda-nav-left a:hover		{ 	background-position: 0px -420px; }
	.coda-nav-left a:active		{ 	background-position: 0px -420px; }
	.coda-nav-right a 		{ 	color: #0b0074; padding: 0px; width: 39px; height: 420px; line-height: 420px; border-bottom: 1px #8b8b8b solid; border-left: 1px #8b8b8b solid;
								background-image: url('../images/background_right.png'); background-repeat: no-repeat; }
	.coda-nav-right a:link		{ 	background-position: 0px 0px; }
	.coda-nav-right a:visited	{ 	background-position: 0px 0px; }
	.coda-nav-right a:focus		{ 	background-position: 0px -420px; }
	.coda-nav-right a:hover		{ 	background-position: 0px -420px; }
	.coda-nav-right a:active	{ 	background-position: 0px -420px; }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #0b0074; color: #ffffff; }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 0px; margin: 0px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

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

	/* Tabbed nav */
	.coda-nav ul { clear: both; margin: 0px 0px 0px 0px; width: 630px !important; height: 29px; background-image: url('../images/background_tabs.jpg'); background-position: 0px 0px; background-repeat: no-repeat; }
	.coda-nav ul li { display: inline; margin: 0px; padding: 0px; }
	.coda-nav ul li a { background: none; color: #0b0074; display: block; float: left; margin-right: 1px; padding: 3px; text-decoration: none;
						font-size: 10px; text-transform: uppercase; font-family: Verdana, Arial, Helvetica, Sans-Serif; }
	
	/* 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 { position: absolute; top: 0px; left: 0px; margin: 0px 0px 0px 0px; z-index: 100; }
	.coda-nav-right { position: absolute; top: 0px; left: 590px; margin: 0px 0px 0px 0px; z-index: 100; }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none; }
	
	.PSLcat 			{	height: 0px; overflow: hidden; }
	.PSLimg				{	height: 420px; overflow: hidden; }
	.PSLimg img			{	margin: -70px 0px 0px 0px; width: 630px; }
	.PSLinfo			{	height: 90px; overflow: hidden; margin: -90px 0px 0px 0px; position: relative;
							background-image: url('../images/overlay.png'); background-position: 0px 0px; background-repeat: no-repeat; z-index: 10; }
	.PSLinfo h3			{	font-size: 12px; font-weight: bold; line-height: 20px; text-transform: uppercase; padding: 0px 10px 0px 50px; background: none; color: #0b0074; }
	.PSLinfo h4			{	font-size: 10px; font-weight: normal; line-height: 17px; padding: 2px 10px 0px 50px; background: none; color: #0b0074; }
	.PSLtext			{	position: relative; margin: -50px 0px -50px 0px; height: 50px; width: 630px; overflow: hidden; z-index: 20; }
	.PSLtext p			{	font-size: 12px; padding: 5px 50px 0px 50px; line-height: 16px; }
	.PSLtext p a		{	color: #0b0074; font-weight: bold; }
	.PSLtext p a:link		{	text-decoration: none; }
	.PSLtext p a:visited	{	text-decoration: none; }
	.PSLtext p a:focus		{	text-decoration: underline; }
	.PSLtext p a:hover		{	text-decoration: underline; }
	.PSLtext p a:active		{	text-decoration: underline; }
	
	
@media all{
* html body .PSLinfo			{ 	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/overlay.png', sizingMethod='image'); background: none; }


}

