body{
  margin:0px;
  padding:0px;
}

.gtable{
  margin:0px;
  padding:0px;
  width:820px;
  height:700px;
  background:#297092 url('../hostels_images/gallery/gallery_bg.png');
}

th{
  height:57px;
  background:#eee url('../hostels_images/gallery/gallery_head.png') left top no-repeat;
}

th h1{
  margin:0px;
  padding:10px 0px 0px 50px;
  float:left;
  text-indent:8px;
  font:bold 18px sans-serif;
}

th img{
  margin:0px;
  padding:0px;
  float:left;
}

.linkpics{
  width:120px;
  height:660px;
  background:#e2e5e5 url('../hostels_images/gallery/gallery_bg2.png');
  overflow:auto;
  padding:0px;
  margin:0px;
}

.gfoot{
  text-align:center;
  background:#034f76;
  color:white;
  font:bold 11px Arial;
}

.gfoot a{
  color:#fff;
}

.bigpic{
  width:650px;
}

.bigpic img{
  border:1px solid #fff;
  
}

img{
  border:0px;
}

.linkpics img{
  border:1px solid #000;
  margin:3px;
}

.linkpics a{
  width:102px;
  text-align:center;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}

.linkpics a:hover{
  filter:alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

