img {
	border: 0;
}

#slider {
	width: 630px;
	height: 280px;
	background: white;
	position: relative;
}

.boxx {
	width: 630px;
	height: 280px;
	position: relative;
	display: none;
	z-index: 10;
}

	#slider .boxx img {
		z-index: 11;
		width: 630px;
		height: 280px;
		margin: 0;
	}
	
	.boxx p {
		position: absolute;
		left: 0; bottom: 0;
		margin: 0px; padding: 5px 100px 5px 5px;
		height: 50px; width: 525px;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65); 
		-moz-opacity: .65; 
		-khtml-opacity: .65; 
		opacity: .65;
		background: #000;
		color: #fff;
		z-index: 12;
	}
	
	.boxx a, .boxx a:visited {
		color: #fff;
	}
	
#navbar_sl {
	position: absolute;
	right: 5px; bottom: 15px;
	z-index: 100;
}

	#navbar_sl span {
		color: #fff;
		cursor: pointer;
		border: 1px solid #333;
		font-family: "Times New Roman", serif;
		font-size: 15px;
		padding: 0 5px 0 5px;
	}
	
	#navbar_sl span.activebtn {
		background-color: #aa0000;
	}

.active {
	display: block;
}
