/*
 *  PHOTOS SLIDERS
 *  ------------------------------------------------
 */

/*---------------------------------
 *  Photos slider > Minimal
 *---------------------------------*/
.photoslider-mini{width:986px;height:323px;}

/* Panels buttons */
.photoslider-mini .sliderkit-go-btn{position:absolute;top:0;z-index:10;width:50px;height:307px;}
.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:307px;
	opacity:0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Style=3,Opacity=50,FinishOpacity=50);
	cursor:pointer;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
}
.photoslider-mini .sliderkit-go-prev a{background-image:url(../images/slider-arrow-left.gif);}
.photoslider-mini .sliderkit-go-next a{background-image:url(../images/slider-arrow-right.gif);}
.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;}

/* Nav */
.photoslider-mini .sliderkit-nav{position:absolute;top:310px;right:10px;}
.photoslider-mini .sliderkit-nav-clip ul li{float:left;margin:0 1px 0 0;}
.photoslider-mini .sliderkit-nav-clip ul li a{width:13px;height:13px;background:transparent url(../images/bullet-off.png) no-repeat 0 0;}
.photoslider-mini .sliderkit-nav-clip ul li.sliderkit-selected a{background:transparent url(../images/bullet-on.png) no-repeat 0 0;}
