.gallery_img_wrapper{
  text-align:center;  
  display:inline-block;
  margin:0 10px 10px 0;
  vertical-align: bottom;
}
.gallery_img_wrapper.sdt{
  vertical-align: top;
}
.img_link{
  display:inline-block;
  vertical-align: bottom;
}
.gallery_image{
  background:#fff;

}
.gallery_img_desc,
.gallery_img_desc ul{
  margin-top:10px;
  padding:0 20px;
}
.gallery_img_desc ul{
  text-align:left;
  margin:10px 15px 0 15px;
}

#gallery_settings{
  display:inline-block;
  margin:0 0 20px 0;
  width:100%;
}
#gallery_settings input{
  margin-right:10px;
  background:transparent;
}
#gallery_settings a{
  text-decoration:none;
}

#galleryMenu{
	margin:0 0 10px;
  padding:0;
	font-size:0.9em;
  font-family: 'Righteous', 'Trebuchet MS', cursive;
  
	width:100%;
}
#galleryMenu ul,
#gallery_pageMenu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#galleryMenu li{
  position:relative;
  list-style-type:none;
  margin:0 0 10px 5px
}
#gallery hr{
  margin:0 0 40px;
}

#galleryHeader{
  margin-top:40px;
}
#galleryMenu a
{
	text-decoration:none;
	color:#000;
	border:1px solid #ccc;
	background:#fff;
	padding:5px 20px 5px 20px;
	display:block;
	margin:0;
	border-radius:5px;
	-moz-radius:5px;
}

#galleryMenu ul.dropDown a:visited{color:#aaa}

#galleryMenu a:active,
#galleryMenu a:hover,
#galleryMenu a.galSel
{
	color:#fff !important; 
  background-color:#b20000;
}

#galleryMenu ul ul{
	padding:0;
	position:absolute;
	top:auto;
	z-index:5;
	left:0;
  width:200px;
}
#galleryMenu ul ul.dropDown{border:1px solid #ccc;border-top:0;}
#galleryMenu ul ul.dropDown li{clear:both;float:none;margin:0}
#galleryMenu ul ul.dropDown a{background:#fff;color:#555;border:none;border-radius:0;-moz-radius:0;}
#galleryMenu ul ul.dropDown a:hover{background-color:#993399;color:#fff;}

#galleryMenu ul ul,
#galleryMenu ul li:hover ul ul,
#galleryMenu ul ul li:hover ul ul
{display:none}
#galleryMenu ul li:hover ul,
#galleryMenu ul ul li:hover ul
{display:block}


#gallery_pageMenu{
  margin:5px 0 0 10px;
  float:right;
}
#gallery_pageMenu li{
	list-style-type:none;
	position:relative;text-align:center;
	margin-left:5px;
	color:#555;
	text-decoration:none;float:left
}
#gallery_pageMenu a:link,
#gallery_pageMenu a:visited,
#gallery_pageMenu li.selected{
	text-decoration:none;
	padding:5px;
	display:block;
	color:#555;
	border:1px solid #ccc
}
#gallery_pageMenu li a:hover,
#gallery_pageMenu li a:active,
#gallery_pageMenu li.selected{
  border:1px solid #ccc;
  background:#FEA702 url(../data/layout/siteMenuSelected.jpg) repeat-x 50% 0%;
  color:#555;
}

@media screen and (min-width:481px) {
  #gallery_settings{
    margin:0 0 20px 0;
  }
  #galleryMenu li{
    float:left;
  }
  #galleryMenu a{
    width:auto;
  }
}