#imagegallery {
	border:1px solid #999999;
	clear:left;
	padding:4px;
	margin:0 0 5px 10px;
	min-height:200px;
	float:right;
	width:310px;
}
#items {
	float: left;
	width: 310px;
	border: 1px solid #CCCCCC;
	background:#EEEEEE;
}
#items .item {
	width: 62px;
	height:62px;
	margin: 0px;
	cursor: pointer;
	display:inline;
	white-space:nowrap;
}

#items .item img {
	max-width:60px;
	height:50px;
	margin:5px;
	border:1px solid #CCCCCC;
}
	#items .item img:hover {
		border: 1px solid #036;
	}
#large {
	background:#fff;
	border: 0px solid #DFDFDF;
    width: 308px;
	margin-top:10px;
	text-align:center;
	font-family:Georgia, Times, 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:#fff;
	margin-bottom:20px;
	border-width: 0px;
	cursor: default;
	text-align:center;
}
#large .item img {
	max-width:308px;
	max-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: 308px; /* 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 */

/*  Single Image
---------------------------------------*/
.singleImg {
	float:right;
	background:#fff;
	width:280px;
	border: 1px solid #666666; 
	padding:4px;
	margin: 0 0 10px 10px;
	text-align:center !important;
}
	.singleImg img#imgRight {
		max-height:400px;
		max-width:280px;	
		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;
	}
	
/*  Factbox
-------------------------------*/

.factbox-wrap{
	float:right;
	border:1px solid #666666;
	background:#EAEAEA;
}
	.factbox-wrap h2 {
		margin:0px;padding:3px;
		background:#222222;
		font-weight:normal;
		font-size:13px;
		color:#FFFFFF;
		text-align:center;
	}
			.factbox-wrap h2 p {
				margin: 0px;
			}
	.factbox-wrap .fact-body {
		padding:5px;
	}
	.factbox-wrap .fact-body p {
		padding:0px;
		margin:0px;
		font-family:georgia,times New Roman,sans-serif !important;
	}
.factbox-no-img{
	width:270px;;
}
.factbox-one-img{
	width:287px;
}
.factbox-multi-img{
	width:318px;
}
	
/* 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
	}


/* WYSIWYG Editor Layor 
--------------------------------------*/
img.panorama { display: block; margin:8px 0;}
img.right    { float:right; margin: 5px 0 6px 8px; }
img.left     { float:left; margin: 5px 8px 6px 0; }
