/* Border Box */
	#newsGallery {
		position: relative; 
		margin: 0 auto;
		padding: 10px;
		width: 510px;
		min-height: 500px;
		height: auto !important;
		height: 500px;
		}
/* END BORDER BOX */

/* HIDE LARGE IMAGE*/
	#newsGallery em {
		display: none;
		}
/* END HIDE LARGE IMAGE*/

/* STYLE LINK */
	#newsGallery a {
		float: left;
		margin: 0 1px 1px 0;
		width: 100px;
		height: 100px;
		background: #030f39;
		text-align: center;
		outline:none;
		}
	#newsGallery a:hover {
		background: #01030A;
		}
/* END STYLE LINK */

/* STYLE LINK */
	div#newsGallery  a.horz span {
		display: block;
		padding-top:18px !important;
		}
	div#newsGallery  a.vert span {
		display: block;
		padding-top:5px !important;
		}
/* END STYLE LINK */

/* Style Pop up Image */
#newsGallery a.horz:active em, #newsGallery a.horz:focus em, #newsGallery a.vert:active em, #newsGallery a.vert:focus em {
	display:block;
	position:absolute;
	left: 10px;
	top: 10px;
	width:505px;
	height:505px;
	z-index:200;
	z-index:500;
	text-align: center;
	background:#fff;
	cursor: pointer;
	}
#newsGallery a.horz:active em, #newsGallery a.horz:focus em {
	padding-left: 5px;
	}
#newsGallery a.vert:active em, #newsGallery a.vert:focus em {
	padding-top: 5px;
	}	
/* End Style Pop up Image */	