#carusel_widget.carouselMain {
	width:656px;
	height:300px;
	background:url(../img_1_gray/bg_carusel.jpg);
	overflow:hidden;
	margin-bottom:16px;
	display:none;
}
#carusel_widget.carouselMain a img ,
#carusel_widget.carouselMain a:link img ,
#carusel_widget.carouselMain a:visited img {
	border:solid 0 #88d;
}
#carusel_widget.carouselMain a:active img ,
#carusel_widget.carouselMain a:hover img {
	border:solid 0 #fa0;
}

#carusel_widget .carouselRight {
	display:none;
	background:url(../img_1_gray/carusel_arrows.gif) no-repeat -50px -63px;	
	width:50px;
	height:63px;
	position:absolute;
	top:149px;
	right:0;
}
#carusel_widget .carouselRight:hover {	
	background-position:-50px 0;
	cursor:pointer;
}
#carusel_widget .carouselLeft {	
	display:none;
	background:url(../img_1_gray/carusel_arrows.gif) no-repeat 0 -63px;	
	width:50px;
	height:63px;
	position:absolute;
	top:149px;
	left:0;
}
#carusel_widget .carouselLeft:hover {		
	background-position:0 0;
	cursor:pointer;
}

#carusel_widget #carusel_title {
	display:none;	
	color:#f40;
	font-size:17px;
	font-weight:bold;
	margin:10px 10px 5px 10px;
	text-transform:uppercase;
	letter-spacing:1px;
	width:80%;
}
#carusel_widget #carusel_alt{
	display:none;	
	color:#eee;
	margin:0 10px 0 10px;
	font-size:12px;
	font-weight:bold;
	
}
