
#dhtml-carousel {
 
	direction:ltr;
}  
 
#dhtml-carousel .header .control a {
	float:left;
}
#dhtml-carousel .header .control  a.previous:hover{
background-image:url(../../images/homepage/image_prev_hover.gif);
}	
#dhtml-carousel .header .control  a.next{
background-image:url(../../images/homepage/image_next_active.gif);
 
}	
#dhtml-carousel .header .control  a.next:hover{
background-image:url(../../images/homepage/image_next_hover.gif);
}	


.carousel-component .carousel-list li { 
 
    text-align:left;
	 
}
 

.carousel-clip-region h3 {
	direction:rtl;
	text-align:right;
 }
  
.carousel-clip-region .bottom a{
  
 
 text-align:right;
 direction:rtl;
 
 } 
  

 


