#slides {
      display: none;
	  position:relative;
    }
	
	#slides .label{ 
		background-image: url('images/bg-gray.png');
		background-repeat: repeat;
		width: 100%;
		height: 150px;
		margin: 0;
		position: absolute;
		color: #fff;
		text-align: center;
		font-size: 37px;
		font-weight: bold;
		z-index: 1111111111111111111111111111111111111111111;
		float: left;
		
		bottom: 60px;
		padding-top: 13px;
		font-weight: normal;
	}
	
	#slides .label span{
		font-size:15px;
	}
	
	

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-repeat: no-repeat;
      display:block; 
      overflow: hidden;
      text-indent: -9999px;
      float: left;
	  z-index: 15;
	  
	  background-image: url(images/arrows.png);
		background-repeat: no-repeat;
		width: 60px;
		height: 60px;
    }

    a.slidesjs-next {
      background-position: -58px 0;
	  position:absolute;
	  right:0px;
	  top:50%;
    }

    a:hover.slidesjs-next {
     
	 opacity:0.7;
    }
	 a:hover.slidesjs-previous {
     
	 opacity:0.7;
    }

    a.slidesjs-previous {
      background-position: -2px 0;
	  position:absolute;
	  left:0px;
	  top:50%;
    }

   

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
	  display:none !important;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
	   display:none !important;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      list-style: none;
	position: absolute;
	bottom: 0px;
	z-index: 11;
	padding: 16px 24px;
	background: #9e373b;
	background: url(http://www.cortadoresdejamonasociados.es/plugins/slides/slides.css);
	background: -moz-linear-gradient(top, #9e373b 0%, #9c342b 2%, #942b27 4%, #91282c 6%, #912523 8%, #862220 29%, #7f201c 35%, #6c1915 61%, #651611 67%, #58110d 88%, #5a0e10 90%, #52130e 92%, #560b08 94%, #4e1409 96%, #540d0b 98%, #500e12 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e373b), color-stop(2%,#9c342b), color-stop(4%,#942b27), color-stop(6%,#91282c), color-stop(8%,#912523), color-stop(29%,#862220), color-stop(35%,#7f201c), color-stop(61%,#6c1915), color-stop(67%,#651611), color-stop(88%,#58110d), color-stop(90%,#5a0e10), color-stop(92%,#52130e), color-stop(94%,#560b08), color-stop(96%,#4e1409), color-stop(98%,#540d0b), color-stop(100%,#500e12));
	background: -webkit-linear-gradient(top, #9e373b 0%,#9c342b 2%,#942b27 4%,#91282c 6%,#912523 8%,#862220 29%,#7f201c 35%,#6c1915 61%,#651611 67%,#58110d 88%,#5a0e10 90%,#52130e 92%,#560b08 94%,#4e1409 96%,#540d0b 98%,#500e12 100%);
	background: -o-linear-gradient(top, #9e373b 0%,#9c342b 2%,#942b27 4%,#91282c 6%,#912523 8%,#862220 29%,#7f201c 35%,#6c1915 61%,#651611 67%,#58110d 88%,#5a0e10 90%,#52130e 92%,#560b08 94%,#4e1409 96%,#540d0b 98%,#500e12 100%);
	background: -ms-linear-gradient(top, #9e373b 0%,#9c342b 2%,#942b27 4%,#91282c 6%,#912523 8%,#862220 29%,#7f201c 35%,#6c1915 61%,#651611 67%,#58110d 88%,#5a0e10 90%,#52130e 92%,#560b08 94%,#4e1409 96%,#540d0b 98%,#500e12 100%);
	background: linear-gradient(to bottom, #9e373b 0%,#9c342b 2%,#942b27 4%,#91282c 6%,#912523 8%,#862220 29%,#7f201c 35%,#6c1915 61%,#651611 67%,#58110d 88%,#5a0e10 90%,#52130e 92%,#560b08 94%,#4e1409 96%,#540d0b 98%,#500e12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e373b', endColorstr='#500e12',GradientType=0 );
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	left: 50%;
	transform: translate(-50%, 0);
	  
	  
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 7px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 14px;
      height: 0;
      padding-top: 14px;
      background-image: url(images/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -16px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -32px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }




  #slides {
      display: none
    }

    .container {
      margin: 0 auto; 
    }
	
	 
    @media (max-width: 767px) {
      .container {
        width: auto
      }
    }

    
    @media (max-width: 480px) {
      .container {
        width: auto
      }
    }

    
    @media (min-width: 768px) and (max-width: 979px) {
      .container {
        width: 724px
      }
    }

    
    @media (min-width: 1200px) {
      .container {
        width: 1170px;
      }
    }