.mediacolumn{
	padding: 10px;
	display: inline-block;
	position: relative;
	width:300px;
	border: 0px solid black;
}
#galleries {
	background-repeat: repeat;
	float:left;
}
#galleries a:hover {
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
#galleries a {
	text-align:left;
	text-decoration:none;
}




#slideshow{
	display: block;
	visibility: show;
	left: 0px;
	top: 0px;
	position: relative;
	z-index: 1;
	height:100px;
	width: 640px;
}

#sidebar{
	display: block;
	visibility: show;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 4;
}

.fixed{
	margin-left: 20px;
}
