/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
	height: 340px;
	float: left;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	display: inline-block!important;
	
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width:970px;
    height: 275px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



/*-------------------------------------------------------
 * Temporary home for CSS for updated front page promotions
 */

.promo-carousel {
	height: 380px;
	width: 940px;
	overflow: hidden;
	position: relative;
	clear: both;
}

.promo-carousel .four-promo-slide {
	overflow: hidden;
	width: 940px;
	height: 370px;
}

.promo-carousel .promo-tile {
	float: left;
	width: 220px;
}
.promo-carousel .promo-tile+.promo-tile {
	margin-left: 15px;
}

.promo-tile .promo-image {
	position: relative;
	height: 145px;
	padding-top: 29px;
	height: 116px;
	width: 220px;
	overflow: hidden;
}

.promo-tile .promo-image img{
	display: block;
	
}

.promo-tile .promo-image a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	text-indent: -999px;
}

.promo-tile .promo-content {
	padding: 2px 2px 5px;
}
.promo-tile .promo-content p {
	font-size: 11px;
}

.promo-tile .promo-content h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 5px;
}

#promo-carousel-wrapper {position: relative;}

#promo-carousel-prev {
    background: url("../template_images/buttons/carousel_buttons.png") no-repeat scroll -12px -26px transparent;
    cursor: pointer;
    height: 55px;
    left: -50px;
    position: absolute;
    top: 100px;
    width: 55px;
	overflow: hidden;
	text-indent: -999px;
	z-index: 10;
}
#promo-carousel-prev:hover {
    background-position: -12px -86px;
}


#promo-carousel-next {
    background: url("../template_images/buttons/carousel_buttons.png") no-repeat scroll -84px -26px transparent;
    cursor: pointer;
    height: 55px;
    position: absolute;
    right: -50px;
    top: 100px;
    width: 55px;
	overflow: hidden;
	text-indent: -999px;
	z-index: 10;
}
#promo-carousel-next:hover {
    background-position: -84px -86px;
}

/* IE7 hack */
#promo-carousel-next, #promo-carousel-prev {
	*top: 60px;
}

.promo-carousel  .jcarousel-list li, .promo-carousel  .jcarousel-item {
    height: 382px;
}



