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

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 479px;
    
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  479px;
    height: 492px;
	display:block;
	vertical-align:baseline;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 479px;
    /*height: 120px;*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

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

/**
 *  Horizontal Buttons
 */
 
 .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 225px;
    right: -18px;
    width: 51px;
    height: 58px;
    cursor: pointer;
    background: transparent url(/wp-content/themes/gene/images/right-arrow-sprite.png) no-repeat 0 0;
	background-position: -51px 0;
}


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



.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}
#home-bottom-carousel .jcarousel-next-horizontal {
    position: absolute;
    top: 110px;
    right: -14px;
    width: 51px;
    height: 58px;
	z-index:500;
    cursor: pointer;
    background: transparent url(/wp-content/themes/gene/images/right-arrow-sprite.png) no-repeat 0 0;
	background-position: -51px 0;
}


#home-bottom-carousel .jcarousel-next-horizontal:hover {
    background-position: -0px 0;
}



#home-bottom-carousel .jcarousel-next-disabled-horizontal,
#home-bottom-carousel .jcarousel-next-disabled-horizontal:hover,
#home-bottom-carousel .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 225px;
    left: -18px;
    width: 51px;
    height: 58px;
    cursor: pointer;
    background: transparent url(/wp-content/themes/gene/images/left-arrow-sprite.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -51px 0;
}

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



#home-bottom-carousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 110px;
    left: -12px;
    width: 51px;
    height: 58px;
    cursor: pointer;
    background: transparent url(/wp-content/themes/gene/images/left-arrow-sprite.png) no-repeat 0 0;
	background-position: 0 0;
}

#home-bottom-carousel .jcarousel-prev-horizontal:hover {
    background-position: -51px 0;
}

#home-bottom-carousel .jcarousel-prev-horizontal:active {
    background-position: 0px 0;
}





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

.jcarousel-home-small .jcarousel-container-horizontal {
    width: 913px;
    
}

.jcarousel-home-small .jcarousel-clip-horizontal {
    width:  216px;
    height: 281px;
	display:block;
	vertical-align:baseline;
}

.jcarousel-home-small .jcarousel-item {
    width: 216px;
    /*height: 120px;*/
}

.jcarousel-home-small .jcarousel-item-horizontal {
    margin-right: 5px;
}

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

/**
 *  Horizontal Buttons
 */


