#imagegallery {
	border:1px solid #999999;
	clear:left;
	padding:4px;
	margin:0 0 5px 10px;
	min-height:200px;
	float:right;
	width:255px;
}
#items {
	float: left;
	width:255px;
	border: 1px solid #CCCCCC;
	background:#EEEEEE;
}
#items .item {
	width: 60px;
	height:60px;
	margin: 0px;
	cursor: pointer;
	display:inline;
	white-space:nowrap;
}

#items .item img {
	max-width:60px;
	max-width:60px;width:auto !important;*width:60px”
	height:50px;
	margin:5px;
	border:1px solid #CCCCCC;
	vertical-align:top;
}
	#items .item img:hover {
		border: 1px solid #036;
	}
#large {
	background:#EAEAEA;
	border: 1px solid #DFDFDF;
    width: 250px;
	margin-top:10px;
	background-color: #fff;
	text-align:center;
	font-family:verdana, arial, san-serif;
	font-size:12px;
	float:left;
}
#large .info {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#B3B3B3;
}
#items p {
	display:none;
	text-align:left;
	padding:8px;
}
#large .item {
	background:#EFEFEF;
	margin-bottom:20px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img {
	max-width:250px; width: auto !important; *width: 250;
	
	max-height: 600px; 
	max-height:600px;height:auto !important;*height:600px”
}

#large .item p{
	text-align:left;
	padding:8px;
}

/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 250px; /* Set to gallery width, in px or percentage */
height: 60px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


.singleImg {
	float:right;
	background:#EEEEEE;
	width:250px;
	border: 1px solid #666666; 
	padding:3px;
	margin: 0 0 10px 10px;
	text-align:center !important;
}
	.singleImg img#imgRight {
		max-height:400px;
		max-height:400px;height:auto !important;*height:400px”
		max-width:250px;
		max-width:250px;height:auto !important;*width:250px”	
		margin:0 !important;
		padding:0px !important;
		float:none !important;
		text-align:center !important;
	}
	.singleImg p {
		float:left;
		padding:5px !important;
		font: Arial, san-serif !important;
		font-size:12px !important;
		text-align:left;
	}


/* article tools 
--------------------------------------*/

.art-tools{
	text-align:left !important;
	margin-bottom: 14px;
	width:100%;
}
	.art-tools ul{
		list-style-type:none;
		list-style-position:inside;
	}
	.art-tools li {
		display:inline;
		margin: 0 4px;
		font-size:11px;
	}
	.art-tools a {
	
	}
	.art-tools a.print {
		background:url(http://www.nhbr.com/csp/cms/sites/NHBR/assets/graphics/icons/print2.gif) no-repeat 0 50%;
		padding-left:20px;
	}
	.art-tools a.stbutton {
		background:url(http://www.nhbr.com/csp/cms/sites/NHBR/assets/graphics/icons/share-icon.png) no-repeat 0 50% !important;
		padding: 0 0 0 20px !important;
	}
	.art-tools a.comment {
		background:url(http://www.nhbr.com/csp/cms/sites/NHBR/assets/graphics/icons/comments.png) no-repeat 0 50%;
		padding-left:20px
	}

