#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 {

	border: 1px solid #DFDFDF;
    width: 308px;
	margin-top:10px;
	background-color: #fff;
	text-align:center;
	font-family:Verdana, Arial, san-serif;
	font-size:11px;
	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: 1px;
	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 */


.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;
	}

