/*
Template Name: PhotoFolio
File: pgallery CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

.pgallery{
	display:block;
	width:100%;
	padding:20px 0 8px 0;
	}

.pgallery ul{
	margin:0;
	padding:0;
	list-style:none;
	}

.pgallery li{
	display:block;
	position:relative;
	float:left;
	width:270px;
	height:180px;
	margin:0 20px 12px 0;
	padding:0;
	}

.pgallery li a img{
	display:block;
	width:270px;
	height:180px;
	margin:0;
	padding:10px 10px 10px 10px;
	}

.pgallery li.last{
	margin-right:0;
	}
	
	.probox{
		border:1px solid #e5e5e5;
		background:#f2f2f2;
		border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;box-shadow: 3px 5px 8px rgba(0,0,0,0.70);-moz-box-shadow: 3px 5px 8px rgba(0,0,0,0.70);-webkit-box-shadow: 3px 5px 8px rgba(0,0,0,0.70);
		width:290px;
		height:450px;
		margin: 0 10px 0 20px;
	}
	.fst{margin-left:0;}
	.lst{margin-bottom:20px;}
	.probox p{padding-left:10px;}
	.probox hr{margin-left:10px;width:268px;}
	.white{background:#FFF;}
	
	.prospec{font-size:11.5px;}