*
{
	margin: 0;
	padding: 0;
}
img
{
	border: none;
}
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #000;
	text-align: center;
}
#logo{
	margin: 10px auto;
	text-align: center;
}
#carousel
{
	width: 700px;
	height: 250px;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -350px;
	background: url(../img/arrows.gif) no-repeat bottom;
	/* border: 1px solid white;*/
}
#carousel a
{
	position: absolute;
	width: 110px;
}
#ImageBoxOverlay
{
	background-color: #000;
	z-index: 1000;
}
#ImageBoxOuterContainer{
	z-index: 1000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(../img/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../img/spacer.gif);
	background-color: transparent;
}

#ImageBoxNextImage:hover
{
	background-image: url(../img/arrow_right.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
	width: 53px; height: 48px;
	/*dislay: block;*/
}
#ImageBoxPrevImage:hover
{
	background-image: url(../img/arrow_left.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
	width: 53px; height: 48px;
	/*	dislay: block;*/
}
#menu{

	/* border: 1px solid white;*/
	border-top: 1px outset #fff;
	 height: 80px; width: 600px;
	padding-top: 20px;
	margin: 0 auto; margin-top: 350px;
}
#menu ul{
	width: 500px;
	margin: 0 auto;
}
#menu ul li{
	float: left;
	border: 1px solid black;
	list-style: none;
	width: 70px;
	margin: 10px;

}
#menu ul li a{
	text-align: center;
	text-decoration: none;
	width: 80px;
	text-align: center;
	color: #FFFFFF;
}
#menu a img{
	border: 5px solid white;
	border-bottom: 10px solid white;
}
#menu a p{
	text-align: center;
}
.pasive {
	visibility: hidden;
	display: none;
	z-index: -100000000;

}
