/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 518px;
    height: 240px; 
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


#news_carousel .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

#news_carousel .jcarousel-container-horizontal {
    width: 518px;
    padding: 20px 40px;
}

#news_carousel .jcarousel-container-vertical {
    width: 518px;
    height: 245px;
    padding: 40px 20px;
}

#news_carousel .jcarousel-clip-horizontal {
    width:  518px;
    height: 240px; 
}

#news_carousel .jcarousel-clip-vertical {
    width:  518px;
    height: 245px;
}

#news_carousel .jcarousel-item {
    width: 518px;
    height: 240px; 
}

#news_carousel .jcarousel-item-horizontal {
    margin-right: 10px;
}

#news_carousel .jcarousel-item-vertical {
    margin-bottom: 10px;
}

#news_carousel .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#news_carousel .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}

#news_carousel .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

#news_carousel .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

#news_carousel .jcarousel-next-disabled-horizontal,
#news_carousel .jcarousel-next-disabled-horizontal:hover,
#news_carousel .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#news_carousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}

#news_carousel .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

#news_carousel .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

#news_carousel .jcarousel-prev-disabled-horizontal,
#news_carousel .jcarousel-prev-disabled-horizontal:hover,
#news_carousel .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
#news_carousel .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

#news_carousel .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

#news_carousel .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

#news_carousel .jcarousel-next-disabled-vertical,
#news_carousel .jcarousel-next-disabled-vertical:hover,
#news_carousel .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

#news_carousel .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

#news_carousel .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

#news_carousel .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

#news_carousel .jcarousel-prev-disabled-vertical,
#news_carousel .jcarousel-prev-disabled-vertical:hover,
#news_carousel .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

ul.controls {
    position: absolute;
    top: 250px;
	right: 0px;
    list-style-type: none;
    z-index: 99 !important;
	/*width: 200px;
	height: 80px;*/
  }
  
  ul.controls li {
	  float: left;
  }
ul.controls li a {
    float: left;
    font-size: 10px;
    margin: 2px;
    padding: 0px 10px;
    background: #FFF;
    text-decoration: none;
    outline: none;
    color: #000;
    position: relative !important;
  }

ul.controls li a {
    border: 1px solid #e6e6e6;
    color: #666;
    position: relative !important;
  }

ul.controls li a.active {
    border: 2px solid #ccc;
    color: #000;
    position: relative !important;
  }
  
  
#news_carousel ul.news li p {
    position: relative;
    top: 0px;
    left: 0;
    margin: -245px 0px 0px 0px;
    width: 150px;
    height: 240px;
    padding: 10px;
    background-image: url(/images/frontend/bg_news_carousel.png);
    background-repeat: repeat;
    text-indent: 0px;
  }
  #news_carousel ul.news li p strong {
    display: block;
    padding: 0px 0px 10px;
    margin: 30px 0px 0px 0px;
    font-size: 20px;
    color: #8e308e;
  }

  #news_carousel ul.news li p a {
    color: #8e308e;
    line-height: 110%;
    position: relative !important;
   }
  #news_carousel ul.news li p span {
    padding: 2px 0px;
    color: #000;
  } 
