#slideshow_wrapper {
	background:url(/images/home/slideshow_loader.gif) no-repeat 50% 50%;
	height:300px;
	overflow:hidden;
	width:533px;
}

#slideshow_wrapper ul {
	padding:0;
	margin:0;
}

.jcarousel-skin-tango .jcarousel-container {
    background: #F0F6F9;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 533px;
    padding:0;
	height:300px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  533px;
    height: 300px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 533px;
    height: 300px;
}

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

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    right: 0px;
    width: 23px;
    height: 300px;
    cursor: pointer;
    background: #7e742d url(/images/home/next-horizontal.gif) no-repeat 0 0;
	opacity:.7;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    left: 0px;
    width: 23px;
    height: 300px;
    cursor: pointer;
    background: #7e742d url(/images/home/prev-horizontal.gif) no-repeat 0 0;
	opacity:.7;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	opacity:.9;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	opacity:.9;
}

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