#photogallery{
	padding:15px 0px 0px;
}
#photogallery #gallery{
	margin:0px auto;
}
#photogallery #gallery_content{
	margin:0px -12px;
}
#photogallery .gallery_photo{
	width:25%;
	padding:12px;
	float:left;
}
#photogallery .gallery_photo img{
	width:100%;
	border-radius:7px;
}

#photogallery .photo_voteinfo{
	font-size:14px;
	padding-top: 5px;
}


#photogallery .pagination{
	display:block;
	margin-top:10px;
	text-align:center;
	font-size:14px;
}
#photogallery .pagination .page_link{
	display:inline-block;
	text-decoration:none;
	color:inherit;
	padding:0px 5px;
}
#photogallery .pagination .current_page{
	display:inline-block;
	font-weight:bold;
	padding:0px 5px;
}




.lightbox_photo_wrapper{
	max-width:800px;
	position: relative;
	left: 50%;
	top:0px;
	float: left;
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-webkit-transition: top .3s ease-out;
	-moz-transition: top .3s ease-out;
	-o-transition: top .3s ease-out;
	transition: top .3s ease-out;
}
#photogallery_lightbox .modal-dialog{
	width: auto;
	max-width: 100%;
}
#photogallery_lightbox .modal-dialog .close{
	position:absolute;
	top:5px;
	right:10px;
	color:#fff;
	text-shadow: 0 1px 3px #000;
	opacity:0.7;
	filter: alpha(opacity=70);
}
#photogallery_lightbox .modal-dialog .close:hover{
	opacity:1;
	filter: alpha(opacity=100);
}
#photogallery_lightbox .lightbox_image{
	width:100%;
}
#photogallery_lightbox .modal-content{
	overflow: hidden;
}
#photogallery_lightbox .modal-footer{
	margin-top:0px;
}

#photogallery_lightbox .photogallery_sharing a{
	display:inline-block;
	width:50px;
	height:50px;
	margin-left:5px;
	border-radius:4px;
	text-indent:-9999px;
	text-align:left;
}
#photogallery_lightbox .photogallery_sharing .fb_share{
	background:transparent url('images/facebook.png') center center no-repeat;
}
#photogallery_lightbox .photogallery_sharing .tw_share{
	background:transparent url('images/twitter.png') center center no-repeat;
}
#photogallery_lightbox .photogallery_vote{
	width:107px;
}


@media (max-width:912px){

	#photogallery .gallery_photo{
		width:33.333%;
	}
		
}
@media (max-width:690px){

	#photogallery .gallery_photo {
		width:50%;
	}
		
}
@media (max-width:390px){

	#photogallery .gallery_photo {
		width:100%;
	}
		
}
