/* Put your custom CSS here */
	.xImg {
		margin:0;
		width: 100%;
		height: 100%;
		position: relative; 
		background-color: #fbfbfb; 
		border: 1px solid #b8b8b8;
	}
	
	.xImg img{
		width:100%;
		/*height:100%;*/
	}
	
	.xImgMain {
  		margin-left:10px;
  		margin-right:10px;
		width: 95%;
		height: 100%;
		position: relative; 
	}
	
	.xImg01 {
		display:block;
		width: 150px;
		height: 75px;
		position: relative; 
		background-color: #fbfbfb; 
		border: 1px solid #b8b8b8;
		margin-left:3px;
  		margin-right:3px;
	}