@media (orientation: landscape) {


.box{
    width: 310px;
    min-height: 150px;
    background: #303030;
    margin-left: 10px;
    margin-top: 10px;
	margin-bottom: 25px;	
    float: left;
    border: 1px black solid;
    overflow: hidden;
}
.box:hover{
    background: #262626;
}
.gallery{
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}
.box img{
    width: 295px;
    max-height: 200px;
    float: left;
    margin: 7px;
    border: 1px white solid;
}
.box div{
    margin: 10px;
    color: white;
    font-weight: bold;
}
.pics_gallery{
  /*  display: none;*/
}
.pics_gallery .pics .thumbnails{
   /* max-width: 1050px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: left;
    overflow: hidden;
    height: auto;
    padding: 3px;
   /* background: #121212;*/
-moz-border-radius:5px; /* FF */
-webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
-khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
border-radius:5px; /* pozostałe przeglądarki */
margin-top: 10px;
margin-bottom: 25px;
}
.pics_gallery .pics .thumbnails img{
    width: 100%;
 /*   height: 10%;*/
    float: left;
}
.pics_gallery .pics .thumbnails a{
    width: 32%;
 /*   height: 10%;*/
    float: left;
    margin: .5%;

}
.pics_gallery .pics .thumbnails img:hover{
   /* border: 1px white solid;*/
   cursor: pointer;
}
.pics_gallery .pics .main_pic{
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
}
.pics_gallery .pics .main_pic .left img{
	position:absolute;
	height:60px;
	width:60px;
	left:-23px;
	top:52%;
	border:0px;
}
.pics_gallery .pics .main_pic .right img{
	position:absolute;
	height:60px;
	width:60px;
	right:-45px;
	top:52%;
	border:0px;
	
}
.pics_gallery .pics .main_pic img{
    width: 100%;
    /*max-height: 675px;
	border:10px;
	border-style:solid;
	border-color:black;
	margin:auto;*/
	bottom:0px;
}
.pics_gallery .pics .main_pic1 img{
    width: 100%;
    height: 675px;
	border:7px;
	left:100px
}
.pics_gallery .pics{
   /* display: none;*/
}

}


@media (orientation: portrait) {


    .box{
        width: 310px;
        min-height: 150px;
        background: #303030;
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 25px;	
        float: left;
        border: 1px black solid;
        overflow: hidden;
    }
    .box:hover{
        background: #262626;
    }
    .gallery{
        width: 100%;
        height: auto;
        overflow: hidden;
        cursor: pointer;
    }
    .box img{
        width: 295px;
        max-height: 200px;
        float: left;
        margin: 7px;
        border: 1px white solid;
    }
    .box div{
        margin: 10px;
        color: white;
        font-weight: bold;
    }
    .pics_gallery{
      /*  display: none;*/
    }
    .pics_gallery .pics .thumbnails{
       /* max-width: 1050px;*/
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        float: left;
        overflow: hidden;
        height: auto;
        padding: 3px;
       /* background: #121212;*/
    -moz-border-radius:5px; /* FF */
    -webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
    -khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
    border-radius:5px; /* pozostałe przeglądarki */
    margin-top: 10px;
    margin-bottom: 25px;
    }
    .pics_gallery .pics .thumbnails img{
        width: 100%;
        height: 16%;

        float: left;
    }
    .pics_gallery .pics .thumbnails a{
        width: 24%;
     /*   height: 10%;*/
        float: left;
        margin: .5%;
    
    }
    .pics_gallery .pics .thumbnails img:hover{
       /* border: 1px white solid;*/
       cursor: pointer;
    }
    .pics_gallery .pics .main_pic{
        position: relative;
        width: 100%;
        height: auto;
        overflow-x: visible;
        margin: auto;
    }
    .pics_gallery .pics .main_pic .left img{
        position:absolute;
        height:60px;
        width:60px;
        left:-23px;
        top:52%;
        border:0px;
    }
    .pics_gallery .pics .main_pic .right img{
        position:absolute;
        height:60px;
        width:60px;
        right:-45px;
        top:52%;
        border:0px;
        
    }
    .pics_gallery .pics .main_pic img{
        width: 100%;
        /*max-height: 675px;
        border:10px;
        border-style:solid;
        border-color:black;
        margin:auto;*/
        bottom:0px;
    }
    .pics_gallery .pics .main_pic1 img{
        width: 100%;
        height: 675px;
        border:7px;
        left:100px
    }
    .pics_gallery .pics{
       /* display: none;*/
    }
    
    }