
/* SLIDER */

#slider {
  width: 540px;
  margin: 0 auto;
  position: relative;
}

/*
.prod-slider-menu {
}
*/

ul.prod-slider-menu {
	height: 20px;
	margin: 0 auto;
	padding-left: 50px;
}

ul.prod-slider-menu li {
	float: left;
}

ul.prod-slider-menu li a {
	display: block;
	height: 20px;
}

ul.prod-slider-menu li a span {
	display: none;
}

ul.prod-slider-menu li a:hover, ul.prod-slider-menu .selected {
	background-position: bottom;
}

ul.prod-slider-menu li a.active {
	background-position: bottom;
}

ul.prod-slider-menu li#li-sinopsis a { width: 55px; background-image: url(../images/prod-menu-sinopsis.png); }
ul.prod-slider-menu li#li-trailer a { width: 43px; background-image: url(../images/prod-menu-trailer.png); }
ul.prod-slider-menu li#li-ficha a { width: 79px; background-image: url(../images/prod-menu-ficha.png); }
ul.prod-slider-menu li#li-elenco a { width: 41px; background-image: url(../images/prod-menu-elenco.png); }
ul.prod-slider-menu li#li-festivales a { width: 61px; background-image: url(../images/prod-menu-festivales.png); }
ul.prod-slider-menu li#li-premios a { width: 50px; background-image: url(../images/prod-menu-premios.png); }

.scroll {
/*	background: url(../images/prod-slider-cont-bgr.png) no-repeat;*/
	height: 300px; /*250 */
	width: 540px;
/*	padding: 12px 0;*/
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
}

.prod-slider-top-bgr {
	height: 12px;
/*	background: url(../images/prod-slider-top-bgr.png) no-repeat;*/
}

.prod-slider-bottom-bgr {
/*	height: 33px;*/
/*	background: url(../images/prod-slider-bottom-bgr.png) no-repeat;*/
}

.scrollContainer {
	width: 530px;
	height: 300px;
	background: url(../images/scroll-container-bgr.png) repeat-x #FFF;
}

.scrollContainer div.panel {
	padding: 10px;
	height: 280px; /*280px - padding;  */
	width: 520px; /*540px - padding;  */
}

.panel span.dato {
	color: #000;
}

.panel span.tit {
	color: #B50000;
	font-size: 1em;
	font-weight: bold;
}

table.panel-content {
/*	margin: 20px 30px 20px 20px;*/
	font-size: 11px;
/*	height: 280px;*/
}


/* SINOPSIS */

table#info-sinopsis {
	height: 280px;
}

table#info-sinopsis td {
	padding: 10px;
	vertical-align: top;
}

table#info-sinopsis td.td-sinpsis {
	background:url(../images/prod-panel-item.png) no-repeat;
	padding: 8px 20px 0 20px;
}

table#info-sinopsis td.td-sinpsis p {
	font-size: 1em;
	line-height: 1.4em;
}

/* SINOPSIS */

#trailer table {
	background: #222;
	width: 100%;
	height: 100%;
}

#trailer table td {
	vertical-align: middle;
	text-align: center;
}


/* FICHA TÉCNICA */

table#info-ficha, table#info-premios {
	float: left;
	width: 240px; /* 166 para meter 3 tablas */
	margin: 0 10px;
}

table#info-ficha td, table#info-festivales td, table#info-premios td {
	padding: 2px 10px 2px 0;
	border-bottom: 1px dotted #C1BCAE;
}


/* ELENCO */

table#info-elenco {
	height: 280px;
}

table#info-elenco td {
	padding: 10px;
	vertical-align: top;
}

table#info-elenco table {
	width: 250px;
}

table#info-elenco table td {
	padding: 0;
	padding: 2px 10px 2px 0;
	border-bottom: 1px dotted #C1BCAE;
}


/* FESTIVALES */

table#info-festivales {
	float: left;
	width: 240px;
	margin: 10px;
}


/* PREMIOS */


