
.jCarouselLite ul {
	list-style-type: none;
}

#irhp-content .carousel  .jCarouselLite ul  {
	padding:0px 0px 0px 0px;
	margin:0px ;
	list-style:none;
}

#irhp-content .carousel  .jCarouselLite ul li {
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style:none;
	
}

.carousel{
	width:410px;
	margin:0 auto;
}
.jCarouselLite {
	width:410px;
	height:65px;
}

.jCarouselLite {
    float: left;
    
    /* Needed for rendering without flicker */
    position: relative;
    visibility: hidden;
    left: -5000px;
}

