.slider,
.dateSlider{
	width:100%;
	margin:20px auto;
	padding-top:20px;
}
.tick{
	border-left:1px solid black;
	position:absolute;
	top:0;
	height:20px;
	text-align:right;
}
.sliderZone dl input{
	text-align:right;
	margin-left:5px;
	margin-right:0;
	width:200px;	
}
.sliderZone img{
	vertical-align:middle;
}

.sliderZone dl{
	margin-bottom:50px;
}

.sliderZone{
	height:40px;
}


.sliderZone,
.logZone{
	margin-right:400px;
}


.log{
	height: 140px;
	overflow: auto;
	background-color:#555;
	font-family:Consolas Courrier "Courrier New" Monospace;
	color: #DDD;
	padding: 5px;
	list-style-type:none;
}

.log p{
	margin:0;
	padding: 0;
}

#themeSelector{
	width:100%;
	height:100px;
	position: relative
}

#themeSelector dt,
#themeSelector dd{
	position: absolute;
	width:120px;
	text-align:center;
	margin:0 5px;
	cursor: pointer;
	border:3px solid transparent;
}

#themeSelector dt{
	bottom:0;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}

#themeSelector dd{
	top:0;
	padding: 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}

#themeSelector .iThing{
	left:130px;
}

#themeSelector .selected{
}

#themeSelector dd.selected{
	border-color:#68a1d6;
	border-bottom-color:transparent;
}

#themeSelector dt.selected{
	border-color:#68a1d6;
	border-top-color:transparent;
}


