#carousel-wrap .jcarousel-container {
    -moz-border-radius: 10px;
    background: #000;
    border: 2px solid #000;
	position:relative; overflow:hidden; width:780px; margin-bottom:20px;
}

#carousel-wrap .jcarousel-container-horizontal {
}

#carousel { overflow:hidden; width:794px; height:340px; padding:0px 0 30px; background:url(../img/lines-hatches/cr-hatch-bl.gif) repeat-x 0 100%; }

#carousel-wrap ul {
    padding:0px;
    margin:0px;
}
    
    
#carousel-wrap .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
}

#carousel-wrap .jcarousel-clip-horizontal {
    width:  750px;
    height: 340px;
}

#carousel-wrap .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

#carousel-wrap .jcarousel-item {
    width: 650px;
    height: 349px;
}

#carousel-wrap .jcarousel-item-horizontal {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 55px;
    padding-right: 55px;
   border-left: 1px dotted #555;
   border-right: 1px dotted #555;

}

#carousel-wrap .jcarousel-item-vertical {
    margin-bottom: 10px;
}

#carousel-wrap .jcarousel-item-placeholder {
    background: #000;
    color: #000;
}





/**
 *  Horizontal Buttons
 */
 .jcarousel-next-horizontal {
    position: relative;
    top: -150px;
    left: 760px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0;
}

 .jcarousel-next-horizontal:hover {
    background: transparent url(next-horizontal-hover.gif) no-repeat 0 0;
}

.jcarousel-next-horizontal:active {
    background: transparent url(next-horizontal-hover.gif) no-repeat 0 0;
}

 .jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
 .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background: transparent url(next-horizontal-hover.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal {
    position: relative;
    top: -100px;
    left: -13px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:hover {
    background: transparent url(prev-horizontal-hover.gif) no-repeat 0 0;
}

.jcarousel-prev-horizontal:active {
    background: transparent url(prev-horizontal-hover.gif) no-repeat 0 0;
}

 .jcarousel-prev-disabled-horizontal,
 .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background: transparent url(prev-horizontal-hover.gif) no-repeat 0 0;
}

/**
 *  Vertical Buttons
 */
#carousel-wrap .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

#carousel-wrap .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

#carousel-wrap .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

#carousel-wrap .jcarousel-next-disabled-vertical,
#carousel-wrap .jcarousel-next-disabled-vertical:hover,
#carousel-wrap .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

#carousel-wrap .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

#carousel-wrap .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

#carousel-wrap .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

#carousel-wrap .jcarousel-prev-disabled-vertical,
#carousel-wrap .jcarousel-prev-disabled-vertical:hover,
#carousel-wrap .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


#carouselItem {
	width: 650px;
	height: 347px;


}

#carouselItemContent {
text-align:right;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
position:relative;
top:250px;
background:transparent url(/images/carouselOverlay.png) repeat scroll 0 0;
height:auto;
margin-left:10px;
padding:10px 10px 5px;
width:650px;
}

#carouselItemContent #text {
	color: #fff;
	font-size: 29px;
	font-weight:bold;
	display:block;
	text-align: right;
}


#carouselItemContent #text a:link{
	color: #fff;
}

#carouselItemContent #text a:visited{
	color: #fff;
}

#carouselItemContent #text a:hover{
	color: #9999ff;
	text-decoration: none;
}





#carouselItemContent #cat {
	color: #ddd;
	background: url(/images/whiteAfricaIcon.gif) no-repeat 0 0;
	font-size:14px;
	font-style: italic;
	display:block;
	position: relative;
	padding-left: 16px;
	vertical-align:top;
	padding-bottom:6px;
	width: 90%;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
