@charset "utf-8";
/* 

GALLERY STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- gallery stylesheet  --------- */

/*	gallery */
div.gallery
	{
	}
	
/* gallery list */
div.gallery-list
	{
	}

/* gallery list item*/
div.gallery-list-item
	{
	}
	
	
	
/* Gallery homepage Thumbnail */
div.gallery-homepage-thumbnail
	{
	}	
	
/* Gallery homepage Description */
div.gallery-homepage-description
	{
	}	
	
	
/* Gallery List Button*/
div.gallery-list .button
	{
	}	
	
	
/* Gallery Item*/
div.gallery-item
	{
	}	
	
/* Gallery Item Button*/
div.gallery-item .button
	{
	}
	
/* Gallery Widget */
div.gallery-widget
	{
	}

/* Gallery Widget Thumbnail */
div.gallery-thumbnail
	{
	}
	
/* Gallery Widget Button */
div.gallery-widget a.button
	{
	}
			
	

/* Gallery row*/
div.gallery-row {
	margin-bottom:10px;
	clear:both;
}
div.gallery-thumb{
	border: ;
	float:left;
	width:22%;
	height:130px;
	overflow:hidden;
	margin-right:10px;
}
div.gallery-thumb:hover, 
div.gallery-link-holder:hover {
	border: ;
}
div.gallery-thumb img,
div.gallery-link-holder .gallery-img-holder img{
	width:100%;
	height:auto;
	min-height:150px;
	border:none
}
div.gallery-link-holder {
	border: ;
	float:left;
	width:22%;
	height:150px;
	overflow:hidden;
	margin-right:10px;
}
div.gallery-link-holder .gallery-img-holder {
	display:block;
	width:100%;
}
div.gallery-link-holder .title{
	border-top:;
	background:#;
	display:block;
	position:absolute;
	bottom:0px;
	width:100%;
	padding:5px 0;
	text-align:center;
	font-size:1.5em;
	clear:both;
}
