/*CSS Document for gallery Sub Menu */
a#boating_title {
  background: transparent url('../templates/images/submenu/boating.jpg') no-repeat bottom left;
}
a#uganda_title {
  background: transparent url('../templates/images/submenu/uganda.jpg') no-repeat bottom left;
}
a#nepal_title {
  background: transparent url('../templates/images/submenu/nepal.jpg') no-repeat bottom left;
}
a#polo_title {
  background: transparent url('../templates/images/submenu/polo.jpg') no-repeat bottom left;
}
a#others_title {
  background: transparent url('../templates/images/submenu/others.jpg') no-repeat bottom left;
}
a#boating_title:hover, a#uganda_title:hover, a#nepal_title:hover, a#polo_title:hover, a#others_title:hover,
div#submenu a#root:hover, div#submenu a#polo:hover, div#submenu a#nepal:hover, 
div#submenu a#uganda:hover, div#submenu a#boating:hover, div#submenu a#others:hover {
	background-position: top left;
}
div#submenu a#root {
	background: transparent url('../templates/images/titles/gallery.jpg') no-repeat bottom left;
}
div#submenu a#polo {
  background: transparent url('../templates/images/titles/polo.jpg') no-repeat bottom left;
}
div#submenu a#nepal {
  background: transparent url('../templates/images/titles/nepal.jpg') no-repeat bottom left;
}
div#submenu a#uganda {
  background: transparent url('../templates/images/titles/uganda.jpg') no-repeat bottom left;
}
div#submenu a#boating {
  background: transparent url('../templates/images/titles/boating.jpg') no-repeat bottom left;
}
div#submenu a#others {
  background: transparent url('../templates/images/titles/others.jpg') no-repeat bottom left;
}
ul#gallery_list {
  list-style-type: none;
}
ul#gallery_list li {
  clear: both;
  background: transparent url(../images/gallery/gallery_list.jpg) no-repeat 0 10px;
	padding: 10px 0 10px 60px;
	line-height: 25px;
}

ul#gallery_list img {
  float: right;
  border: 0;
}
ul#gallery_list h1 {
  font-size: 1.2em;
  border-bottom: 1px dashed #666666;
}
ul#gallery_list p{
  margin-top: 30px;
}
ul#gallery_list a#thumb_link{
  width: 80px;
  height: 80px;
  float: right;
  position: relative;
  left: -40px;
  top: -30px;
}
div.gallery {
	margin: 0 3% 0 3%;
}
div#thumb_row div{
	height: 200px;
}
div#thumb_row {
  overflow: auto;
  height: 220px;
  border: 1px solid #aaa;
  padding: 0 10px;
  margin: 20px auto;
}
div#thumb_row a, div.gallery a{
  float: left;
	width: 200px;
	height: 200px;
	display: block;
	text-align: center;
	background-image: url(../images/gallery/sld_bgnd.png);
	background-repeat: no-repeat;
}
div#thumb_row img, div.gallery img {
	border:1px solid;
	border-color:#bbb #fff #fff #bbb;
	vertical-align: top;
}
div#gal_image img{
  padding: 10px;
  border: 1px solid #aaa;
}
div#gal_image {
  text-align: center;
  margin: 0 auto;
}
div.gallery {
	margin: 0 3%;
}
