html .tab_content, body .tab_content {
	height: 100%;
	padding: 0;
	margin: 0;
}
body .tab_content, #tabs_content_container_serieS, #tabs_content_container_serieE, #contenido_touch {
	height: 454px!important;
}
.tabs_content_container {
}
html .tab_content > body .tab_content  {
	min-height: 600px;
}
body .tab_content * {
	font-family: Arial, Geneva, SunSans-Regular, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 22px;
}


#wrapper {
/*	position: absolute;
	width: 25%;
	left: 25%;
	top: 50px;*/
}
#carousel-wrapper {
	padding-bottom: 10px;
	/*position: relative;*/
}
#carousel, #thumbs {
	overflow: hidden;
}
#thumbs {
}

#carousel-wrapper .caroufredsel_wrapper {
	width: 340px!important;
}
.caroufredsel_wrapper {
	width: 270px!important;
}
#thumbs-wrapper .caroufredsel_wrapper {
	margin: 0 32px!important;
}
#carousel {
	width: 22072px!important;
}


#carousel span, #carousel img,
#thumbs a, #thumbs img  {
	display: block;
	float: left;
}
#carousel span, #carousel a,
#thumbs span, #thumbs a {
	position: relative;
}
#carousel img,
#thumbs img {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
#carousel img {
	width: 339px;
	height: 225px;
}
#thumbs img {
	width: 90px;
	height: 66px;
}




#carousel img.glare,
#thumbs img.glare {
	width: 90px;
	height: 66px;
}


#carousel span {
	/*width: 338px!important;*/
	height: 225px!important;
}

#thumbs-wrapper {
	padding: 20px 2px;
	position: relative;
	width: 336px!important;
}
#thumbs a {
	/*border: 1px solid #899;*/
	width: 90px!important;
	height: 66px!important;
	margin: 0 0px;
	overflow: hidden;

	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-ms-transition: border-color .5s;
	transition: border-color .5s;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #566;
}

#wrapper img#shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#next a {
	background-position: -19px 40px;
}
#prev, #next {
	 background: url("../images/carousel/gui/carousel_nav.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 68px;
    margin-top: -34px;
    position: absolute;
    top: 50%;
    width: 29px;
}
#prev {
	background-position: 112px0 0;
	left: 0px;
}
#next {
	background-position: -36px 0;
	right: -2px;
}			
#prev:hover { 
	background-position: 112px0 0;	
}
#next:hover {
	background-position: -36px 0;				
}
#prev.disabled, #next.disabled {
	display: none !important;
}
