/*-----------------------------------------------
Author : Hueberlink
pages: portfolio.html, arl.html, medipsy.html
-------------------------------------------------*/

/*tags*/
#sidebar a, #sidebar img {
border: none;
}


/* Thumbnails*/
#thumbnail a {/*if make changes, apply to class norollover also*/
  float:left;
  display:block;
  margin:0 6px 0 0;
  padding:3px;
  width:114px;
  height:35px;
  }
#thumbnail img {display:block;}

#thumbnail a:hover {
  border-color:#eb3;
  }

/* Thumbnail Rollovers*/
#thumbnail a {
  background-repeat:no-repeat;
  background-position:3px 3px;
  }
#thumbnail a:hover img {visibility:hidden;}

#arl {background-image: url("image/arl.gif");}
#medipsy {background-image: url("image/medipsy.gif");}

/*class no rollover - used to create same layout as thumbnails that rollover*/
.norollover {
  float:left;
  display:block;
  margin:0 6px 0 0;
  padding:3px;
  width:114px;
  height:35px;
}
