.jcarousel-skin-testmw .jcarousel-container {
    -moz-border-radius: 0px;
	margin: 0px;
    background: url(/images/home/MWNewsCarouselBG.png);
}

.jcarousel-skin-testmw .jcarousel-container-horizontal {
    width: 650px;
    height: 309px;
}

.jcarousel-skin-testmw .jcarousel-container-vertical {
    width: 655px;       
}

.jcarousel-skin-testmw .jcarousel-clip-horizontal {
    width:  648px;
    height: 282px;
    margin: 0px 1px;
}

.jcarousel-skin-testmw .jcarousel-clip-vertical {
    width:  154px;
    height: 450px;
}

.jcarousel-skin-testmw .jcarousel-item {
    width: 648px;
    height: 282px;    
}

.jcarousel-skin-testmw .jcarousel-item:hover {
    border-color: #000000;
}

.jcarousel-skin-testmw .jcarousel-item-horizontal {
    margin-right: 0px;
}

.jcarousel-skin-testmw .jcarousel-item-vertical {
    margin-bottom: 0px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-testmw .jcarousel-next-horizontal {
    /*position: absolute;
    top: 55px;
    right: 5px;
    width: 33px;
    height: 51px;
    cursor: pointer;
    background: transparent url(/images/home/MWStoreRightArrow.png) no-repeat 0 0;*/
}

.jcarousel-skin-testmw .jcarousel-next-disabled-horizontal,
.jcarousel-skin-testmw .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-testmw .jcarousel-next-disabled-horizontal:active {
    cursor: pointer;
}

.jcarousel-skin-testmw .jcarousel-prev-horizontal {
    /*position: absolute;
    top: 55px;
    left: 5px;
    width: 33px;
    height: 51px;
    cursor: pointer;
    background: transparent url(/images/home/MWStoreLeftArrow.png) no-repeat 0 0;*/
}



.jcarousel-skin-testmw .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-testmw .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-testmw .jcarousel-prev-disabled-horizontal:active {
    cursor: default;

}

/**
* Additional styles for the controls.
*/
.jcarousel-control {
margin: 5px 3px;
text-align: right;
}

.jcarousel-control span {
	visibility:hidden
}

.jcarousel-control a {
font-size: 75%;
text-decoration: none;
padding: 0 0 px;
margin: 0 0 5px 0;
border: 0px solid #000;
color: #fff;
background-color: #000000;
font-weight: bold;
display: block;
width: 27px;
height: 15px;
clear: none;
float: right;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
outline: none;
}
/*
 *
 * Style for Selected Deselected buttons 
 * 
 **/
.NewsItemUnselected {
	background: url(/images/home/MWUnselectedCarouselElement.png) no-repeat;	
}

.NewsItemSelected {
	background: url(/images/home/MWSelectedCarouselElement.png) no-repeat;
}
