﻿/* A3 IT Solutions */
/* Initial Build: INITIAL HERE DATE HERE */
/* Revisions:
   INITIAL HERE DATE HERE
*/

/* Gallery Layout Styles */
#galleryImageHolder{
  position:relative;
  top:0px;
  left:0px;
  width:450px;
  height:300px;
  float:left;
  border:1px solid #ffffff;
}

#galleryTitle{
  position:absolute;
  bottom:0px;
  left:0px;
  padding:0 10px 0 10px;
  background:#000000;
}

#galleryAlbums{
  width:320px;
  float:left;
  border:1px solid #ffffff;
}

#gallerySlider{
  width:934px;
  height:120px;
  float:left;
  overflow:auto;
  border:1px solid #ffffff;
}

#gallerySlider img{
  width:150px;
  height:100px;
  margin:0 5px 0 0;
}

/* Gallery Link Styles */
#galleryAlbums a:link, #galleryAlbums a:visited, #galleryAlbums a:active{
  font-family:Arial, Verdana, Sans-Serif, Trebuchet MS, Georgia, Serif; 
  font-size:12px;
  font-weight:normal;
  text-decoration:underline;
  color:#000000;
  display:block;
  line-height:12px;
}

#galleryAlbums a:hover{
  text-decoration:none;
}

/* Gallery Text Styles */
#galleryTitle{
  color:#ffffff;
  font-size:11px; 
  line-height:23px;
}