/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
.jcarousel-skin-tango .jcarousel-container {}

.jcarousel-skin-tango .jcarousel-item .feature-tag {
    color: #BE8638;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: right;
    text-transform: uppercase;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.hp-div { margin:0px auto;    width:860px;}
.jcarousel-skin-tango .jcarousel-container-horizontal {
 padding: 0 30px; 
}


.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden; 
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {}


.jcarousel-skin-tango .jcarousel-item {}

.jcarousel-skin-tango .jcarousel-item-horizontal { width:135px; margin-right:27px; text-align:right;}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
	width: 80px;
    height: 57px;
}
.jcarousel-skin-tango .jcarousel-item-vertical img{}

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

/*****/



/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal, .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 42px; margin-top:-21px;
    cursor: pointer;
    background: url("../img/feature_slider_next.png") no-repeat scroll left top transparent;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0;
    right: auto;
    background-image: url(../images/prev-horizontal.png);
}


.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
	opacity:.7;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    left: 0;
    background: url("../img/feature_slider_prev.png") no-repeat scroll left top transparent;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0;

}
/*
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: 0 100%;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 100%;
}
*/
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
/*    background-position: 0 100%; opacity:.7; */
}



