/*
 * $Id: playerPage.css,v 1.6 2007/11/07 18:47:19 justme Exp $
 *
 * Copyright (c) 2006 by Aparzev GmbH (http://www.aparzev.com/). All rights reserved.
 */


html, body {
  overflow:hidden !important;
}

/********************************************************
 *                 Animation Controls
 ********************************************************/

#vodilanew {
  width:272px;
}

#vodilanew,
#vodilanew div,
#vodilanew span {
  font-size:9px !important;
  letter-spacing:0.1em;
  text-transform:uppercase;
}

#vodilanew div.orangetext, #vodilanew div.text {
  padding-left:11px;
  padding-right:11px;
}

#vodilanew div.handle, #vodilanew div.orangeSlider {
  background-repeat:no-repeat;
  background-position: 13px 0px;
  margin-bottom: 9px;
}

#vodilanew div.orangetext {
  color:orange;
}

#playerbox div, #vodilanew div {
  height:7px;
  width:100%;
  margin-bottom: 19px;
}

#vodilanew div.handle {
  background-image:url(/images/track.gif);
  background-repeat:no-repeat;
}

#vodilanew div.orangeSlider {
  background-image:url(/images/track_orange.gif);
  background-repeat:no-repeat;
}

#vodilanew img {
  cursor:pointer;
  margin-top:-4px;
}

#playerbox {
  float:left;
  width:272px;
  margin-top:40px;
}

#playerbox img {
  cursor:pointer;
  margin-left:-4px;
}

#playerbox div.handle {
  background-repeat:no-repeat;
  background-position: 0px 13px;
  margin-right: 9px;
  background-image:url(/images/track_v.gif);
}

#playerbox img.spacer {
  width:1px;
  height:75px;
  margin-top:0px;
}


#stop {
    position: absolute;
    right: 46px;
    bottom: 160px;
    background-image: url(/images/stop.gif);
    background-repeat:no-repeat;
    text-align:center;
    width:46px;
    height:32px;
    padding-top:10px;
    font-size:8px;
    text-transform:uppercase;
    cursor:pointer;
    z-index:50;
}

#onlinePlayer {
  position:absolute;
  left:30px;
  bottom:15px;
  width:300px;
  height:85px;
  z-index:1;
  /* border:1px dotted red; */
}


/*
 * $Log: playerPage.css,v $
 * Revision 1.6  2007/11/07 18:47:19  justme
 * moved stop to the bottom
 *
 * Revision 1.5  2007/11/07 16:56:20  justme
 * Pre-release tweaks
 *
 * Revision 1.4  2007/11/06 22:18:03  justme
 * Style and creepy tweaks
 *
 * Revision 1.3  2007/11/05 04:56:36  justme
 * Tweaks, bugfixing etc. pre-release
 *
 * Revision 1.2  2007/11/04 21:25:07  justme
 * Made player visible
 *
 * Revision 1.1  2007/11/04 18:17:02  justme
 * Renamed from home.css
 *
 * Revision 1.4  2007/10/18 14:19:23  justme
 * Layout and navigation tweaks - interim state
 *
 * Revision 1.3  2007/09/19 18:01:06  justme
 * Moved values from main.css
 *
 * Revision 1.2  2007/07/19 12:37:07  justme
 * New layout
 *
 * Revision 1.1  2007/04/25 15:48:44  justme
 * Initial revision
 *
 *
 */