.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: block;
}
.pics_gallery .pics .thumbnails{

   text-align: center;
   margin-left: auto;
   margin-right:  auto;
   width:650px;
   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{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 960px;
	height: 705px;
}
.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{
	margin-left:auto;
	margin-right:auto;
	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: block;
}