/* New arrivals CSS */
#newArrivals {
	width: 100%;
	border: solid 2px #c5effd;
	background-color: #f5fcff;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#newArrivals .scrollNav {
	width: 3%;
	height: 100px;
	position: absolute;
	bottom: 0;
	z-index: 100;
}
#newArrivals #next {
	background: #c5effd url(http://svimage.bidz.com/img/scroll_next.jpg) no-repeat bottom center;
	right: 0;
}
#newArrivals #next:hover { background: #c5effd url(http://svimage.bidz.com/img/scroll_next.jpg) no-repeat top center; }
#newArrivals #prev {
	background: #c5effd url(http://svimage.bidz.com/img/scroll_prev.jpg) no-repeat bottom center;
	left: 0;
}
#newArrivals #prev:hover { background: #c5effd url(http://svimage.bidz.com/img/scroll_prev.jpg) no-repeat top center; }

#newArrivals .SlidingPanels {
	width: 94%;
	height: 100px;
	margin: 0 auto;
}
#newArrivals .SlidingPanelsContentGroup {
	position: absolute;
	width: 800em;
	float: left;
}
#newArrivals .SlidingPanelsContent {
	float: left;
	width: 105px;
	height: 105px;
}

#newArrivals img {
	float: left;
	margin-right: 1px;
	cursor: pointer;
	border: none;
}

#newArrivals a {
	border: none;
	width: 100px;
	height: 100px;
	float: left;
	color: #f5fcff;
}

#newArrivals p {
	margin: 4px 4px;
}

.SlidingPanelsAnimating * {
	overflow: visible !important;
}

#newArrivals .navLinks {
	clear: both;
	text-align: center;
	border-top:  solid 2px #c5effd;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #09e;
}
#newArrivals h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #069;
	margin: 0.2em;
	background: #f5fcff;
	height: 20px;
}
