#ThemeBar {
	position: fixed;
	bottom: 0px;
	height: 39px;
	width: 100%;
}
.FloatLeft {
	float: left;
	display: inline;
}
.FloatRight {
	float: right;
	display: inline;
}
.Clickable {
	cursor: pointer;
}
.ThemeDivider {
	height: 8px;
	background-color: #3f3f3f;
}
.ThemeSelector {
	height: 128px;
	background-color: #000;
}
#SlideContainer {
	position: absolute;
	display: block;
	overflow: hidden;
	z-index: 1;
	height: 128px;
	width: 25px;
	left: 32px;
}
#Slider {
	display: block;
	position: absolute;
}
#SlideContainer #Slider .ThemeCell {
	float: left;
	display: block;
	width: 100px;
	margin: 18px 0 0 50px;
	font-size: 10px;
}

#SlideContainer #Slider .ThemeCell .Thumb {
	width: 100px;
	height: 75px;
	border: 0;
	margin: 0 0 7px 0;
}
#SlideContainer #Slider .ThemeCell .Text {
	color: #fff;
	font-size: 10px;
}
#SlideContainer #Slider .ThemeCell .By {
	color: #999;
}