body {
	-webkit-font-smoothing: subpixel-antialiased;
}

#frame {
	position: absolute;
	z-index: 0;
	width: 739px;
	height: 341px;
	top: -3px;
	left: -80px;
}

#example {
	width: 600px;
	height: 350px;
	position: relative;
}

#slidesHomeContainer { /* Color alternativo para versiones que no soporten degradados */
	background-color: #FFFFFF;
	/*background: url("../img/fondoslayer.png") 0 0 no-repeat transparent;*/
	background: url("../img/fondoslayer_promo.png") 0 0 no-repeat transparent;
	/*Normales*/
	/*height: 554px;*/
	height: 700px;
	margin-bottom: 20px;
	padding: 7px 11px;
	position: relative;
	width: 950px;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
}

#slides #frame {
	position: absolute;
	z-index: 0;
	width: 739px;
	height: 341px;
	top: -3px;
	left: -80px;
}

#slides #example {
	width: 600px;
	height: 350px;
	position: relative;
}

/*
	Slideshow style
*/
#slides {
	height: 100%;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/
#slides  .slides_container {
	/*height: 580px;*/
	height: 700px;
	width: 950px;
	overflow: hidden;
	position: relative;
	display: flex;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/
#slides .slide {
	padding: 7px;
	width: 950px;
	height: 700px;
	display: block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	display: block;
	height: 43px;
	left: -10px;
	position: absolute;
	top: 260px;
	width: 24px;
	z-index: 101;
	opacity: 0.4;
	filter: alpha(opacity =     40); /* For IE8 and earlier */
}

#slides .next {
	left: 956px;
}

/*
	Pagination
*/
#slides  .pagination {
	margin: 26px auto 0;
	width: 100px;
}

#slides  .pagination li {
	margin: 0 1px;
	list-style: none;
	float: left;
}

#slides  .pagination li a {
	display: block;
	width: 12px;
	height: 12px;
	background-image: url(../img/pagination.png);
	background-position: 0 0;
	overflow: hidden;
}

#slides  .pagination li.current a {
	background-position: 0 -12px;
}

/*
	Footer
*/
#slides #footer {
	text-align: center;
	width: 580px;
	margin-top: 9px;
	padding: 4.5px 0 18px;
	border-top: 1px solid #dfdfdf;
}

#slides #footer p {
	margin: 4.5px 0;
	font-size: 1.0em;
}

/*
	Type and anchors
*/
#slides a:link,#slides a:visited {
	color: #599100;
	text-decoration: none;
}

#slides a:hover,#slides a:active {
	color: #599100;
	text-decoration: underline;
}

#slides .link {
	display: block;
	margin-top: 10px;
	font-weight: 800;
}

#slides .item {
	display: inline-block !important;
	display: -moz-inline-stack; /* FF2*/
	vertical-align: top; /* BASELINE CORRECCIÓN*/
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	/*background: url("../../../img/garantiaFichaTrans.png") no-repeat scroll right 465px transparent;*/
	background: url("../../../img/garantiaFichaTrans.png") no-repeat scroll right 480px transparent;
	margin-left: -4px;
	height: 100%;
}
#slides .itemCampana {
	background: url("../../../img/garantiaFichaTrans.png") no-repeat scroll right 570px transparent;
}

#slides .itemVerano {
	background: no-repeat scroll right 470px transparent;
}