#slider {
	margin-left: 0px;
	margin-bottom: 0;
	margin-right: 0px;
	margin-top: 0;
	width: 100%;
	position: relative;
}

.scroll {
	margin: 0 auto;
	height: 300px;
	width: 640px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	
}

.scrollContainer div.panel {
height: 300px;
width: 640px;
overflow: hidden;
}

#shade {
height: 50px;
}

.scrollButtons {
position: absolute;
top: 130px;
cursor: pointer;
}

.scrollButtons.left {
left: -15px;
z-index: 1;
}

.scrollButtons.right {
right: -15px;
}

.hide {
display: none;
}

.imagespace{
	height: 300px;
	width: 640px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.imagespace img {
	margin: 0;
	border-style: none;
}

.imagespace a img {
	margin: 0;
	border-style: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
}

.finsert {
	max-height: 50px;
	margin: 10px;
	padding: 0px;
	width: 720px;
	height: 50px;
	text-overflow: clip;
	text-shadow: 2px 2px 3px black;
	color: white;
	position: absolute;
	bottom: 50px;
	
	

}

.finsert .ftitle {
	overflow: hidden;
	height: 40px;
	margin-top: 8px;
	margin-left: 40px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.00;
	color: white;
	width: 520px;
}

.finsert .fcontent {
		margin-left: 50px;
		font-weight: bold;
		text-overflow: ellipsis;
		text-align: justify;
		line-height: 1.20;
		font-size: 12px;
		color: white;
		width: 520px;
}


.finsert a, .insert a:visited {
	color: white;
	text-decoration: none;
	outline: none 
	}
	
.finsert a:hover {
	border-style: none;
	color: white;
	text-decoration: none;
	outline: none 
	}
	
.finsert a img {
	border: none;
	}
