@charset "utf-8";
/* CSS Document */


.gallery-title1:hover
{
	color:yellow;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	opacity:0.9;
	
	overflow:hidden;
	
}
.border-item-gal
{
	border:1px solid #ccc;
}
.border-item1
{
	
	padding:0px 5px 0px 5px;
}


