/* Business Portfolio 960 Stylesheet 	*/
/* by Justin Scheetz					*/


/* --------------------------------------- */
/* General Styles
/* --------------------------------------- */

div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  height:25%;
  width:25%;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}



