		/* 
 * additionals
 */

.carousel-component {
	padding:1px;
	height:134px;
}
.carousel-component .carousel-list li { 
	margin:0px;
	width:213px;
	_width:203px; /* CSS Hack for IE 6 */
}

.carousel-component .carousel-list li a { 
	display:block;
	outline:none;
	color:black;
	font:11px arial;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
}

.carousel-component .carousel-list li a:hover { 
	color#BDCF41;
}

.carousel-component .carousel-list li img { 
	display:block; 
	height:135px;
	_height:75px !important;
	margin:0 auto;
	width:193px;
	_width:183px;
	margin-left:2px;
}

.carousel-component .carousel-list li strong { 
	display:block; 
}
									

#prev-arrow { 
	position:absolute;
	bottom:20px;
	z-index:99999;
	cursor:pointer; 
	left:0px;
	_margin-top:130px; /* CSS Hacks for IE6 */
	_margin-left:-10px; /* CSS Hacks for IE6 */
}

#next-arrow { 
	position:absolute;
	bottom:20px;
	z-index:99999;
	cursor:pointer; 
	right:0px;
	_margin-top:130px; /* CSS Hacks for IE6 */
	_right:-20px; /* CSS Hacks for IE6 */
	_float:right;
}

div.carousel-component {
	max-width:194px;
	_margin-left:0px; /* CSS Hacks for IE6 */
	_width:190px; /* CSS Hacks for IE6 */
	overflow-x:hidden;
	background-color:#DFE1E0;
}

div.rotate_news , div.img_rotate , div.text_rotate {
	display:block;
	float:left;
	text-align:left;
}

div.rotate_news {
	display:block;
}

div.img_rotate {
	width:178px;
	_width:183px;
	height:65px;
	padding:1px;
}

div.text_rotate {
	width:194px;
}

div.text_rotate {
	max-height:68px;
	color:#FFF;
	display:block;
	background-color:white;
	filter:Alpha(Opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
	margin-left:2px;
	_margin-left:0px; /*CSS Hack for IE6 */
}

div.text_rotate .title , div.text_rotate .sumary {
	display:block;
	clear:both;
	width:156px;
	_width:156px; /*CSS Hack for IE6 */
	margin-left:20px;
	_margin-left:12px;
	color:#BDCF41;

}

div.text_rotate .sumary {
	color:black;
	overflow-y:hidden;
	height:75px;
}
