@charset "utf-8";
/* CSS Document */
H2 b{
display:block;
height: 2px;
overflow: hidden;
background: #5c5c5c;
width:100%;
margin-bottom:10px;
}
body {background-color: #5ac2ec;}

	.imageBox{
		width:140px;	/* Total width of each image box */
		height:112px;	/* Total height of each image box */
		float:left;
		background-color:#07528D; /*#3F4F9A;*/
		margin:0px 10px 10px 0px;
	}
	.imageBoxHighlighted{
		width:240px;	/* Total width of each image box */
		height:112px;	/* Total height of each image box */
		float:left;
		background-color:#F8BC04 !important;
		margin:0px 10px 10px 0px;
	}	
	.imageBox_theImage{
		width:120px;	/* Width of image */
		height:90px;	/* Height of image */
		
		/* 
		Don't change these values *
		*/
		background-position: center center;
		background-repeat: no-repeat;		
		margin:10px auto;
	}
	
	.imageBox .imageBox_theImage{
		border:1px solid #5AC2EC; /*#5c5c5c;	 Border color for not selected images */
		padding:0;
	}
