/* 

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

*/

/* --------- 6. images  --------- */

a img {
	border: none;
		}
div.imgRight {
		float: right;
		margin: 10px 10px 0 20px;
		}		
div.imgLeft {
		float: left;
		margin: 10px 20px 0 10px;
		}		
img.left, 
img.right {
1		border: 1px solid #ccc;
1		background: #fff;
1		padding: 2px;
		}
p.captionRight,
p.captionLeft {
1		background: #eee;
1		padding: 0 0 1px;
		font-size: 1em;
1		border: 1px solid #ccc;
1		border-top: none;
		text-align: center;
		}
p.captionRight {
		clear: right;
		float: right;
		margin: -2px 10px 10px 20px;
		}
p.captionLeft {
		clear: left;
		float: left;
		margin: 0 20px 10px 10px;
		}
/* 
Gallery in page content
*/
div.gallery-item.selected {
	border:2px solid #c80000 !important;
	padding: 5px 5px 6px 5px !important;
}
.selected {
	border:2px solid #c80000 !important;
}
div#style-gallery-content .style-actions-icons {
1	clear:both;
}