            
/* ================================================================ 
      This copyright notice must be untouched at all times.
      Copyright (c) 2008 Stu Nicholls - stunicholls.com - all rights reserved.
    =================================================================== */

#stus-slideshow
{
  width: 660px;
  position: relative;
  height: 600px;
  margin: 0 auto;
}
#nav
{
  width: 320px;
  height: 36px;
  margin: 0 auto;
}
#nav_bg {
  background:url("../img/europe/slideshow_bg.gif") no-repeat left top;
  width:660px;
  height:34px;
  padding:4px 0 5px 0;;
}
#nav img
{
  display: block;
  float: left;
  margin: 0 5px;
  display: inline;
  cursor:pointer;
}
#nav div#imageNumber
{
  background: url(../img/europe/number.gif);
  width: 114px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  padding: 0;
  margin: 0 5px;
  float: left;
  display: inline;
}
#slideshow
{
  width: 658px;
  position: absolute;
  background: #e1dbc4;
  padding-bottom: 10px;
  border:1px solid #888;
}
#slideshow img
{
  display: block;
  margin: 0 auto;
  border:1px solid #fff;
  
}
#slideshow .entry
{
  width: 640px;
  position: absolute;
  top: 10px;
  left: 8px;
  display: none;
}
#slideshow .entry h3
{
  font-size: 18px;
  width: 372px;
  margin: 10px auto;
  text-align:center;
}
#slideshow .entry p
{
  background: #f8f8f8;
  width: 372px;
  margin: 0 auto;
  padding: 0;
  line-height: 1.4em;
}

          
