.prevPage {
	display: inline;
	float: left;
	margin: 103px 0 0 23px;
	width: 15px;
	height: 29px;
	background: url(/images/arrows.gif) left bottom no-repeat;
}
.prevPage:hover {
	background-position: left top;
}
.nextPage {
	display: inline;
	float: left;
	margin: 103px 0 0 0;
	width: 15px;
	height: 29px;
	background: url(/images/arrows.gif) right bottom no-repeat;
}
.nextPage:hover {
	background-position: right top;
}
.scrollable { 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 870px; 
    height: 226px; 
} 
.scrollable .items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
.scrollable .items div { 
    float:left; 
} 
a.disabled {
	visibility:hidden !important;		
} 

#recipe-carousel {
	padding: 20px 0;
}
#recipe-carousel-inner {
	float: left;
	display: inline;
	padding: 10px 0 0 0;
}
#recipe-carousel-navigation {
	float: left; 
	margin: 5px 0 0 0; 
	width: 670px;
	color: #21baaa;
}
#recipe-carousel-navigation a {
	padding: 0 0 0 13px;
	background: url(/images/green-bullet.gif) left center no-repeat;
	text-decoration: none;
}
#recipe-carousel-navigation a.active {
	color: #fa6862;
}
#recipe-carousel-navigation a:hover {
	text-decoration: underline;
}
#images-carousel {
	padding: 20px 0;
}
#images-carousel-inner {
	float: left;
	padding: 10px 0 0 0;
}

.carousel-item {
	float: left;
	margin: 0 11px;
	width: 150px;
	height: 223px;
	background: #ffffff;
	border-top: 1px solid #b9d4d0;
	border-right: 1px solid #b9d4d0;
	border-bottom: 2px solid #b9d4d0;
	border-left: 1px solid #b9d4d0;
}
.carousel-item img {
	display: inline;
	margin: 14px auto;
	border: 1px solid #fa6862;
}
.carousel-item p {
	padding: 2px 14px;
	text-align:center;
}

.carousel-item div.stars {
	display: inline;
	background: transparent url(/jquery/rating/star.gif) repeat-x 0px -16px;
	height: 16px;
	margin: 1px 35px;
}

.carousel-item-hover {
	border: 1px solid #777;
	background: #F8F8F8;
	cursor:pointer;
}
#images-carousel .carousel-item {
	height: 170px;
}
#images-carousel-inner.scrollable {
	height: 173px;
}
#images-carousel .prevPage {
	margin: 71px 0 0 23px;
}
#images-carousel .nextPage {
	margin: 71px 0 0 0;
}


/*************************************************
** home carousel
**************************************************/
#home-carousel-1 {
	position: relative;
	width: 950px;
	height: 300px;
	background: url(/images/content-background-home-1.jpg) left top no-repeat;
}
#home-carousel-2 {
	position: relative;
	width: 950px;
	height: 300px;
	background: url(/images/content-background-home-2.jpg) left top no-repeat;
}
#home-carousel-inner {
	margin: 0 0 0 390px;
	width: 560px;
	height: 100px;
	padding: 170px 0 0 0;
}
#home-carousel-navigation {
	position: absolute;
	top: 130px;
	left: 380px;
	z-index: 100;
	color: #21baaa;
}
#home-carousel-navigation li {
	display: inline;
	float: left;
	margin: 0 0 0 8px;
	padding: 0 0 0 16px;
	background: url(/images/bullet.gif) left center no-repeat;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
.home-carousel-item {
	float: left;
	margin: 0 11px 0 0;
	width: 549px;
	height: 96px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
#home-carousel-navigation a {
	text-decoration: none;
}
#home-carousel-navigation a:hover {
	text-decoration: underline;
}
#home-carousel-navigation .active a {
	color: #e7736e;
}


