/* Required */
.container1 {
	width: 71em;
	height: 36em;
	position:relative;
	margin:0;
	z-index:50;
}
.slides {
	position:absolute;
	width: 71em;
	height: 36em;
}
.slides div {
	position:absolute;
	width: 70em;
	height: 36em;
}
/* Optional */
#loopedCarousel {
	margin:0 auto;
	padding:0;
	width: 71em;
	height: 36em;
	position:relative;
	overflow:hidden;
}
ul.pagination {
	list-style:none;
	padding:0;
	position:absolute;
	left:20px;
	bottom:-2px;
}
ul.pagination li  {
	float:left;
	margin-right:3px;
}
ul.pagination li a {
	background:url(../imagenes/vineta.png) 0px 0px no-repeat transparent;
	width:13px;
	height:13px;
	font-size:0;
	line-height:0;
	display:block;
	overflow:hidden;
}
ul.pagination li.active a, ul.pagination li a:hover {
	background:url(../imagenes/vineta-act.png) 0px 0px no-repeat transparent;
	width:13px;
	height:13px;
	font-size:0;
	line-height:0;
	display:block;
	overflow:hidden;
}
.previous2{
	background:url(../imagenes/flecha-izq-negra.png) left top no-repeat transparent;
	width:65px;
	height:108px;
	display:block;
	overflow:hidden;
	float:left;
	position:absolute;
	left:30px;
	top:182px;
	z-index:1000;
}
.previous2:hover{
	background:url(../imagenes/flecha-izq-roja.png) left top no-repeat transparent;
	width:65px;
	height:108px;
	display:block;
	overflow:hidden;
	float:left;
}
.next2{
	background:url(../imagenes/flecha-der-negra.png) left top no-repeat transparent;
	width:65px;
	height:108px;
	display:block;
	overflow:hidden;
	position:absolute;
	right:30px;
	top:182px;
	z-index:1000
}
.next2:hover{
	background:url(../imagenes/flecha-der-roja.png) left top no-repeat transparent;
	width:65px;
	height:108px;
	display:block;
	overflow:hidden;
}
.carousel{
	border:1px solid #e4e4e4;
	width:738px!important;
	height:323px!important;
	padding:19px 0 0 0;
	margin-bottom:10px;
	margin-left:-1px;
	position:relative;
}
.infoContentHeading{
	 font-size:26px;
	 line-height:30px;
	 color:#000;
	 position:relative;
	 margin:3px 0 15px 10px;
}
.infoContentHeading .prev{
	background:url('../imagenes/prev2.png') left top no-repeat transparent;
	width:16px;
	height:16px;
	display:block;
	overflow:hidden;
	border:none;
	position:absolute;
	top:10px;
	right:51px;
}
.infoContentHeading .next{
	background:url('../imagenes/next2.png') left top no-repeat transparent;
	width:16px;
	height:16px;
	display:block;
	overflow:hidden;
	border:none;
	position:absolute;
	top:10px;
	right:30px;
}
.infoContentHeading .prev:hover{
	background:url('../imagenes/prev2-act.png') left top no-repeat transparent;
	width:16px;
	height:16px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
.infoContentHeading .next:hover{
	background:url('../imagenes/next2-act.png') left top no-repeat transparent;
	width:16px;
	height:16px;
	display:block;
	overflow:hidden;
	border:none;
	cursor:pointer;
}
.infoContentHeading button::-moz-focus-inner, 
.infoContentHeading  input[type="reset"]::-moz-focus-inner,
.infoContentHeading input[type="button"]::-moz-focus-inner,
.infoContentHeading input[type="submit"]::-moz-focus-inner,
.infoContentHeading select::-moz-focus-inner,
.infoContentHeading input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}
.infoContentHeading .carousel-box2 a, :focus {
	outline: none;
}
.li_carusel{
	border-right:1px solid #e5e5e5;
	margin-left:-1px;
	position:relative;
}
.carousel .productSpecialPrice{
	font-weight:bold;
	font-size:18px!important;
	color:#ffaa13;
	overflow:hidden;
	line-height:28px!important;
	margin-bottom:5px;
	margin-top:-5px;
}
.extra_price{
	background:url('../imagenes/price.png') left top no-repeat transparent;
	width:44px;
	height:44px;
	position:absolute;
	right:19px;
	top:0px;
	z-index:9999;
}

@media screen and (min-width:320px) and (max-width:479px) {

	.container1 {
		width:100%;
	}

	#loopedCarousel{
		width:100%;
	}

}

@media screen and (min-width:801px) and (max-width:1024px) {

	.container1 {
		width:65em;
		left:-3.8em;
	}

	#loopedCarousel{
		left:-3.3em;
	}

}

