div#carousel02 {
 	overflow: hidden;
	margin:0 auto;
	margin-bottom: 10px;
	width:920px;
	margin-top:10px;
}

div#carousel02 div.clip {
	margin-bottom: 10px;
	width:900px;
	/*margin-left:15px;*/
}

div#carousel02 div.clip ul li {
	margin-right: 15px;
	height:300px;width:790px;
	/*white-space:nowrap; /* this is important*/
	padding-left:80px
}

div#carousel02 div.clip ul li div.info{float:right;width:300px;}

div#carousel02 div.clip ul li h2,div#carousel02 div.clip ul li p{width:300px; font-size:16px}
div#carousel02 div.clip ul li p{font-size:12px;padding-bottom:10px;}



/*- - - - - - - -buttons - - - - - - - */

div#carousel02 div.indicatorsContainer {
	overflow: hidden;
	padding: 10px 0 10px 250px;
	margin-bottom: 10px;
	width:580px;
	margin:0 auto;
}

* HTML div#carousel02 div.indicatorsContainer
{width:20px;}

div#carousel02 div.indicatorsContainer a.indicator {
	float: left;
	width: 15px;
	height: 15px;
	background: url(../im/needed/NEW_indicator.jpg) no-repeat 0px 0px;
	margin-right: 5px;
}

div#carousel02 div.indicatorsContainer a.indicator span {
	position: absolute;
	top: 0;
	left: -999999em;
}

div#carousel02 div.indicatorsContainer a.indicatorSelected {
	background: url(../im/needed/NEW_indicator.jpg) no-repeat 0px -15px;
}

div#carousel02 a.back {
	background:transparent url(../im/needed/NEW_action_leftarrow.jpg) no-repeat scroll 0 0;
	float:left;
	height:25px;
	margin-right:5px;
	width:25px;
	margin-left: 245px;
}

div#carousel02 a.back span {
	position: absolute;
	top: 0;
	left: -999999em;
}

div#carousel02 a.forward {
	background:transparent url(../im/needed/NEW_action_rightarrow.jpg) no-repeat scroll 0 0;
	float:left;
	height:25px;
	margin-right:5px;
	width:25px;
}

div#carousel02 a.forward span {
	position: absolute;
	top: 0;
	left: -999999em;
}

div#carousel02 a.stop {
	background:transparent url(../im/needed/NEW_action_pause.jpg) no-repeat scroll 0 0;
	float:left;
	height:25px;
	margin-right:5px;
	width:25px;
}

div#carousel02 a.stop span {
	position: absolute;
	top: 0;
	left: -999999em;
}

div#carousel02 a.start {
	background:transparent url(../im/needed/NEW_action_play.jpg) no-repeat scroll 0 0;
	float:left;
	height:25px;
	margin-right:5px;
	width:25px;
}

div#carousel02 a.start span {
	position: absolute;
	top: 0;
	left: -999999em;
}
