Not sure I follow you. You can just give your container div a class, and style it from there. For the prev/next, I think the rule is if they're not included then jCarousel will add them. Otherwise you can add your own, and make your own style rule for those classes. If you're having trouble with thumb sizes, try adjusting the width of your list items.
Here are my styles, if it can help you get anywhere: .jcarousel-prev, .jcarousel-next { display:none; position:absolute; margin:.9em 5px 0; width:40px; height:20px; text-align:center; font-size:.8em; font-weight:bold; cursor:pointer; -moz-user-select:none; } .jcarousel-prev { left:28px; } .jcarousel-next { right:28px; } a.jcarousel-prev, a.jcarousel-next { color:#ccc; text-decoration:none; } a.jcarousel-prev:hover, a.jcarousel-next:hover { color:#fff; } #centerRight .carousel {position:relative;width:310px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #636a73} #centerRight .carousel img {padding:0 5px 0px;width:300px;vertical-align:top} #media img {height:226px} #maps img {height:358px} #maps .jcarousel-prev, #battlemaps .jcarousel-next {margin-top:1.4em} Adam -- View this message in context: http://www.nabble.com/Several-Carousel-tf3648594.html#a10250135 Sent from the jCarousel mailing list archive at Nabble.com.