/* slider container */

.homenewsitem {
	width: 100%;
	height: 200px;
	max-height: 200px;
	overflow: hidden;	
}

#gallerypage {
	zoom: 1;
	position: relative;
	padding-top: 15px;
	width: 100%;
	overflow: hidden;

}

#gallerypage ul {
	margin: 0 !important;	
}

#gallerypage.flexslider, #gallerypagethumbnail.flexslider {
	margin: 0 !important;
}

#gallerypage .slides .imgcontainer{
	max-height: 320px;
	overflow: hidden;
}

#gallerypage .slides .imgcontainer .inner {

}

#gallerypage .slides img {
}

#gallerypage .slide_caption {
  display: block;
  padding: 1em;
  width: 100%;
  zoom: 1;
background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;
	font-size: 10px;
}

.slide_title {
  font-size: 1.2em;
  text-transform: uppercase;
}

.slide_byline {
  font-size: 0.8em;
  display: block;  
}



#gallerypagethumbnail {
	width: 100%;
	padding: 0;
	overflow: hidden;	
}

#gallerypagethumbnail .slides > li {
	margin-right: 5px;
	margin-bottom: 5px;
}


