/*	Intense HTML/CSS Template
	Created by system32
	Copyright 2009 All rights Reserved
	Themeforest.net
--------------------------------------------------------------------------------------------*/



/*	Layout
--------------------------------------------------------------------------------------------*/



#galery {
	width:900px;
	margin:0 auto;
	}

.grid_1 {
display:inline;
float:left;
margin-left:10px;
margin-right:10px;
}

.bobox {
	padding:20px 15px;
	height:100%;	
	}
	

/* Gallery
-------------------------------------------------------------------------------------*/

.gallery_box{
	background:#f4f4f4;
	position:relative;
	float: left; 
	overflow: hidden; 
	margin-bottom:40px;
	margin-right:10px;
	margin-left:15px;
	padding:5px;
	border:1px solid #ccc;
	width:260px;
	}

	.gallery_box ul li {
		float:right;
	 	list-style:none;
		}



	.gallery_box img {
		width:260px;
		height:150px;
		}

	.gallery_box.nomargin { 
		margin-right:0px;
		}

	.gallery_info{
		height:auto;
		width: 170px;
		padding:5px 5px 5px 10px;
		display: none;
		position:absolute;
		top:50px;
		overflow: hidden;
		z-index: 20;
		margin:0px 5px 0px 0px;
		}

	.gallery_info a, .gallery_info a:visited {
		color:#000; 
		text-decoration:none;
		}
		
	.gallery_info h3{ 
		color:#ffffff; 
		font-size:16px; 
		font-weight:bold; 
		margin:0px;
		}

	ul li {
		list-style:none;
		}


