.jcarousel-skin-xtremenews.jcarousel-container {
    /*-moz-border-radius: 10px;
    background: #D4D0C8;
    border: 1px solid #808080;*/
    margin: 50px 0 0 0;
    
}

.jcarousel-skin-xtremenewsvert.jcarousel-container {
    margin: 0 0 0 0;
    
}

.jcarousel-skin-xtremenews.jcarousel-container-horizontal {
    width : 390px;
   	padding : 0 33px 0 25px; 
   	
}
.jcarousel-skin-xtremenewsvert.jcarousel-container-vertical {
    width: 410px;
    height: 230px;
    padding: 30px 0 0 20px;
}

.jcarousel-skin-xtremenews .jcarousel-clip-horizontal {
    width:  400px;
    height: 90px;
}

.jcarousel-skin-xtremenewsvert .jcarousel-clip-vertical {
    width:  410px;
    height: 190px;
}

.jcarousel-skin-xtremenews .jcarousel-item {
    width: 125px;
    height: 83px;
    padding: 2px;
    border: 1px solid #aaa;
    background-color:#eee;
    text-align: center;
    overflow-x: hidden;
	overflow-y: hidden;
}

.jcarousel-skin-xtremenewsvert .jcarousel-item {
    width: 400px;
    height: 190px;
    padding: 0px;
    border-bottom: 1px solid #717771;
    text-align: left;
    overflow-x: hidden;
	overflow-y: hidden;
}

.jcarousel-skin-xtremenews .jcarousel-item:hover {
    border-color: #909090;
    background-color:#ddd;
    cursor: pointer;
}


.jcarousel-skin-xtremenews .jcarousel-item-horizontal {
    margin-right: 3px;
}

.jcarousel-skin-xtremenewsvert .jcarousel-item-vertical {
    margin-bottom: 5px;
}

.jcarousel-skin-xtremenews .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-xtremenews .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0;
}

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

.jcarousel-skin-xtremenews .jcarousel-next-horizontal:active {
    background-position: -48px 0;
}

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

.jcarousel-skin-xtremenews .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-xtremenews .jcarousel-prev-horizontal:hover {
    background-position: -24px 0;
}

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

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

/**
 *  Vertical Buttons
 */
.jcarousel-skin-xtremenewsvert .jcarousel-next-vertical {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-xtremenewsvert .jcarousel-next-vertical:hover {
    background-position: 0 -24px;
}

.jcarousel-skin-xtremenewsvert .jcarousel-next-vertical:active {
    background-position: 0 -48px;
}

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

.jcarousel-skin-xtremenewsvert .jcarousel-prev-vertical {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-xtremenewsvert .jcarousel-prev-vertical:hover {
    background-position: 0 -24px;
}

.jcarousel-skin-xtremenewsvert .jcarousel-prev-vertical:active {
    background-position: 0 -48px;
}

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