/* ===========================================================================
 * @(#) carousel.css
 * ---------------------------------------------------------------------------
 * Autor    : Juan Zuriaga <jzuriaga at upv.es>
 * Fecha    : 12/06/2012 9:18:41
 * ---------------------------------------------------------------------------
 * Complementa las clases del infinite carousel.
 * ===========================================================================
 */

div.ic_myCarousel {
	/* margin: 0 auto 0 auto; */
/*	-moz-box-shadow: 0px 0px 10px #333;
	-webkit-box-shadow:  0px 0px 10px #333;
	box-shadow:  0px 0px 10px #333; */
	clear:right;
	background: #000000;
}

.ic_myCarousel .ic_thumbnails {
	/*box-shadow: 0px 1px 4px #666;*/
	position: relative;
	overflow: auto;
	/*border-radius: 10px;*/
	padding: 2px 6px;
	height: 14px;
	margin: 0 auto;
	display: inline-block;
	/*background: rgb(238,238,238);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(187,187,187,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(187,187,187,1)));
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(187,187,187,1) 100%);
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(187,187,187,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(187,187,187,1) 100%);
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(187,187,187,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 ); */
}

.ic_myCarousel .ic_button {
	background: #f7f7f7;
	width: 10px;
	height: 10px;
	position: relative;
	float: left;
	margin-right: 6px;
	border-radius: 10px;
	margin-top: 1px;
	border: 1px solid #eee;
}

/* keep this after the ic_button code for proper border coloring */		
.ic_myCarousel2 .ic_active, .ic_myCarousel .ic_active, .ic_vidCarousel .ic_active  {
	background: none transparent;
	border: 1px solid #000;
}


/*.ic_caption {
	opacity: .6;
	background: #fff;
	font-size: 30px;
	font-family: arial;
	padding: 4px 8px;
	width: auto;
	height: 34px;
	top: 170px;
	left: 35px;i
	
	position: relative;
}*/

.ic_caption{
	background-color:rgba(0,0,0,0.6);
	text-align:left;
	width:934px;
	padding:8px 0 12px 25px;
	color:#FFF;
	font-size:32px;
	font-family:Helvetica,Tahoma,Arial,sans-serif;
	font-weight:400;
	line-height:1.4;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	opacity:1}

.carruselSubtitulo{
	color:#fff;
	font-size:17px;
	display:block;
	letter-spacing:0;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden}

.ic_thumbnail_tray{
 text-align: left !important;
 top:0;
 height:30px;
 width:250px
}

.ic_myCarousel .ic_thumbnails {
  height: 16px;
  margin-left: 10px;
  overflow: hidden;
}

.ic_myCarousel .ic_button {
  background: none repeat scroll 0 0 #dddddd !important;
  border-radius: 15px 15px 15px 15px;
  opacity: .8;
  float: left;
  height: 15px;
  margin-right: 8px;
  margin-top: 1px;
  position: relative;
  width: 15px;
}

.ic_myCarousel .ic_active {
  background: none repeat scroll 0 0 #000 !important;
  border-color: white;
  opacity: .1;
}

.ic_left_nav{
opacity: .8 !important;
z-index:1
}

.ic_right_nav{
opacity: .8 !important;
z-index:1
}

canvas {
  opacity: .5;
}

