/* Carousel
--------------------------------------*/
.jcarousel-skin-simple .jcarousel-item	{
	width: 960px;
	height: 300px;
}

.jcarousel-skin-simple .jcarousel-prev	{
	background: url("left.png") no-repeat;
	width: 37px;
	height: 66px;
	position: absolute; 
	top: 110px;
	left: 20px;
}

.jcarousel-skin-simple .jcarousel-next	{
	background: url("right.png") no-repeat;
	width: 37px;
	height: 66px;
	position: absolute; 
	top: 110px;
	right: 20px;
}	


/* Tabs
--------------------------------------*/
.ui-tabs-hide 		{ display: none; }
.ui-tabs-selected a	{ background: #e00 !important; }
