



#carousel2 ul {
	list-style: none;
	float:left;
}
#carousel2 ul li {
	width: 400px;
	height: 100px;
	padding: 0 5px 0 0;
	overflow:hidden;
	
}
#carousel2 ul li img{margin:0 10px 0 0; padding:0; float:left;  width:150px; height:100px; display:inline;}
#carousel2 ul li h1{margin:0; padding:0; float:left; font:bold 12px Arial, Helvetica, sans-serif; color:#fff; width:200px;}
#carousel2 ul li p{margin:0; padding:0; float:left; font:normal 12px Arial, Helvetica, sans-serif; color:#fff; width:200px;}

#carousel2 .jcarousel-scope {
    position: relative;
	padding: 0 0px;
    width: 400px;
}
#carousel2 .jcarousel-next {
    position: absolute;
    top: 80px;
    right:200px;
	width: 24px;
	height: 20px;
    cursor: pointer;
    border: none;
	text-indent: -2000px;
    background: url(../images/backArrowO.gif) no-repeat center;
	
}
#carousel2 .jcarousel-next:hover {
    background-image: url(../images/aro_front.gif);
	
}



#carousel2 .jcarousel-prev {
    position: absolute;
    top: 80px;
    left: 210px;
	width: 24px;
	height: 20px;
    cursor: pointer;
    border: none;
	text-indent: -2000px;
    background: url(../images/aro_back.gif) center no-repeat;
	
}
#carousel2 .jcarousel-prev:hover {
	background-image: url(../images/frontArrowO.gif);
	
}


#carousel3 ul {
	list-style: none;
	float:left;
}
#carousel3 ul li {
	width: 400px;
	height: 100px;
	padding: 0 5px 0 0;
	
}
#carousel3 ul li img{margin:0 10px 0 0; padding:0; float:left;  width:150px; height:100px; display:inline;}
#carousel3 ul li h1{margin:0; padding:0; float:left; font:bold 12px Arial, Helvetica, sans-serif; color:#fff; width:200px;}
#carousel3 ul li p{margin:0; padding:0; float:left; font:normal 12px Arial, Helvetica, sans-serif; color:#fff; width:200px;}

#carousel3 .jcarousel-scope {
    position: relative;
	padding: 0 0px;
    width: 400px;
}
#carousel3 .jcarousel-next {
    position: absolute;
    top: 80px;
    right:200px;
	width: 24px;
	height: 20px;
    cursor: pointer;
    border: none;
	text-indent: -2000px;
    background: url(../images/backArrowO.gif) no-repeat center;
	
}
#carousel3 .jcarousel-next:hover {
    background-image: url(../images/aro_front.gif);
	
}



#carousel3 .jcarousel-prev {
    position: absolute;
    top: 80px;
    left: 210px;
	width: 24px;
	height: 20px;
    cursor: pointer;
    border: none;
	text-indent: -2000px;
    background: url(../images/aro_back.gif) center no-repeat;
	
}
#carousel3 .jcarousel-prev:hover {
	background-image: url(../images/frontArrowO.gif);
	
}

