#imagegallery {
	border:1px solid #999999;
	clear:left;
	padding:4px;
	margin:0 0 5px 10px;
	min-height:200px;
	float:right;
	width:255px;
	padding-bottom: 0px;
}
#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 {
	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;
}
#large p {
padding: 0px;
margin:0px;
}

#items p {
	display:none;
	text-align:left;
	padding:8px;
}
#large .item {
	background:#EFEFEF;
	border-width: 1px;
	cursor: default;
	text-align:center;
	padding-left: 0px;
}
#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:#f3f8f9;
	width:250px;
	border: 1px solid #ccc;
	padding:7px;
	margin: 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:3px !important;
	font: Arial, san-serif !important;
	font-size:12px !important;
	text-align:left;
}



.factbox-wrap
{

width: 236px;

margin-left: 0px; margin-right: 0px; margin-top: 5px;
padding: 7px;
clear: both;
font-size:10px;
}



.factbox-multi-img
{

width: 250px;
background-color: #efefef;
margin-left: 0px; margin-right: 0px;
padding: 7px;
clear: both;
font-size:10px;
}

/* 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(../../images/icons/print.gif) no-repeat 0 50%;
		padding-left:20px;
	}
	.art-tools a.stbutton {
		background:url(../../images/icons/share-icon.png) no-repeat 0 50% !important;
		padding: 0 0 0 20px !important;
	}
	.art-tools a.comment {
		background:url(../../images/icons/comment.png) no-repeat 0 50%;
		padding-left:20px
	}

