.jcarousel-skin-aat .jcarousel-container {
    /*background: #F0F6F9;*/
    
}

.jcarousel-skin-aat .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-aat .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-aat .jcarousel-container-vertical {
    width: 302px;
    /*height: 385px;*/
    height: 288px;
    padding: 0;
}

.jcarousel-skin-aat .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-aat .jcarousel-clip-vertical {
    width:  302px;
    /*height: 384px;*/
    height: 287px;
}

.jcarousel-skin-aat .jcarousel-item {
    width: 300px;
    height: 89px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

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

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

.jcarousel-skin-aat .jcarousel-item-vertical {
    margin-bottom: 4px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-aat .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;
}

.jcarousel-skin-aat .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-aat .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-aat .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

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

.jcarousel-skin-aat .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;
}

.jcarousel-skin-aat .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-aat .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-aat .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-aat .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;
}

.jcarousel-skin-aat .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-aat .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

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

.jcarousel-skin-aat .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;
}

.jcarousel-skin-aat .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-aat .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

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

#mycarousel li{
    position: relative;
    cursor: pointer;
}


.banner_img{
    
    border: 1px solid #000;
}
.banner_left{
    float:left;
    width:116px;
    padding: 7px 7px 7px 7px;
    !padding-bottom: 3px; //IE7
}
.banner_right_1{
    float:left;
    width:170px;
    font-weight: bold;
    padding-top: 7px;
}
.banner_right_2{
    float:left;
    width:170px;
}
.banner_right_3{
    float:left;
    position: absolute;
    top:65px;
    left:280px;
}
.jcarousel-prev,
.jcarousel-next{
    display: none;
}
.hover{
    background: #FFF;
}
#banner{
    float: left;
    padding-right:10px;
}
#banner_list{
   float:left;
    width:300px;
}
#banner_list_title{
    background:#6D6E72;
    height:11px;
    padding: 5px;
    margin:0 0 3px 0;
    width:292px;
    color: #fff;
    !width:302px;
}


/* HOT ISSUE */
.jcarousel-skin-hot .jcarousel-container {
    /*background: #F0F6F9;*/

}

.jcarousel-skin-hot .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-hot .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-hot .jcarousel-container-vertical {
    width: 302px;
    /*height: 385px;*/
    height: 96px;
    padding: 0;
}

.jcarousel-skin-hot .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-hot .jcarousel-clip-vertical {
    width:  302px;
    /*height: 384px;*/
    height: 95px;
}

.jcarousel-skin-hot .jcarousel-item {
    width: 300px;
    height: 89px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

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

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

.jcarousel-skin-hot .jcarousel-item-vertical {
    margin-bottom: 4px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-hot .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;
}

.jcarousel-skin-hot .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-hot .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-hot .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

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

.jcarousel-skin-hot .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;
}

.jcarousel-skin-hot .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-hot .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-hot .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-hot .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;
}

.jcarousel-skin-hot .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-hot .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

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

.jcarousel-skin-hot .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;
}

.jcarousel-skin-hot .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-hot .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

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

/* OLD STYLE */
.jcarousel-skin-old .jcarousel-container {
    /*background: #F0F6F9;*/

}

.jcarousel-skin-old .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-old .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-old .jcarousel-container-vertical {
    width: 302px;
    height: 385px;
    padding: 0;
}

.jcarousel-skin-old .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-old .jcarousel-clip-vertical {
    width:  302px;
    height: 384px;
}

.jcarousel-skin-old .jcarousel-item {
    width: 300px;
    height: 89px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

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

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

.jcarousel-skin-old .jcarousel-item-vertical {
    margin-bottom: 4px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-old .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;
}

.jcarousel-skin-old .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-old .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-old .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

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

.jcarousel-skin-old .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;
}

.jcarousel-skin-old .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-old .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-old .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-old .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;
}

.jcarousel-skin-old .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-old .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

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

.jcarousel-skin-old .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;
}

.jcarousel-skin-old .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-old .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

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