.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: 90%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    margin: auto;
}
.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{
    display:none;
   /* max-width: 1050px;*/
    text-align: center;
    margin: auto;
    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: 75px;
    height: 75px;
    float: left;
    margin: 2px;
    border: 1px lightgray solid;
}
.pics_gallery .pics .thumbnails img:hover{
    border: 1px white solid;
}
.pics_gallery .pics .main_pic{
	position:relative;
    /* display: inline-block; */
    width: 1425px;
	height: 900px;
    
	margin:auto;
}
.pics_gallery .pics .main_pic .main{
	/* position:relative; */
    display: inline-block;
    width: 1174px;
	height: 100%;
    max-height: 900px;
    max-width: 1540px;
	margin:auto;
}

.pics_gallery .pics .main_pic .left{
	/* position:relative; */
    display: inline-block;
	height:70%;
    width: 120px;
	margin:auto;
}
.pics_gallery .pics .main_pic .right{
	/* position:relative; */
    display: inline-block;
	height:70%;
    width: 120px;
	margin:auto;
}

.pics_gallery .pics .main_pic .left img{
	/* position:absolute; */
    /* display: inline-block; */
	height:310px;
	width:120px;
	/* top:52%; */
    position: relative;
    z-index:100;
	border:0px;
    /* float: left; */
}
.pics_gallery .pics .main_pic .right img{
	/* position:absolute; */
    /* display: inline-block; */
	height:310px;
	width:120px;
	top:52%;
	border:0px;
    float: right;
	
}
.pics_gallery .pics .main_pic img{
    /* width: 268px; */
    max-height: 900px;
    max-width: 1540px;
    /* height: 187px; */
	border:0px;
	border-style:solid;
	border-color:black;
	margin:auto;
	bottom:0px;
    display: block;
    /*  */
}
.pics_gallery .pics .main_pic1 img{
    width: 100%;
    height: 900px;
	border:7px;
	left:100px
}
.pics_gallery .pics{
    display: none;
}