 #c-carousel {
		height: 100%;
		padding: 0;
		margin: 0;
	}

	
	#c-carousel * {
		
		font-size: 14px;
		color: #333;
		line-height: 22px;
	}

	#wrapper {					
		width: 100%;
	
		
	}
	#carousel-wrapper {
		padding-bottom: 10px;
		position: relative;
	}
	#carousel, #thumbs {
		overflow: hidden;
	}
	
	#carousel span, #carousel img,
	#thumbs a, #thumbs img  {
		display: block;
		float: left;
	}
	#carousel span,
	#thumbs span, #thumbs a {
		position: relative;
	}
	
	#carousel a{}
	
	#thumbs img {
		border: none;
		width: 150px;
			height: auto;
		position: absolute;
		top: 0;
		left: 0;
	}
	
		#carousel img{
				border: none;
				width: 100%;
				position: absolute;
				top: 0;
				left: 0;
			
		}
	#carousel img.glare,
	#thumbs img.glare {
		width: 102%;
		height: auto;
	}

	#carousel span {
		width: 554px;
		height: 313px;
	}

	#thumbs-wrapper {
		padding: 5px 40px 20px 40px;
		position: relative;
	}
	#thumbs a {

		width: 150px;
		height: 100px;
		margin: 0 5px;
		overflow: hidden;

	}
	#thumbs a:hover, #thumbs a.selected {
		border-color: #566;
	}

	#wrapper img#shadow {
		width: 100%;
		position: absolute;
		bottom: 0;
	}

	#prev, #next {
		background: url("/Servicios/cmsdipro/configuracion.nsf/plantillasref/filming_filming_img/$file/arrow1.png") no-repeat 0 0;
		background-position: 0 0;
		display: block;
		width: 32px;
		height: 62px;
		margin-top: -90px;
		position: absolute;
	
	}
	#prev {
		background-position: 0 0px;
		left:0px;
		
	}
	#next {
	
		background-position: -33px 0px;
		right: 5px;
	}			
	#prev:hover { 
		background-position: 0 -61px;				
	}
	#next:hover {
		background-position: -33px -61px;				
	}
	#prev.disabled, #next.disabled {
		display: none !important;
	}
