#slider {
	position: relative; box-shadow: 0px 0px 20px #999; -webkit-box-shadow: 0px 0px 20px #999; -moz-box-shadow: 0px 0px 20px #999;
}

#slides {
	margin: 0px auto; overflow: hidden;
}
.kwicks {
	list-style: none; margin: 0px; padding: 0px; border-right-color: rgb(255, 255, 255); border-right-width: 5px; border-right-style: solid; position: relative;
}
.kwicks .slide {
	width: 100px; height: 200px; overflow: hidden; float: left; display: block; box-shadow: 0px 0px 30px #000; -webkit-box-shadow: 0px 0px 30px #000; -moz-box-shadow: 0px 0px 30px #000;
}
.kwicks .post {
	padding: 0px; border: 5px solid rgb(255, 255, 255); width: 300px; height: 190px; position: relative;
}
.opacity {
	background: rgb(255, 255, 255); left: 0px; top: 0px; width: 300px; height: 200px; display: block; position: absolute; z-index: 1; opacity: 0.1;
}
.overlay {
	left: 0px; top: 0px; width: 300px; height: 200px; display: block; position: absolute; z-index: 1;
}
.kwicks .post .entry-container {
	margin: 10px; padding: 10px; bottom: 0px; display: none; position: absolute; cursor: pointer;
}
#slider .post {
	color: rgb(255, 255, 255);
}
#slider .post .entry-title a {
	color: rgb(255, 255, 255);
}

