/*
# www.pietervonk.com
# styles for homepage caroussel
# 
*/ 
.html_carousel {
	position:relative;
	margin: 0 auto 0 auto;
	width: 868px;
	height:775px;
	border-bottom:1px solid #000;
}

.html_carousel div.slide {
	width: 868px;
	height: 775px;
	padding: 0;
	display: block;
	float: left;
	text-align:center;
}

/* Previous | next buttons
------------------------------------------------*/
a.prev, a.next {
    background: url(../pix/ui/sprite.png) no-repeat transparent;
    width: 58px;
    height: 150px;
    display: block;
    position: absolute;
    top: 255px;
}

a.prev {            left: -58px;
                    background-position: 0 0; }
a.prev:hover {      background-position: -58px 0px; }
a.prev.disabled {   background-position: 0 -100px !important;  }

a.next {            right: -58px;
                    background-position: -116px 0; }
a.next:hover {      background-position: -174px 0px; }
a.next.disabled {   background-position: -50px -100px !important;  }

a.prev.disabled, a.next.disabled { cursor: default; }
 
a.prev span, a.next span {
    display: none;
}

.clearfix {
	float: none;
	clear: both;
}

