/** 
 *  sliderkit-demos.css
 *	> CSS code for demos
 *  
 *  This file is part of Slider Kit jQuery plugin.
 *  http://www.kyrielles.net/sliderkit/
 *  
 *  Copyright (c) 2010-2012 Alan Frog
 *  Licensed under the GNU General Public License
 *  See <license.txt> or <http://www.gnu.org/licenses/>
 *
 */

/*
 *  PHOTOS SLIDERS
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Photos slider > Minimal
 *---------------------------------*/
.photoslider-mini{width:509px;height:274px;}

/* Panels buttons */
.photoslider-mini .sliderkit-go-btn{position:absolute;top:0;z-index:10;width:50px;height:350px;}
.photoslider-mini .sliderkit-go-prev{left:0;}
.photoslider-mini .sliderkit-go-next{right:0;}
.photoslider-mini .sliderkit-go-btn a{display:block;width:50px;height:350px;cursor:pointer;background-repeat:no-repeat;background-position:center center;}
.photoslider-mini .sliderkit-go-prev a{background-image:url("/img/slider-arrow-left.png");}
.photoslider-mini .sliderkit-go-next a{background-image:url("/img/slider-arrow-right.png");}
.photoslider-mini .sliderkit-btn-disable a{opacity:0/*can be set to any value until 1*/;cursor:default;}
.photoslider-mini .sliderkit-btn-disable a:hover{cursor:default;}
.photoslider-mini .sliderkit-go-btn span{display:none;}
.photoslider-mini .sliderkit-nav{z-index:10;position:absolute;width:100%;top:67%;}
.photoslider-mini .sliderkit-nav-clip{position:relative;overflow:hidden;margin:0 auto;}
.photoslider-mini .sliderkit-nav-clip ul{position:relative;left:0;top:0;list-style:none;margin:0;padding:0;}
.photoslider-mini .sliderkit-nav-clip ul li{float:left;border:1px solid #fff; width:10px; height:10px;border-radius:0.5em;}
.photoslider-mini .sliderkit-nav-clip ul li.sliderkit-selected {background-color:#fff;}

.photoslider-mini2{width:100%;}
.sliderkit-panel { height:auto }
/* Panels buttons */
.photoslider-mini2 .sliderkit-go-btn{position:absolute;bottom:0px;z-index:10;width:36px;height:50px;}


.photoslider-mini2{width:100%;}
.sliderkit-panel { height:auto }
/* Panels buttons */
.photoslider-mini2 .sliderkit-go-btn{position:absolute;top:0;z-index:10;width:50px;height:150px;}
.photoslider-mini2 .sliderkit-go-prev{left:0;}
.photoslider-mini2 .sliderkit-go-next{right:0;}
.photoslider-mini2 .sliderkit-go-btn a{display:block;width:50px;height:150px;cursor:pointer;background-repeat:no-repeat;background-position:center center;}
.photoslider-mini2 .sliderkit-go-prev a{background-image:url("/img/slider-arrow-left.png");}
.photoslider-mini2 .sliderkit-go-next a{background-image:url("/img/slider-arrow-right.png");}
.photoslider-mini2 .sliderkit-btn-disable a{opacity:0/*can be set to any value until 1*/;cursor:default;}
.photoslider-mini2 .sliderkit-btn-disable a:hover{cursor:default;}
.photoslider-mini2 .sliderkit-go-btn span{display:none;}
