
#carousel {
	margin: 0px 0 100px 0;
	border:0px;
	height: 308px;
	margin-bottom: 10px;
	position: relative;
	width: 440px;
}

#carousel div.slide {
	background: #fff url(../images/loading.gif) 50% 50% no-repeat;
	position: absolute;
	top: 0; left:0;
}

div.slide img {
	position: relative;
	top: 0; left:0;
	display: block;
}

#carousel div.slide p {
	font-family: arial,helvetica,clean,sans-serif;
	left: 10px;
	margin-top: 0;
	position: absolute;
	top: 10px;
	width: 320px;
	z-index: 2;
}

#carousel .nav {
	display: none;
	bottom: 10px;
	position: absolute;
	right: 7px;
	z-index: 3;
	height: 15px;
	width: 80px;
}

#carousel .nav span {
	color:#ffcc33;
	display: block;
	float: left;
	font: 11px arial,helvetica,clean,sans-serif;
	font-weight:bold;
}

#carousel .nav span.on {
	display:block;
}

#carousel .nav a#pause {
	display: block;
	float: left;
	margin:0px;
	padding:0px;
	border:0px;
	width:9px;
	height:11px;
}

.start {
	background: transparent url(../uploadedimages/KelloggCompany/Corporate_Responsibility/bt_pause.gif) no-repeat;
}

.stop {
	background: transparent url(../uploadedimages/KelloggCompany/Corporate_Responsibility/bt_play.gif) no-repeat;
}

#carousel .nav .next {
	background:transparent url(../uploadedimages/KelloggCompany/Corporate_Responsibility/bt_next.gif) no-repeat;
	display: block;
	float: left;
	width:14px;
	height:11px;
}

#carousel .nav .prev {
	background:transparent url(../uploadedimages/KelloggCompany/Corporate_Responsibility/bt_prev.gif) no-repeat;
	display: block;
	float: left;
	width:14px;
	height:11px;
}

#carousel .nav .one, #carousel .nav .two, #carousel .nav .three, #carousel .nav .four {
display:none;
line-height:100%;
padding:0px 7px 2px 0px;
margin:0px;
}

