.ui-carousel {
	height: 250px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 250px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 250px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 250px;	
}

#quicklinks {
        width: 250px;
        height: 480px;
        position: relative;
}

#carousel {
        position: absolute;
        top: 65px;
}

#carousel img {
        border: 0;
}

#ui-carousel-next, #ui-carousel-prev {
        width: 250px;
        height: 50px;
        background: url('../_image/arrows/bdown.png') #fff center center no-repeat;
        display: block;
        position: absolute;
        left: 0
        z-index: 100;
}

#ui-carousel-next {
        top: 0;
        width:250px;
        //background-image: url(images/arrow-top.png);
        background: url('../_image/arrows/bup.png') #fff center center no-repeat;
}

#ui-carousel-prev {
        bottom: 0;
        border-bottom: 2px solid #32b4d2;
}

#ui-carousel-next > span, #ui-carousel-prev > span {
        display: none;
}