/* 

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

*/

/* --------- 8. panels  --------- */
/* --------- 8. gallery  --------- */
div.content a.galleryThumb {
	display:inline-block;
	float:left;
	margin:1em;
1	border:1px solid #e9eccb;
	border:1px solid #a6c2d5;
	padding:5px;
}
div.content a.galleryThumb:hover {
1	border:1px solid #99a70a;
	border:1px solid #386a9d;
	color:#99a70a;
}
div.content a.galleryThumb:hover p.gallTitle{
1	color:#99a70a;
	color: #386a9d;
}
p.gallTitle {
	text-align:center;
}
span.backLink {
	clear:both;
	display:block;
	text-align:right;
	margin:1em 20px 1em 0;
	font-size:1.1em;
}

/*	div.contentLeft */
div.contentLeft div.panel {
	}
div.contentLeft div.panel h2 {
	}
div.contentLeft div.panel p {
	}
div.contentLeft div.panel ul {
	}
div.contentLeft div.panel ul li {
	}
div.contentLeft div.panel a {
	}
div.contentLeft div.panel a:hover {
	}
div.contentLeft div.panel a.more {
	}
div.contentLeft div.panel a.more:hover {
	}

/*	div.contentRight */
div.contentRight div.panel {
	}
div.contentRight div.panel h2 {
	}
div.contentRight div.panel p {
	}
div.contentRight div.panel ul {
	}
div.contentRight div.panel ul li {
	}
div.contentRight div.panel a {
	}
div.contentRight div.panel a:hover {
	}
div.contentRight div.panel a.more {
	}
div.contentRight div.panel a.more:hover {
	}
