﻿  /* jQuery lightBox plugin - Gallery style */
  .screencap a 
  {
  	text-align:center;
  	font-weight:bold;
  	padding-bottom:90px;
  	height:30px;
  }
  .screencap img {
	  border: 5px solid #3e3e3e;
	  border-width: 5px 5px 5px;
  }
  .screencap a:hover img {
	  border: 5px solid #fff;
	  border-width: 5px 5px 20px;
	  color: #fff;
  }
  .screencap a:hover { color: #fff; }
