/* Image Gallery */
		div.epoImageGallery {

		}

		div.epoImageGallery ul {

		}
		div.epoImageGallery ul li {
			display: inline-block;
			width: 49%;
		}

		div.epoImageGallery ul li a.selected,
		div.epoImageGallery ul li a:hover,
		div.epoImageGallery ul li a:focus {
			/*background-color: #be0f05;*/
			background: rgb(190, 15, 5) ;
			opacity: 0.7;
		}


	
/* EOF: Image Gallery */
