@charset "utf-8";
/* CSS Document */

.galleryIcon {
	height:170px;
	width:170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(http://www.hotshotsphotography.co.uk/photogallery/resources/images/galleryicon.png);
	background-position: left top;
	color:#000;
	margin-bottom:15px;
}
.galleryIcon:hover {
	background-position: left bottom;
}
.galleryIcon img {
	padding-top:11px;
	/*padding-left:10px;*/
}
.galleryIcon div {
	width:100%;
	text-align:center;
	padding-top:5px;
	text-align:center;
}
.galleryIcon a {
	display:block;
	width:170px;
	height:110px;
	text-align:center;
	color:#000;
	text-decoration:none;
}
.galleryIcon a:hover {
	color: #333333;
	text-decoration:none;
}
