#wrap 
{
	clear:left;
	
	height:300px;
	
	width:780px;
	
	display:block;
	
	overflow:hidden;
	
	position:relative;
	
	margin-bottom: 10px;
}
#carousel 
{
	width:10000px;
	
	margin:0;
	
	padding:0;
	
	position:absolute;
	
	top:0;
	
	left:0;
}

#carousel p
{
	padding: 0px;
	
	margin: 0px;
}

#carousel li 
{
	height:300px;
	
	width:780px;
	
	margin:0;
	
	padding:0;
	
	float:left;
	
	display:inline;
	
	font-size: 11px;
	
	color: #333333;
}

#carousel li b
{
	font-weight: normal;
}

.next
{
	background-color: #E6F6F9;
	
	border: 1px solid #333333;
	
	padding: 2px;
	
	font-size: 11px;
	
	margin-right: 5px;
	
	width: 15px;
	
	text-align: center;
	
	float: left;
	
	display: block;
	
	filter: alpha(opacity=50);
	
	-moz-opacity: .50;
	
	opacity: .50;
	
	cursor: pointer;
}

.next:hover
{
	background: #0066CC;
	
	filter: alpha(opacity=100);
	
	-moz-opacity: 1;
	
	opacity: 1;
	
	color: #FFFFFF;
}

#slide_0
{
	background: transparent url('../images/main_whale.jpg') no-repeat top left;
	
	width: 780px;
	
	height: 300px;
}

#slide_1
{
	background: transparent url('../images/main_atv.jpg') no-repeat top left;
	
	width: 780px;
	
	height: 300px;
}

#slide_2
{
	background: transparent url('../images/main_horseback.jpg') no-repeat top left;
	
	width: 780px;
	
	height: 300px;
}

#slide_3
{
	background: transparent url('../images/main_canopy.jpg') no-repeat top left;
	
	width: 780px;
	
	height: 300px;
}

#slide_4
{
	background: transparent url('../images/main_cruise.jpg') no-repeat top left;
	
	width: 780px;
	
	height: 300px;
}