/* 
    Document   : default
    Created on : 21-ago-2010, 23:54:36
    Author     : RaYa
    Description:
        Default CSS - Arrogance Temporal Splash Page
*/

root { 
    display: block;
}

* {
    margin: 0 auto; padding: 0;
}

body {
    margin: 0 auto; padding: 0;
    background-color: #202020;
    color: #f1f1f1;
    font-family: Tahoma, Geneva, Kalimati, sans-serif;
    font-size: 0.75em;
}

.content {
    width: 600px;
    margin: 50px auto;
    text-align: center;
}

#slideshow #slidesContainer {
      margin: 0 auto;
      width: 350px;
      height: 200px;
      position: relative;
}

#slideshow #slidesContainer .slide {
      margin: 0 auto;
      width: 200px; /* reduce by 20 pixels to avoid horizontal scroll */
      height: 200px;
}

/**
 * Slideshow controls style rules.
 */
.control {
      display: block;
      width: 39px;
      height: 200px;
      text-indent: -10000px;
      position: absolute;
      cursor: pointer;
}
#leftControl {
      top: 550px;
      left: 380px;
      background:transparent url(../images/circleleft32.png) no-repeat 0 0;
}
#rightControl {
      top: 550px;
      right: 380px;
      background: transparent url(../images/circleright32.png) no-repeat 0 0;
}

