

/* Slideable */
#SlideDiv {
	margin-bottom: 6px;
	width: 660px;
	height: 205px;
	background: #FFFFFF;
}
.slideable {
	overflow: hidden;
	position: relative;
	float: left;
	clear: both;
}
.slideable .slide {
	width: 420px;
	position: relative;
	float: left;
	height: 100%;
	cursor: pointer;
}
.slideable a:hover { background-color: transparent; }
.slideable .wrapper { float: left; height: 100%; overflow: hidden; visibility: hidden; }
.slideable .slide .logo { float: left;}

.slideable .shadow {
	position: absolute;
	top: 120px;
	left: 0;
	height: 10px;
	width: 100%;
	background: url(/img/slideable/shadow.png) top left no-repeat;
}

/* Slideable colors */
#idrott { background: #303030;}
#folkhalsa { background: #2a2a2a;}
#utveckling { background: #242424;}