/* ============================================ */
/* = PROJECT:    Outsourcery Limited          = */
/* = MEDIA:      Screen                       = */
/* = CREATED:    16/06/2009                   = */
/* ============================================ */

/* $Id$ */

#osCarousel dl, #osCarousel dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#osCarousel, #osCarousel dd {
	width: 471px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	overflow: hidden; 
	}
#osCarousel dt {
	display: none;
	}
#osCarouselButtons {
	background: #262626;
	height: 21px;
	margin: 0 0 6px;
	}

#osCarouselButtons span#prevBtn a {
	background: url('/assets/images/generic/carousel_prev.png') no-repeat 0 -21px;
	display: block;
	float: left;
	height: 21px;
	text-indent: -9999px;
	width: 100px;
	}
#osCarouselButtons span#nextBtn a {
	background: url('/assets/images/generic/carousel_next.png') no-repeat 0 -21px;
	display: block;
	float: right;
	height: 21px;
	text-indent: -9999px;
	width: 100px;
	}
#osCarouselButtons span a:hover {
	background-position: 0 0 !important;
	}
