.jcarousel-skin-tango .jcarousel-clip-horizontal {

    width:  460px;
    height: 200px;
}
div#carousel-image,
div.carousel-wrap {
	width:590px;
	/*height:270px;*/
	overflow:hidden;
	z-index: 100;
}

/*div#carousel-image img {
	border: 1px solid #333;
}*/



div#carousel-text {
	margin-top: 5px;
	width:590px;
	/*height:120px;*/
	overflow:hidden;
	z-index: 100;
	font-size: 1.2em;
	line-height: 1.4;

}

div.carousel-wrap-text,
div.carousel-text {
	width:590px;
	/*height:120px;*/
	overflow:hidden;
	z-index: 100;
}

p.carousel-buttons a{
    margin: 5px 0 24px;
}
div#left-col div#carousel-text p {
	font-size: 1.25em;
}

div.carousel-wrap {
	/*border: 1px solid #333;*/
	position:relative;
}

ul#carousel-controls {
	padding: 0;
	top: 261px;
	position:absolute;
	overflow: hidden;
	right: 5px;
	z-index: 300;
	opacity: 0;
	display: none;
}
ul#carousel-controls li {
	padding: 0;
	margin-right: 5px;
	cursor:pointer;
	list-style-type:none;
	float:left;
}
ul#carousel-controls li.last {
margin-right:0;
}

div#carousel-image {
	margin-bottom: 30px;
}