/* Gallery Styles */

#motioncontainer {
margin-top:12px;
margin-left:auto;
margin-right:auto; /* Uncomment this line if you wish to center the gallery on page */
width: 390px; /* Set to gallery width, in px or percentage */
height: 67px; /* Set to gallery height */
}

/*#motioncontainer {
margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
/*width: 130; /* Set to gallery width, in px or percentage */
/*height: 600px; /* Set to gallery height */
/*}*/

.thumbnorm {
/* border: 10px solid ; Set image border color */
filter: alpha(opacity:40);
KHTMLOpacity:0.4;
MozOpacity:0.4;
opacity:0.4;
cursor: pointer;
border: 1px solid white;
}

#mainImage {
	overflow:hidden;
}

.thumbnorm img:hover {
border: 1px solid navy; /* Set image border hover color */
}

.thumbselect{
border: 1px solid white; /* 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 */

/* Transition Style */

#caption-container{
	max-width:433px;
	max-height:254px;
	min-width:433px;
	min-height:254px;
	width:433px;
	height:254px;
	padding:0; 
	overflow:hidden;
	margin:13px 0px 8px 14px;
	padding-bottom:5px;
	position:relative;
	/* background-image:url(../images/loading-2.gif);
	background-repeat:no-repeat;
	background-position:center;*/
}

#caption-holder {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	min-width:429px;
	max-width:429px;
	max-height:20px;
	min-height:20px;
	width:429px;
	height:20px;
	float:left;
	color:#000000;
	text-align:center;
	padding:1px;
	position:absolute;
	margin-top:236px;
	margin-left:1px;
	margin-right:1px;
	margin-bottom:1px;
	background-color:#FFFFFF;
	z-index:100;
	filter: alpha(opacity:60);
	KHTMLOpacity:0.6;
	MozOpacity:0.6;
	opacity:0.6;
}

#photoHolder {
	margin:0 0 0 -0px;
	padding-bottom:5px;
	z-index:30;
	/* background-image:url(../images/loading-2.gif);
	background-repeat:no-repeat;
	background-position:center;*/
}

#imageInsideHolder {
	width:433px;
	height:254px;
	max-width:433px;
	max-height:254px;
	min-width:433px;
	min-height:254px;
	margin-bottom:auto;
	margin-top:auto;
	position:absolute;
	white-space:nowrap;
}

#mainimg {
	border:0;
	z-index:100;
}

#gallery-bg {
	max-width:460px;
	max-height:390px;
	min-width:460px;
	min-height:390px;
	width:460px;
	height:390px;
	overflow:hidden;
	background-image:url(../../../images/gallery-bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#not-here {
	z-index:200;
}