
.carousel {
	width: 606px;
	height:268px;
	position:relative;
	z-index: 1 !important;
}

.carouselMask {
	width: 14px;
	height:14px;
	background:url(/App_Themes/UPC/i/billboard-mask.png) no-repeat top left;
	position:absolute;
	top:0;
	left:0;
	z-index: 3;
}

.topLeftCorner{
	background-position: 0 0;
	top:0;
	left:0;
}

.topRightCorner{
	background-position: -592px 0;
	top:0;
	left:592px;
}

.bottomRightCorner{
	background-position: -592px -254px;
	top:254px;
	left:592px;
}

.bottomLeftCorner{
	background-position: 0 -254px;
	top:254px;
	left:0;
}

.carousel ul {
	width: 606px;
	height:268px;
	position:relative;
	margin:0;
	padding:0;
	list-style-type:none;	
	visibility: hidden;	
	z-index: 2;
}

.carousel ul li a img {
	border:none;
	background:#dcdcdc;
}

.buttons {
	width:50px;
	height:26px;
	position:absolute;
	right:0;
	bottom:0;
	z-index:4;
	background: transparent url(/App_Themes/UPC/i/carousel-buttons.png) no-repeat bottom right;
	cursor:pointer;
}

.prev {
	float: left;
	cursor:pointer;
	width: 25px;
	height: 26px;
}

.next {
	float: left;
	cursor:pointer;
	width: 25px;
	height: 26px;
}