/*
 * Ext Core Library Examples 3.0 Beta
 * http://extjs.com/
 * Copyright(c) 2006-2009, Ext JS, LLC.
 *
 * The MIT License
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 */
.ux-carousel-container {
    overflow: hidden;
    position: relative;
}

.ux-carousel-slides-wrap {
    position: absolute;
    top: 0;
    left: 0;
}

.ux-carousel-slide {
    float: left;
    overflow: hidden;
    text-align: center;
}

.ux-carousel-nav {
    height: 29px;
    width: 100%;
    background-color: #d1ccc7;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    filter: alpha( opacity = 70);

display:none
    !important;
}

.ux-carousel-caption {
    font-size: 20px;
    float: left;
    padding: 7px 5px;
    margin: 0;
    text-transform: none;
    color: black;
    overflow: hidden;
    height: 29px;
    width: 100px;
}

.ux-carousel-nav-prev, .ux-carousel-nav-next, .ux-carousel-nav-play {
    height: 24px;
    display: block;
    float: right;
    margin: 2px 0;
    background-position: 0 24px;
}

.ux-carousel-nav .ux-carousel-nav-prev {
    background-image: url('../images/carousel/prev.png');
    width: 31px;
}

.ux-carousel-nav .ux-carousel-nav-next {
    background-image: url('../images/carousel/next.png');
    margin-right: 2px;
    width: 30px;
}

.ux-carousel-nav-play {
    background-image: url('../images/carousel/play_pause.png');
    width: 24px;
}

.ux-carousel-nav-play:hover {
    background-position: 0 0;
}

.ux-carousel-nav-play.ux-carousel-playing {
    background-position: 24px 24px;
}

.ux-carousel-nav-play.ux-carousel-playing:hover {
    background-position: 24px 0;
}

.ux-carousel-nav-prev:hover, .ux-carousel-nav-next:hover {
    background-position: 0 48px;
}

.ux-carousel-nav-prev.ux-carousel-nav-disabled, .ux-carousel-nav-next.ux-carousel-nav-disabled {
    background-position: 0 0;
}

/* container */
div.slider-container {
  background: url('../images/slider/bg-home.gif') no-repeat;
  width: 820px;
  height: 312px;
  padding: 5px 0 0 5px;
  margin: 0 0 0 -5px;
  position: relative;
}

/* slider */
div#slider {
  float: left;
  height: 302px;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 0;
  width: 608px;
  position: relative;
}
div#slider div.article {
  height: 302px;
}
div#slider p {
  line-height: 1.3em;
  text-align: left;
  margin: 0;
  padding: 0;
}
div#slider p span {
  color: #ffffff;
  margin: 0 0 0 34px;
}

/* thumbs */
div.slider-thumbs a {
  float: left;
  margin: 0 0 1px 1px;
  width: 100px;
  height: 100px;
}
div.slider-thumbs a.active img, div.slider-thumbs a:hover img {
  display: none;
}

/* title */
div.slider-title-overlay {
  width: 608px;
  height: 32px;
  background: #000 none;
  opacity: 0.6; -moz-opacity: 0.6; filter: alpha(opacity = 60);
  position: absolute;
  z-index: 200;
  top: 256px;
  left: 5px;
}
div.slider-title {
  width: 608px;
  height: 32px;
  position: absolute;
  z-index: 200;
  top: 256px;
  left: 5px;
}
div.slider-title a {
  font-size: 11px;
  color: #fff;
  line-height: 32px;
  float: right;
  margin: 0 32px 0 0;
} 
div.slider-title h2 {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  line-height: 32px;
  float: left;
  margin: 0 0 0 32px;
}

/* navi */
div#slider div.slider-menu {
  position: absolute;
  z-index: 100;
  right: 32px;
  bottom: 0;
  height: 24px;
  border-right: 1px solid #4b4b4f;
  border-left: 1px solid #000;
}
div#slider .slider-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
div#slider div.slider-menu ul li {
  float: left;
}
div#slider div.slider-menu ul li a {
  background: url('../images/slider/button.gif') no-repeat;
  width: 23px;
  height: 24px;
  line-height: 24px;
  font-family: Arial;
  font-size: 11px;
  float: left;
  text-align: center;
  color: #fff;
  outline: none;
}
div#slider div.slider-menu ul li a.active {
  background: url('../images/slider/button.gif') no-repeat left bottom;
}


/* slider-fullsize */
div.slider-container-fullsize {
  background: url('../images/slider/bg-fullsize.gif') repeat-y;
  width: 820px;
  margin: 0 0 0 -5px;
}
div.slider-container-fullsize div.top {
  background: url('../images/slider/bg-fullsize-top.gif') no-repeat left top;
}
div.slider-container-fullsize div.bottom {
  background: url('../images/slider/bg-fullsize-bottom.gif') no-repeat left bottom;
  height: 292px;
}
div.slider-container-fullsize div#slider {
  height: 282px;
  width: 810px;
  margin: 5px 0 0 5px;
}
div.slider-container-fullsize div#slider div.article {
  height: 282px;
}
