﻿/* What's New Container
------------------------------------------------ */
#wnb {
	width: 640px;
	height: 125px;
	margin-top: 0;
	position: relative;
}


/* preload images
------------------------------------------------ */
#wnb_tabPreload {
	height: 0;
	width: 0;
	position: absolute;
	left: -9999px;
	background-image: url('../images/431170270.png');
}

/* what's new buttons
------------------------------------------------ */
.wnb_btn_left,
.wnb_btn_right {
	width: 18px;
	height: 61px;
	position: absolute;
	top: 4px;
	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('../images/431170270.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 61px;
	top:10px;
	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: 565px;
	height: 118px;
	margin: 8px 35px 8px;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#wnb_rotating_container {
	width: 565px; /* set number of items */
	height: 117px;
	margin: 0;
	padding: 0;
	list-style: none;

}

#wnb_carousel li {
	float: left;
	width: 100px;
	height: 125px;
	padding: 0 6px;
}

