/*
	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: 10px 40px 0px 40px; }
	.coda-slider { background: #eaeaeb; }

	/* 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: 586px; min-height: 300px; height: 550px;
	}

	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 586px; min-height: 300px;}
	.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 */
	.coda-nav ul li a.current { background: #39c; }

	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 10px; }

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

	/* Nav Arrows */
	.coda-nav-left a {
		position: absolute;
		top: 200px;
		left: 35px;
		z-index: 1;
		display: block;
		width: 4px;
		height: 42px;
		text-indent: -99999px;
		cursor: pointer;
		background: url("../img/products-left-arrow.png") 0 0 no-repeat;

	}
	.coda-nav-right a {
		background: url("../img/products-right-arrow.png") 0 0 no-repeat;
		display: block;
		width: 4px;
		height: 42px;
		text-indent: -99999px;
		cursor: pointer;
		position: absolute;
		top: 200px;
		left: 630px;
		z-index: 1;
	}

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

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }

	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto; position: relative; float: right;}
	.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; }

	/* JERSEY SHORE*/
	.showcase {
		width: 565px;
		padding: 15px;
		}
	.showcase-content {
		width: 565px;
		min-height: 300px;
		padding-bottom: 15px;
		}
	.showcase-info {
		padding-top: 35px;
		width: 320px;
		margin-right: 15px;
		float: right;
		}
	.showcase img.feat {
			max-width: 195px;
			max-height: 285px;
			float: left;
			}
	.showcase-info h4 {
			font-family: Rockwell;
			font-size: 36px;
			font-weight: normal;
			padding-bottom: 20px;
			}
		.showcase-info p,
		.showcase-info table {
			font-family: Trebuchet MS;
			font-size: 13px;
			color: #58595B;
			}

			h4.naranja {
				color: #EC8534;
			}
			h4.azul {
				color: #00A9E3;
			}
			h4.magenta {
				color: #E8258A;
			}
			h4.aqua {
				color: #009085;
			}
			h4.rojo {
				color: #E9242B;
			}
			h4.verde {
				color: #187541;
			}
			h4.cafe {
				color: #885F3D;
			}
			h4.rosa {
				color: #F07DB0;
			}
			h4.vainilla {
				color: #FDC25E;
			}

			.showcase-info p {
			padding-bottom: 15px;
			border-bottom: 1px solid white;
			}
		.showcase-info span {
			font-weight: bold;
			}
		.showcase-info table {
			margin-top: 15px;
			}
			.showcase-info table td {
				padding-right: 10px;
				}
	.showcase-presentaciones {
		width: 98%;
		clear: both;
		}
		.showcase-presentaciones h5{
			font-family: Trebuchet MS;
			font-style: italic;
			font-weight: bold;
			font-size: 16px;
			padding-bottom: 10px;
			border-bottom: 1px solid white;
			color: #58595B;
			}
			.showcase-presentaciones ul {
				padding-top: 15px;
				text-align: left;
				}
				.showcase-presentaciones ul li {
					display: inline-block;
					padding-right: 25px;
					}
				.showcase-presentaciones ul li div {
					text-align: center;
					}
					.showcase-presentaciones ul li div p{
						color: #58595B;
						font-size: 12px;
						padding-top: 10px;
						}
						.showcase-presentaciones ul li div p span{
							color: #F2F2F2;
							}


