#slider {
	float: left;
	width: 441px;
	margin: 0;
	padding: 0;
	position: relative;
	}

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

.scrollContainer div.panel {
	height: 154px;
	width: 366px;
	overflow: hidden;
	}

.scrollContainer div.panel div.panelinside {
	float: left;
	width: 122px;
	text-align: center;
	}

#shade {
height: 50px;
}

.scrollButtons {
position: absolute;
top: 0;
cursor: pointer;
}

.scrollButtons.left {
margin: 0;
left: 0;
}

.scrollButtons.right {
margin: 0;
left: 397px;
}

.hide {
display: none;
	}
	
.insert a {
	width: 122px;
	height: 154px;
	margin: 0;
	color: black;
	padding: 10px;
	line-height: 1.2em;
	}

.insert a:link {
	color: blue;
	text-decoration: none;
	}
	
.insert a:hover {
	color: black;
	text-decoration: underline;
	}
	
.insert a:active {
	color: blue;
	text-decoration: underline;
	}
	
.insert a:visited {
	color: #ff0080;
	text-decoration: none;
	}

