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

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

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

#box-carousel {
width:980px;
position:relative;
margin:0;
top:80;
}
			
#carousel {
margin: 0 0 0 5px;
_margin: 0 0 0 10px;
}

#carousel img {
border: 0;
}
#ui-carousel-next, #ui-carousel-prev {
width: 33px;
height:33px;
background: url('http://media4.1800flowers.com/800f_assets/jet/website/images/flowers/banners/mday12/rotban-mday12-arrow-prev.png') no-repeat;
display: block;
position:absolute;
margin-top:40px;
}

#ui-carousel-next {
background-image: url('http://media4.1800flowers.com/800f_assets/jet/website/images/flowers/banners/mday12/rotban-mday12-arrow-next.png');
z-index:10;
left:956px;
}

#ui-carousel-prev {
float:left;
left:-10;
z-index:10;
}
			
#ui-carousel-next span, #ui-carousel-prev span {
display: none;
}
.subbox-product a {text-decoration:none;}
			
#carousel a {
font:14px Georgia, "Times New Roman", Times, serif;
color:#666;
text-decoration:none;
line-height:20px;
}
#carousel a:hover {
color:#555;
}

#carousel a span {
font:11px Arial, Helvetica, sans-serif;
color:#666;
}
#carousel a span.shopnow {
font:700 11px Arial, Helvetica, sans-serif;
color:#669933;
line-height:30px;
}


/* PHOTO CONTEST ROTATOR */
#photo-rotate {
    position:relative;
}

#photo-rotate IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#photo-rotate IMG.active {
    z-index:10;
}

#photo-rotate IMG.last-active {
    z-index:9;
}