/* jCarousel Base Styles */

.jcarousel-skin .jcarousel-container {}
.jcarousel-skin .jcarousel-direction-rtl {direction: rtl;}

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

.jcarousel-skin .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
}

.jcarousel-skin .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin .jcarousel-clip-horizontal {
    width:  540px;
    height: 200px;
}

.jcarousel-skin .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin .jcarousel-item {
    width: 540px;
    height: 200px;
}

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

.jcarousel-skin .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

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

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

/* Controls */

#carousel-tabs {

	height:41px;
	border-width:1px 0;
	margin-top:5px;
	border-bottom:#E4E4E4 1px solid;
	padding-bottom:0px;
}

#carousel-tabs a {
	color:#333;
	width:119px;
	padding:10px 5px 0px 5px;
	height:27px;
	overflow:hidden;
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;

}
	#carousel-tabs a:first-child {
	
	}

#carousel-tabs a:hover {
	text-decoration:none;
	color:#c73a0f;
	text-shadow:none;
}

#carousel-tabs a.active {
	color:#7b0813;
	text-shadow:none;
	background:url(/assets/template/tabtag.gif) top center no-repeat;
}