/*---{ Imports )-------------------------------------------------------*/

@import "custom/news.css";
@import "jquery.jcarousel.css";

#carousel 
{
	position: relative;
	height: 290px;
	width: 660px;
	margin: 0 auto;	
}

#carouselList 
{
	position: relative;
	width: 521px;
	height: 290px;
	overflow: hidden;
	z-index: 1;
	margin: 0 auto;
}

#carousel ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#carousel ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbList  {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	z-index: 2;
}

#thumbList ul {
	position: relative;
	top: 15px;
	left: 50%;
	margin-left: -320px;
	padding: 0;
	width: 640px;
	list-style: none;
	z-index: 4;
}

#thumbList ul li {
	float: left;
	margin: 0 5px;
	width: 70px;
	height: 50px;
	border: 2px solid #cccccc;
}

.prev,
.next {
	width: 40px;
	border: none;	
	display: block;
	height: 50px;
	z-index: 1;
}


.prev
{ 
	position: absolute;
	left: 0px;
	top: 120px;
	background: url(../images/prev.gif) center no-repeat; 
}

.next 
{ 
	position: absolute;
	right: 0px;
	top: 120px;
	background: url(../images/next.gif) center no-repeat; 
}


/* ---------- */
