.ts_entry
{
    letter-spacing: -0.5px;
    font-size:12px;
    margin: 2px -5px;
}
textarea
{
    width:170px;
}
.day
{
    color: #000;
    background-color: #B5BDAE;
    width:19px;
    border: solid 0px #000000;
    text-align:center;
}
.year
{
    color: #fff;
    color: #000; 
    background-color: #B5BDAE; 
    width:35px;
    border: solid 0px #000000;
    text-align:center;
}
.changeday
{
    width:17px;
    height: 17px;
    background-color: transparent;
    border: solid 0px #000000;
}
.changeup
{
    background-color: none;
    background-image: url(../lotte/zeitraffer/images/changeup.png);    
}

.changedown
{
background-image: url(../lotte/zeitraffer/images/changedown.png);    
}
.seperator
{
    width:1px;
    margin-top: -20px;
    margin-left: 20px   
}
radio
{
    width:10px
}
.slidetabs {
/*    clear: both;*/
/*    margin-left: 330px;*/
/*    height: 702px; */
}

.images {
    border:1px solid #ccc;
    position:relative;    
    height:576px;
    
    width:704px;
    float:left;    
    margin: 0px 0px 20px 5px;
  /*  cursor:pointer;     */
}

/* single slide */
.images div {
    display:none;
    position:absolute;
    top:0;
    left:0;        
/*    margin:7px;
    padding:15px 30px 15px 15px;  */
    height:256px;
    font-size:12px;
}

/* tabs (those little circles below slides) */
.slidetabs {
    clear:both;
    margin-left:25px; 
}

/* single tab */
.slidetabs a {
/*    width:8px;
    height:8px;
    float:left;
    margin:3px; */
/*    background:url(navigator.png) 0 0 no-repeat; */ 
    display:none;
    position: absolute;
    font-size:30px;
    text-decoration: none;
	background: #B5BDAE;
	color: #333;
	cursor: default; 
  }

/* mouseover state */
.slidetabs a:hover {
    background-position:0 -8px;
    
}

/* active state (current page state) */
.slidetabs a.current {
/*    background-position:100 -16px; */
    display: block;     
}

/* prev and next buttons */
.forward, .backward {

    cursor:pointer;
    font-size:1px;
    text-indent:-9999em;    
}
zeitdialog
{
    font-size:12px;
    text-indent: 0em;
    text-decoration: none;
    color: #fff;
}
.zeitbutton
{
    cursor:pointer;
    font-size:10px;
    text-indent: 0em;
    border:none;
    background-color: #55503C;
    color: #fff;
}
zeitdialog:link
{
    color: #fff; 
}
zeitdialog:visited
{
    color: #fff; 
}
zeitdialog:hover
{
    color: #fff; 
}
zeitdialog:active
{
    color: #fff; 
}
.loading
{   
    position:absolute;
    width: 800px;
    text-align: center;
    top: 300px;
    z-index:1
}

.control
{
	display:block;
	float: left;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border: solid 0px #000000;             
    background-color: transparent;
}
control a
{
	text-decoration: none;
}
.start
{
    background-image: url(../lotte/zeitraffer/images/play.png);
	cursor: pointer;
}
.stop
{
    background-image: url(../lotte/zeitraffer/images/stop.png);
	cursor: pointer;
}
.backward
{
    background-image: url(../lotte/zeitraffer/images/back.png);
	cursor: pointer;
}
.forward
{
    background-image: url(../lotte/zeitraffer/images/next.png);
	cursor: pointer;
}
.snapshot
{
    background-image: url(../lotte/zeitraffer/images/snapshot.png);
	cursor: pointer;
}
#timedisplay
{
	text-align: center;
	height: 36;
	width: 160;
	background-color: #B5BDAE;
	border: solid 0px #000000;
}
#timedisplay a:link
{
	text-decoration: none;
}

#sizeoutput
{
	color: #000;
	width: 160;
	background-color: #B5BDAE;
	cursor: default;
}
.ts_pfadselect
{
   width: 190px;
}
.situationselect
{
    width: 190px;
}