﻿/* Gallery Styles */

#motioncontainer {
margin:0 auto 14px auto; /* Uncomment this line if you wish to center the gallery on page */
width: 97%; /* Set to gallery width, in px or percentage */
height: 118px; /* Set to gallery height */
}

.gallery #motioncontainer {
	height:105px; /*70px;*/ /* Set to gallery height */
	}
#motioncontainer a{
	padding:0 5px;	
	}
#motioncontainer a img {
border: 1px solid #ECECEC; /* Set image border color */

}
/*For height of image go style .css and find gallimg class*/

#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 */




.gallery-crawlear {height:102px; width:528px; margin:0 auto; margin-bottom:20px; overflow:hidden; }

* html .gallery-crawlear{border:2px solid #006666; background-color:#3399FF; height:102px; width:400px; }

* crawlear{border:2px solid #00FFFF; background-color:#CC9900; height:104px;  }
 
/*.gallery-crawlear table a{border:1px solid #ffffff; margin-right:10px; height:98px; width:130px; display:block;}
.gallery-crawlear table a:hover{border:1px solid #000000;}*/

.gallery-crawlear table a{height:102px; width:133px; display:block; margin-right:10px; display:block;}
.gallery-crawlear table a img{border:1px solid #ffffff; }
.gallery-crawlear table a img:hover{border:1px solid #000000;}



