#desc{
    display: block;
    width: 100%;
    height: 25px;
    text-align:center;
    /* IE-users are prolly used to close-link in right-hand corner */
    text-decoration: none;
    z-index: 99;
    font-size:20px;
    margin-top:10px;
    background-color:transparent;
    color:#333;
    line-height: 20px;
}

a#b_lft{
  background: url(../img/l.png) no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0px;
  top: -35px;
  /* IE-users are prolly used to close-link in right-hand corner */
  *left: auto;
  *right: -17px;
  text-decoration: none;
  text-indent: -100000px;
  outline: 0;
  z-index: 99;
}
a#b_lft:hover {
  background-position: left -25px;
}

a#b_rgt{
  background: url(../img/r.png) no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0px;
  top: -35px;
  /* IE-users are prolly used to close-link in right-hand corner */
  *left: auto;
  *right: -17px;
  text-decoration: none;
  text-indent: -100000px;
  outline: 0;
  z-index: 99;
}
a#b_rgt:hover {
  background-position: left -25px;
}

#imgTitle{
  height:20px;
  width:100%;
  background-color:#EEE;
  color:#000;
}

body{
  background-color:#EEE;
}

div.jquery-image-zoom {
  line-height: 0;
  font-size: 0;
  z-index: 10;
  border: 0;
  margin: -5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  
}

  div.jquery-image-zoom a#close{
    background: url(../img/x.png) no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: -35px;
    /* IE-users are prolly used to close-link in right-hand corner */
    *left: auto;
    *right: -17px;
    text-decoration: none;
    text-indent: -100000px;
    outline: 0;
    z-index: 99;
  }

  div.jquery-image-zoom a#close:hover {
    background-position: left -25px;
  }

  div.jquery-image-zoom img, 
  div.jquery-image-zoom embed, 
  div.jquery-image-zoom object, 
  div.jquery-image-zoom div {
    width: 100%;
    height: 100%;
    margin: 0;
  }

img.thumb {
  border: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

  width:200px;
  height:142px;
}

li{
  list-style-type: none;
  display: inline-block;
  margin-right:25px;
  margin-bottom:25px;
}

#container {
  margin:50px auto;
  text-align:center;
}


