.carouselbox {

background: #fefefe; /* Old browsers */
background: -moz-linear-gradient(top, #fefefe 0%, #f1f1f1 47%, #e7e7e7

100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop

(0%,#fefefe), color-stop(47%,#f1f1f1), color-stop(100%,#e7e7e7)); /*

Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fefefe 0%,#f1f1f1 47%,#e7e7e7

100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fefefe 0%,#f1f1f1 47%,#e7e7e7

100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fefefe 0%,#f1f1f1 47%,#e7e7e7

100%); /* IE10+ */
background: linear-gradient(to bottom, #fefefe 0%,#f1f1f1 47%,#e7e7e7

100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient(

startColorstr='#fefefe', endColorstr='#e7e7e7',GradientType=0 ); /* IE6

-9 */

box-shadow: 0 0 3px #666;
float: left;
border-radius:3px;
padding: 10px;
margin: 0 0 0 5px;
width:899px;
}
.carousel {
float: left;
margin: 0 0 0 3px;
width: 100% !important;
}
.box.rBox.altGradient {
float: left;
width: 100%;
}
.clearfix > li {
border: 1px solid #ccc;
height: auto !important;
margin: 0 15px 0 0;
padding: 10px;
}
.prev {
left:3px;
margin:9% 12px 0 0;
background: url("spriteArrowCarousel.png") no-repeat;
cursor: pointer;
display: block;
height: 20px;
overflow: hidden;
position: absolute;
text-indent: -5000px;
width: 10px;
}

.prev:hover {background-position: 0 -20px;}

.next {
margin:9% 0 0 !important;
right:2px;
background: url("spriteArrowCarousel.png") no-repeat 0 -40px;
cursor: pointer;
display: block;
height: 20px;
overflow: hidden;
position: absolute;
text-indent: -5000px;
width: 10px;
}
.next:hover {background-position: 0 -60px;}

.carouselHome > a {
color: #666;
font-size: 12px;
text-decoration: none;
}
.carouselHome > a:hover{color:#ff7200; text-decoration:underline;}
.carouselHome .title {
font-weight: bold;
}
.carouselHome img {
margin: 8px 0 0;
width: 100%;
}
.carouselHome .links {
color: #ff7200;
}