.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 650px;
    padding: 0 16px;
    height:172px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100%;
    height: 100%;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 163px;
    height: 172px;
    padding:0px;
    margin:0px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
 /**
 *  Horizontal Buttons
 */

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 172px;
    cursor: pointer;
    background: transparent url("../tango/ScrollerNextArrow.png") no-repeat center center;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover{background-color:#cfcfcf}


.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 172px;
    cursor: pointer;
    background: transparent url("../tango/ScrollerPrevArrow.png") no-repeat center center;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover{background-color:#cfcfcf}



/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../tango/next-vertical.png") no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../tango/prev-vertical.png") no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/*Proposals*/
.jcarousel-skin-proposals .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-proposals .jcarousel-container-horizontal {
    width: 318px;
    padding: 0 44px;
}

.jcarousel-skin-proposals .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-proposals .jcarousel-clip-horizontal {
    width:  100%;
    height: 100%;
}

.jcarousel-skin-proposals .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-proposals .jcarousel-item {
    width: 147px;
    height: 172px;
}

.jcarousel-skin-proposals .jcarousel-item-horizontal {
}

.jcarousel-skin-proposals .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-proposals .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-proposals .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 27px;
    height: 26px;
    cursor: pointer;
    background: transparent url("../proposals/ScrollerNextArrow.png") no-repeat 0 0;
    margin-top:25px;
}


.jcarousel-skin-proposals .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 27px;
    height: 26px;
    cursor: pointer;
    background: transparent url("../proposals/ScrollerPrevArrow.png") no-repeat 0 0;
    margin-top:25px;
}



/**
 *  Vertical Buttons
 */
.jcarousel-skin-proposals .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-proposals .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-proposals .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-proposals .jcarousel-next-disabled-vertical,
.jcarousel-skin-proposals .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-proposals .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-proposals .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-proposals .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-proposals .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-proposals .jcarousel-prev-disabled-vertical,
.jcarousel-skin-proposals .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-proposals .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/*Media*/
.jcarousel-skin-media .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-media .jcarousel-container-horizontal {
    width: 228px;
    padding: 0 36px;
}

.jcarousel-skin-media .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-media .jcarousel-clip-horizontal {
    width:  228px;
    height: 100%;
}

.jcarousel-skin-media .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-media .jcarousel-item {
    width:66px;
    height:48px;
}

.jcarousel-skin-media .jcarousel-item-horizontal {
}

.jcarousel-skin-media .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-media .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-media .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 5px;
    width: 27px;
    height: 26px;
    cursor: pointer;
    background: transparent url("../media/ScrollerNextArrow.png") no-repeat 0 0;
    margin-top:0px;
}


.jcarousel-skin-media .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 27px;
    height: 26px;
    cursor: pointer;
    background: transparent url("../media/ScrollerPrevArrow.png") no-repeat 0 0;
    margin-top:0px;
}



/**
 *  Vertical Buttons
 */
.jcarousel-skin-media .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-media .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-media .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-media .jcarousel-next-disabled-vertical,
.jcarousel-skin-media .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-media .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-media .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-media .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-media .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-media .jcarousel-prev-disabled-vertical,
.jcarousel-skin-media .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-media .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/*Box Choices*/
.jcarousel-skin-box .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-box .jcarousel-container-horizontal {
    width: 612px;
    padding: 0 31px 0 44px;
}

.jcarousel-skin-box .jcarousel-clip-horizontal {
    width:  100%;
    height: 100%;
}

.jcarousel-skin-box .jcarousel-item {
    width: 601px;
    height: 100%;
}

.jcarousel-skin-box .jcarousel-item-horizontal {
}

.jcarousel-skin-box .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-box .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 27px;
    height: 26px;
    cursor: pointer;
    background: transparent url("../tango/ScrollerNextArrow.png") no-repeat 0 0;
    margin-top:90px;
}


.jcarousel-skin-box .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 27px;
    height: 26px;
    cursor: pointer;
    background: transparent url("../tango/ScrollerPrevArrow.png") no-repeat 0 0;
    margin-top:90px;
}
/*Box Choices*/
/*Related Articles*/
.jcarousel-skin-related2 .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-related2 .jcarousel-container-horizontal {
    width: 459px;
    padding: 0 31px 0 44px;
}

.jcarousel-skin-related2 .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-related2 .jcarousel-clip-horizontal {
    width:  100%;
    height: 100%;
}

.jcarousel-skin-related2 .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-related2 .jcarousel-item {
    width: 141px;
    height: 172px;
}

.jcarousel-skin-related2 .jcarousel-item-horizontal {
}

.jcarousel-skin-related2 .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-related2 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-related2 .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 27px;
    height: 26px;
    cursor: pointer;
    background: transparent url("../proposals/ScrollerNextArrow.png") no-repeat 0 0;
    margin-top:25px;
}


.jcarousel-skin-related2 .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 27px;
    height: 26px;
    cursor: pointer;
    background: transparent url("../proposals/ScrollerPrevArrow.png") no-repeat 0 0;
    margin-top:25px;
}



/**
 *  Vertical Buttons
 */
.jcarousel-skin-related2 .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../tango/next-vertical.png") no-repeat 0 0;
}

.jcarousel-skin-related2 .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-related2 .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-related2 .jcarousel-next-disabled-vertical,
.jcarousel-skin-related2 .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-related2 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-related2 .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../tango/prev-vertical.png") no-repeat 0 0;
}

.jcarousel-skin-related2 .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-related2 .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-related2 .jcarousel-prev-disabled-vertical,
.jcarousel-skin-related2 .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-related2 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/*Related*/
.jcarousel-skin-related .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-related .jcarousel-container-horizontal {
    width: 487px;
    padding: 0 16px;
}

.jcarousel-skin-related .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-related .jcarousel-clip-horizontal {
    width:  100%;
    height: 100%;
}

.jcarousel-skin-related .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-related .jcarousel-item {
    width: 151px;
    height: 172px;
}

.jcarousel-skin-related .jcarousel-item-horizontal {
}

.jcarousel-skin-related .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-related .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-related .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    cursor: pointer;
    background: transparent url("../tango/ScrollerNextArrow.png") no-repeat center center;
}
.jcarousel-skin-related .jcarousel-next-horizontal:hover{background-color:#cfcfcf}


.jcarousel-skin-related .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    cursor: pointer;
    background: transparent url("../tango/ScrollerPrevArrow.png") no-repeat center center;
}
.jcarousel-skin-related .jcarousel-prev-horizontal:hover{background-color:#cfcfcf}



/**
 *  Vertical Buttons
 */
.jcarousel-skin-related .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../tango/next-vertical.png") no-repeat 0 0;
}

.jcarousel-skin-related .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-related .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-related .jcarousel-next-disabled-vertical,
.jcarousel-skin-related .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-related .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-related .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url("../tango/prev-vertical.png") no-repeat 0 0;
}

.jcarousel-skin-related .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-related .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-related .jcarousel-prev-disabled-vertical,
.jcarousel-skin-related .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-related .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/*Related*/
/*Sketch*/
.jcarousel-skin-sketch .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-sketch .jcarousel-container-horizontal {
    width: 556px;
    padding: 65px 45px 0;
    background:url("../../../../images/backgrounds/bgSketchList.jpg") center center no-repeat;
}

.jcarousel-skin-sketch .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-sketch .jcarousel-clip-horizontal {
    
    width:556px;
    height: 100%;
}

.jcarousel-skin-sketch .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-sketch .jcarousel-item {
    width:123px;
    padding:0 8px;
}
.jcarousel-skin-sketch .jcarousel-item img
{    
    border:1px solid #b9b9b9;
}

.jcarousel-skin-sketch .jcarousel-item-horizontal {
}

.jcarousel-skin-sketch .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-sketch .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-sketch .jcarousel-next-horizontal {
    position: absolute;
    top: 100px;
    right: 5px;
    width: 27px;
    height: 26px;
    cursor: pointer;
    background: transparent url("../media/ScrollerNextArrow.png") no-repeat 0 0;
    margin-top:0px;
}


.jcarousel-skin-sketch .jcarousel-prev-horizontal {
    position: absolute;
    top: 100px;
    left: 5px;
    width: 27px;
    height: 26px;
    cursor: pointer;
    background: transparent url("../media/ScrollerPrevArrow.png") no-repeat 0 0;
    margin-top:0px;
}



/**
 *  Vertical Buttons
 */
.jcarousel-skin-sketch .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-sketch .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-sketch .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-sketch .jcarousel-next-disabled-vertical,
.jcarousel-skin-sketch .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-sketch .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-sketch .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-sketch .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-sketch .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-sketch .jcarousel-prev-disabled-vertical,
.jcarousel-skin-sketch .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-sketch .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
/*Sketch*/