<style type="text/css">
*{
  margin: 0px; 
  padding: 0px;
}
body{
	background-color: #908BC1;
}
#main-gallery{
	width: 900px;
	height: 650px;
	background-color: #908BC1;
	border: 0px solid #ddd;
	margin-bottom: 5px;
	margin-left: auto
	margin-right: auto;
	margin-top: 10px;
}
#main-gallery .large-img{
	width: 900px;
	height: 650px;
	overflow: hidden;
}
#main-gallery .large-img img{
  max-width: 900px;
  height: auto;
}
#main-gallery .small-img{
	width: 900px;
	height: 100px;
	background-color: #908BC1;
}
#main-gallery .small-img .img-holder{
	width: 90px;
	height: 69px;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
#main-gallery .small-img img{ 
  max-width: 90px; 
  height: auto;
  opacity: .5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
#main-gallery .small-img img:hover{
  opacity: 1;
}
</style>
