/* CSS Document */

#info {padding:2em 0;}
/* Horizontal main page sliders */
#galleryie {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:495px; 
  height:240px; 
  border:2px solid #cccc99; 
  background:#eeecde url("/photos/images/win_backh.gif");
  }
#galleryie li {
  float:left;
  }
#galleryie li a {
  display:block; 
  height:240px;
  width:23px;
  overflow:hidden;
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
  }
#galleryie li a img {border:0;}
#galleryie li a:hover {
  background:#eee; 
  width:320px;
  }
#galleryie li a:hover img {
  width:320px;
  }
  
/* Vertical sliders */
#info {padding:2em 0;}
#gallery {
	padding:0;
	margin:0 0 5em 0;
	list-style-type:none;
	overflow:hidden;
	width:240px;
	height:455px;
	border:2px double #cc9;
	background:#cc9 url("/photos/images/backgroundV.gif");
	border-top-style: double;
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:30px;
  overflow:hidden; 
  width:240px; 
  float:left; 
  text-decoration:none; 
  border-bottom:2px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:180px;
  }
#gallery li a:hover img {
  height:180px;
  }
