#pg { position: relative; height: 790px; bottom:-15px; background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(left,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to right,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=1 ); /* IE6-9 */ }
#pg li { margin-bottom:80px; position: relative; list-style: none; width: 175px; height: 117px; overflow: hidden; float: left; z-index: 2;
margin-top:50px;
border:solid 1px;
border-color:#000; }
#pg li.active {  opacity: 1; }
#pg li.selected { opacity: 1; z-index: 99; -moz-box-shadow: 0px 0px 10px #fff; -webkit-box-shadow: 0px 0px 10px #fff; }
#pg li img { width: 100%;  }
#pg li p { color: white; margin: 10px 0; font-size: 12px; }