/*---------------------------------
 *  Photos gallery > With captions
 *---------------------------------*/
.photosgallery-captions{width:1000px;height:400px;padding:75px 20px 0px 0px;left:50%;margin-left:-500px;}

/* Buttons */
.photosgallery-captions .sliderkit-btn{position:absolute;}
.photosgallery-captions .sliderkit-btn a{display:block;height:60px;}
.photosgallery-captions .sliderkit-btn span{display:none;}
.photosgallery-captions .sliderkit-btn-disable{opacity:0.3/*can be set to any value until 1*/;}
.photosgallery-captions .sliderkit-btn-disable a:hover{cursor:default;}

/* Buttons > Go buttons */
.photosgallery-captions .sliderkit-nav{width:1020px;height:400px;}
.photosgallery-captions .sliderkit-go-btn{width:20px;}
.photosgallery-captions .sliderkit-nav .sliderkit-go-prev{right:0px;bottom:55px;}
.photosgallery-captions .sliderkit-nav .sliderkit-go-next{right:0px;bottom:116px;}

/* Panel */
.photosgallery-captions .sliderkit-panel{top:75px;left:0px;width:1000px;height:400px;overflow:hidden;}