@media screen and (min-width: 801px) {
/*---------------------------------
 *  Photos gallery > Standard
 *---------------------------------*/
.photosgallery-std{width:625px;height:275px;padding-bottom:75px; margin-bottom:0px;}

/* Navbar */
.photosgallery-std .sliderkit-nav{left:0;bottom:0;width:625px;padding:0px 0px 10px 0px;background:#fff; margin-left:auto; margin-right:auto;}
.photosgallery-std .sliderkit-nav-clip ul li {float:left;margin:0;}
.photosgallery-std .sliderkit-nav-clip ul li a {display:block;width:130px;height:55px;overflow:hidden;margin:0;padding:3px; margin:0 4px;}
.photosgallery-std .sliderkit-nav-clip ul li a img {width:130px; height:55px;}
.photosgallery-std .sliderkit-nav-clip ul li.sliderkit-selected a{padding:0;border:3px solid #f00;}

/* Buttons */
.photosgallery-std .sliderkit-btn{position:absolute;top:0;}
.photosgallery-std .sliderkit-btn span{display:none;}
.photosgallery-std .sliderkit-btn-disable{opacity:0.3/*can be set to any value until 1*/;cursor:default;}
.photosgallery-std .sliderkit-btn-disable a:hover{cursor:default;}

/* Navbar buttons */
.photosgallery-std .sliderkit-nav .sliderkit-btn a{display:block;width:22px;height:61px;background-repeat:no-repeat;background-position:center center; background-color:transparent;}
.photosgallery-std .sliderkit-nav .sliderkit-nav-prev{left:0px;}
.photosgallery-std .sliderkit-nav .sliderkit-nav-next{right:0px;}
.photosgallery-std .sliderkit-nav .sliderkit-nav-prev a{ background-image:url(../images/nav001.png)}
.photosgallery-std .sliderkit-nav .sliderkit-nav-next a{ background-image:url(../images/nav002.png)}

/* Panels buttons */
.photosgallery-std .sliderkit-go-btn{position:absolute;top:0;z-index:10;width:50px;height:275px;}
.photosgallery-std .sliderkit-go-prev{left:0;}
.photosgallery-std .sliderkit-go-next{right:0;}
.photosgallery-std .sliderkit-go-btn a{display:block;width:50px;height:275px;opacity:0.6;cursor:pointer;background-color:#fff;background-repeat:no-repeat;background-position:center center;}
.photosgallery-std .sliderkit-go-prev a{background-image:url("../images/slider-arrow-left.gif");}
.photosgallery-std .sliderkit-go-next a{background-image:url("../images/slider-arrow-right.gif");}
.photosgallery-std .sliderkit-btn-disable a{opacity:0/*can be set to any value until 1*/;cursor:default;}
.photosgallery-std .sliderkit-go-btn span{display:none;}

/* Panel */
.photosgallery-std .sliderkit-panel{top:0;left:0;width:625px;height:275px;}

/* Counter */
.photosgallery-std .sliderkit-count-items { display:none !important}
.photosgallery-std .sliderkit-panel img { width:625px; height:275px; }

/*.photosgallery-std .sliderkit-panel img { width:625px; height:275px; }
*/

.photosgallery-std .sliderkit-panel a:hover {
	filter: alpha(opacity=100)  !important;
	-moz-opacity:1.0  !important;
	opacity:1.0 !important;
}

}

@media screen and (max-width: 800px) {

/*---------------------------------
 *  Photos gallery > Standard
 *---------------------------------*/
.photosgallery-std{width:320px;height:135px;padding-bottom:50px; margin-bottom:0px;}

/* Navbar */
.photosgallery-std .sliderkit-nav { display:none !important;}


/* Buttons */
.photosgallery-std .sliderkit-btn{position:absolute;top:0;}
.photosgallery-std .sliderkit-btn span{display:none;}
.photosgallery-std .sliderkit-btn-disable{opacity:0.3/*can be set to any value until 1*/;cursor:default;}
.photosgallery-std .sliderkit-btn-disable a:hover{cursor:default;}


/* Panel */
.photosgallery-std .sliderkit-panel{top:0;left:0;width:320px;height:135px;}

/* Counter */
.photosgallery-std .sliderkit-count-items { display:none !important}
.photosgallery-std .sliderkit-panel img { width:320px; height:135px; }


}

