@charset "UTF-8";
/* CSS Document */

#featured{
    margin: 0 auto; 
}

img{
 max-width: 100%; 
 height: auto; 
 padding:10px;
}

#hp-left{
  width:32%;
  float:left;
max-width:495px;

}

#hp-mid{
  width:32%;
  float:left;
  padding-left:2%;
  padding-right:2%;
max-width:495px;

}

#hp-right{
  width:32%;
  float:left;
max-width:495px;
}


/* ZOOM */

/* styles unrelated to zoom */
/* { border:0; margin:0; padding:0; }*/

/* these styles are for the demo, but are not required for the plugin */
.zoom {
	display:inline-block;
	position: relative;
}

/* magnifying glass icon */
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(icon.png);
}

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }

.third:nth-child(3n+1) {
    clear: left;
}