/*
 * Ext Core Library Examples 3.0
 * 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;
}

/* HP slideshow */

#homepage .ux-carousel-nav {
    height: 48px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#homepage .ux-carousel-caption {
    height: 48px;
    line-height: 48px;
    width: 586px !important;
    position: absolute;
    margin:0 !important;
    padding: 0px 20px;
    bottom: 0;
    left: 0;
    text-transform: none;
    font-size:12px;
    font-weight:normal;
    color:#fff;
    opacity: 0.7;
    filter:alpha(opacity=70);
    background-color: #131B20;
}

#homepage .ux-carousel-nav-prev,
#homepage .ux-carousel-nav-next,
#homepage .ux-carousel-nav-play {
    display: none;
}


#homepage .ux-carousel-nav-slides {
  float: right;
	position:relative;
	z-index:10;
	margin: 12px 12px 0px 0px;
}

#homepage .ux-carousel-nav-slide {
  display:block;
	float: left;
	width:24px;
	height:24px;
	line-height:24px;
	margin: 0px 8px 0px 0px;
	cursor: pointer;
	text-align:center;
	font-size: 13px;
	color:#000;
  background: url('../images/carousel/slide_nmbr.png') top left no-repeat;
}

#homepage .ux_carousel-nav-slide-active {
	font-weight: bold;
  background: url('../images/carousel/slide_nmbr_active.png') top left no-repeat;
}

#homepage .ux-carousel-nav-prev.ux-carousel-nav-disabled,
#homepage .ux-carousel-nav-next.ux-carousel-nav-disabled {
    background-position: 0 0;
}

/* featured users */

.featured_users {
  width:626px;
  height:187px;
  margin:0 0 20px 0;
  border-bottom:1px solid #ACB1A9;
}


ul.featured_user {
  display:block;
  width:561px;
  margin:0 0 0 54px;
}

ul.featured_user li {
  display:block;
  width:120px;
  float:left;
  margin:0 13px 0 0;
}

ul.featured_user li div.image {
  margin:0 0 5px 0;
}

ul.featured_user li div.image a {
}

ul.featured_user li div.info h3 {
  font-size:12px;
  margin:0;
  padding:0;
}

ul.featured_user li div.info h3 a {
}

.featured_users .ux-carousel-nav {
  height: 125px;
  width: 626px;
  position: absolute;
  left: 0;
  opacity: 1 !important;
  filter:alpha(opacity=100) !important;
  background: none !important;
}

.featured_users .ux-carousel-nav h2 {
  display:none;
}

.featured_users .ux-carousel-nav-prev {
  display: block;
  float: left;
  width:48px;
  height: 145px;
  background:#E6E8DA url('../images/carousel/fusers_prev.png') top left no-repeat;
}

.featured_users .ux-carousel-nav-next {
  display: block;
  float: right;
  width:48px;
  height: 145px;
  margin: 0;
  background:#E6E8DA url('../images/carousel/fusers_next.png') top left no-repeat;
}

.featured_users .ux-carousel-nav-next.ux-carousel-nav-disabled {}
.featured_users .ux-carousel-nav-prev.ux-carousel-nav-disabled {}

div.featured_users div.ux-carousel-nav {
   float: left;
   height: 0;   
}
