
div#nzz_timeline{
	position:absolute;
	width:651px;
	background: url(../images/timeline.gif) no-repeat;
	height:90px;
}

div#carousel{
	width:551px;
	height:135px;
	position: relative;
	overflow:hidden;
	margin-left:50px;
	margin-top:-70px;
}


div#carousel li,div#carousel ul{
	position:relative;
	overflow:visible;
}
div#carousel li{
	width:auto;
	height:120px;
}
div#carousel li img{
	height:41px;
	width:72px;
	margin-right:5px;
}

div#carousel .thumb_descr {
	padding:5px;
	background-color:black;
	border:1px solid white;
	color:white;
	width:120px;
	text-align:left;
	overflow:visible;
	position:absolute;
	font-size: 9px;
	top:60px;
	left:0px;
}


.carousel-component{
	background:none;
}
#prev-arrow-container, #next-arrow-container{
	position:relative;
	height:70px;
	width:50px;
}
#prev-arrow-container{
	margin-top:20px;
}
#next-arrow-container{
	margin-left:600px;
	margin-top:-135px;
}
#next-arrow {
cursor:pointer;
height:41px;
}
#prev-arrow {
cursor:pointer;
height:41px;
}