body{background-color:rgb(0,0,0)}

#slideroutwrp{
	clear:both;
	width:470px;
	height:30px;
	margin:auto;
}

#sliderinnwrp{
	position:relative;
	height:30px;
	width:420px;
	float:left;
}


#sliderleftbtn{
	position:relative;
	height:25px;
	width:25px;
	background-image:url(../img/sliderleft.png);
	float:left;
	cursor:pointer;
}

#sliderbg{
	height:25px;
	width:420px;
	background-image:url(../img/sliderbg.png);
	float:left;
}

#sliderrightbtn{
	position:relative;
	height:25px;
	width:25px;
	background-image:url(../img/sliderright.png);
	float:left;
	cursor:pointer;
}

#sliderthumb{
	height:18px;
	width:36px;
	margin:3px 20px auto 10px;
	background-image:url(../img/sliderthumb.png);
	cursor:pointer;
}

#carouselwrp{
	clear:both;
	height:450px;
	width:700px;
	background-color:#000;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;z-index:-1
}

#imglist{
	position:absolute;
	visibility:hidden;
	top:0px;
	left:0px;


}


#imglist img{
	position:absolute;
	top:0px;
	left:0px;
}

#carouselbox{
	position:relative;
	top:205px;
	width:550px;
	margin:auto
}

.imagetext{

	visibility:hidden;
	position:absolute;
	top:205px;
	left:-180px;
	overflow:visible;
	display:block;
	width:360px;
	color:red;
	margin:5px;
	text-align:center;
}

.imagebox{
	position:absolute;
	overflow:visible;
	display:block;
	height:0px;
	width:0px;
	font-family:verdana;
	cursor:pointer
}

.imagebox a{
	font-family:verdana;
	font-weight:bold;
	text-decoration:none;
	color:rgb(242,101,34);
	font-weight:bold;
	font-size:0.9em;
}
	
.imagebox a:visited{
	color:gold;
}

.imagebox a:hover{
	color:white;
}
