@charset "utf-8";
/* CSS Document */

#shopLinks {
	display: none;
}
.carousel {
	width: 490px;
	height: 163px;
	background-color: black;
}
.carouselTitle {
	font-size: 30px;
}
.jCarouselLite {
	width: 440px;
	background-color: black;
	float: left;
	margin-left: 5px;
	z-index: 100000;
}
.jCarouselLite ul li {
	margin: 5px;
	background-color: black;
	
}
.prev {
	color: white;
	font-weight: bold;
	display: block;
	float: left;
	width: 15px;
	height: 120px;
	vertical-align: middle;
	text-decoration: none;
	background-color: black;
	background-image: url(../_images/prev.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.next {
	color: white;
	font-weight: bold;
	float: right;
	display: block;
	float: right;
	width: 15px;
	height: 120px;
	vertical-align: middle;
	text-decoration: none;
	background-color: black;
	background-image: url(../_images/next.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.thickbox {
	border: none;
}