

/* What's New Container
------------------------------------------------ */
#wnb {
	width: 447px;
	height: 180px;
	margin-top: 0;
	background: url(http://chalktalksports.net/chalktalksports_images/home_images/sliding_carousel/images/carousel-background.jpg) no-repeat 0 0;
	position: relative;
	z-index: 10;
	float: left;
}

#wnb_rotating_container {
	width: 275px;
	height: 154px;
	overflow: hidden;
}

/* preload images
------------------------------------------------ */
#wnb_tabPreload {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	background-image: url(http://chalktalksports.net/chalktalksports_images/home_images/sliding_carousel/images/carousel-arrows.png);
}

/* what's new title
------------------------------------------------ */
#wnb h3 {
	position: relative;
	width: 447px;
	height: 31px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: 10px;
}

#wnb h3 a,
#wnb h3 span {
	width: 447px;
	height: 31px;
	display: block;
	z-index: 20;
	cursor: pointer;
}

#wnb h3 span {
	position: absolute;
	top: 0;
	left: 0;
	background: url(http://chalktalksports.net/chalktalksports_images/home_images/sliding_carousel/images/carousel-background.jpg) no-repeat 0 0;
}

/* what's new buttons
------------------------------------------------ */
.wnb_btn_left,
.wnb_btn_right {
	width: 18px;
	height: 61px;
	position: absolute;
	top: 47px;
	z-index: 20;
	text-align: center;
	cursor: pointer;
}

.wnb_btn_left {
	left: 0;
}

.wnb_btn_right {
	right: 0 !important;
  	right: -1px;
}

.wnb_btn_left,
.wnb_btn_right  {
	background-image: url(http://chalktalksports.net/chalktalksports_images/home_images/sliding_carousel/images/carousel-arrows.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 61px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.wnb_btn_left {
	background-position: 0 0;
}

.wnb_btn_right {
	background-position: -18px 0;
}



/* what's new carousel
------------------------------------------------ */
#wnb_carousel {
	width: 377px;
	height: 130px;
	margin: 10px 33px;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#wnb_rotating_container {
	width: 595px; /* set number of items */
	height: 130px;
	margin: 0;
	padding: 0;
	list-style: none;

}

#wnb_carousel li {
	float: left;
	width: 119px;
	height: 130px;
	padding: 0 4px;
}

