#gallery img{
	width:230px;
	height:150px;
	margin:10px 20px 20px 20px;
	
}
#gallery img:hover{
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity:0.9;
}
.box-bg{
	background-image: url(images/boxbg-big.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:170;
}
#gallery-inner img{
	width:145px;
	height:100px;
	margin:0 5px 5px 5px;
}
#gallery-inner img:hover{
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity:0.9;
}
.box-bg1{
	background-image: url(images/box-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:120;
}
