/* ===========================================================================
 * @(#) 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: 12px;
	font-family: arial;
	padding: 4px 8px;
	width: auto;
	display: none;
}
.ic_thumbnail_tray{
 text-align: left !important;
}
.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: black;
  opacity: .1;
}
.ic_left_nav{
opacity: .8 !important;
}
.ic_right_nav{
opacity: .8 !important;
}
canvas {
  opacity: .5;
}
