/****************************************************************/
/*    slideshow  v1.0.0                                         */
/*    © 2013 Tomáš Mahrík, BEE DIGITAL                          */
/*    http://blog.beedigital.sk, www.beedigital.sk              */
/****************************************************************/

    #slideshow,#slideshow2
    {
       position: absolute;
  	   width:951px;
    }
    
    .arrow_left
    {
      position: absolute;
      display: inline-block;
      top: 30%;
      left:0px;
      width:42px;
      height:132px;
      background: url('../images/default/arrow_left.png') 0px -132px no-repeat;
      opacity:0.6;
      z-index: 10;
    }
    
    .arrow_left:hover
    {
      background: url('../images/default/arrow_left.png') 0px 0px no-repeat;
    }
    
    .arrow_right
    {
      position: absolute;
      display: inline-block;
      top: 30%;
      right:0px;
      width:42px;
      height:132px;
      opacity:0.6;
      background: url('../images/default/arrow_right.png') 0px -132px no-repeat;
      z-index: 10;
    }
    
    .arrow_right:hover
    {
       background: url('../images/default/arrow_right.png') 0px 0px no-repeat;
    }
    
    .description
    {
       position: absolute;
       display: none;
       padding:5px;
       width:40%;
       height:25%;
       top: 65%;
       right:65px; 
       background: url('../images/default/transparent.png') 0px 0px repeat;
    }
    
    .description h1
    {
       color: #5890D3;
       font-size: 22px;
       margin-top:0px;
       margin-bottom:0px;
       opacity:1;
    }
    
    .description p
    {
       margin-top:5px;
       color: #fff;
       font-size:18px;
       opacity:1;
    }
    
    .navigation
    {
        position:relative;
        text-align:center;
        display:block;
        padding-bottom:5px;
        height: 25px;
        z-index:0;
        border-top: 1px solid #666;
        margin: auto;
       width: 180px;
	   background: black;
	   margin-top: -25px;
	   opacity: 0.6;
    }
    
    .slide_unactive
    {
       position:relative;
       display: inline-block;
       width:28px;
       height:27px;
       margin-right:-2px;
       top: 6px;
       background: url('../images/default/nav_unactive.png') 0px 0px no-repeat;
       z-index:20;
    }
    
    .slide_unactive:hover
    {
       opacity:0.8; 
    }
    
    .slide_active 
    {
       position:relative;
       display: inline-block;
       width:28px;
       height:27px;
       margin-right:-2px;
       top: 6px;
       background: url('../images/default/nav_active.png') 0px 0px no-repeat;
       z-index:20;
    }
    
    .slide_active 
    {
       opacity:0.8;
    }
    
    .preloader
    {
    
    }
    
    .slides
    {
        position: relative;
        display: block;
        width:100%;
        height: 100%;  
    }
    
    .slides img
    {
        position:absolute;
        display: none;
        top:0px;
        left:0px;
		 border-radius: 3px;
    }

