/* Gallery Styles */

#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 50%; /* Set to gallery width, in px or percentage */
	height: 130px; /* 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 */
}

#showPreview {
border:1px solid #666666;
width:320px;
height:184px;
padding:5px;
}
/*new css add*/
h2 {
	font: bold 190%/100% Arial, Helvetica, sans-serif;
	margin: 0 0 .2em;
}
h2 em {
	font: normal 80%/100% Arial, Helvetica, sans-serif;
	color: #999999;
}
#largeImg {
	border: solid 1px #fff;
	width: 635px;
	height: 218px;
	padding: 5px;
}
.thumbs img {
	border: solid 1px #605e5e;
	width: 51px;
	height: 51px;
	padding: 4px;
}
/*
.thumbs img:hover {
	border-color: #790000;
}*/
/* End Gallery Styles */
