/*! h-gallery  / style_A.css  */


.H-gallery-wrapper { 
	max-width: 100%;
	display: inline-block;
	height: auto;
	clear: both;
 }

.H-gallery-wrapper p { margin: 0 !important; padding: 0 !important; display: none !important; } /* Sorry, I need to Clean the Wordpress p-tag */ 

.H-gallery-display img { max-width: 100%; height: auto; }

.H-gallery-display 	{ height: 435px; overflow: hidden; }   			/* BIG IMAGE HEIGHT */
ul.thumbs img 		{ width: 77px; height: auto; margin: 0; padding: 0; }  /* THUMBNAIL WIDTH */

ul.big-images { margin: 0; padding: 0;  list-style: none;  overflow: hidden; }
ul.thumbs { margin: 0; text-align: center; display: inline-block; }
ul.thumbs li { float: left; display: inline-block; padding: 0; margin: 0 4px 4px 0; line-height: .5em; overflow: hidden; }
ul.thumbs li:last-child { margin: 0 0px 4px 0; }
ul.thumbs li.active-thumb  { opacity: 1 !important; } 

.tab_content { display: nonex; }


/******  BASE MOBILE STYLES  ******/

@media only screen and (min-width: 120px) and (max-width: 480px) {

.H-gallery-display 	{ height: 266px; overflow: hidden; }   			/* BIG IMAGE HEIGHT */
ul.thumbs img 		{ width: 94px; height: auto; margin: 0; padding: 0; }  	/* THUMBNAIL WIDTH */

} /* end of media query */