#gallery-previous {

}

#gallery-next {
	text-align: right;
}

#gallery-current {
	text-align: center;
}

#gallery-current h1 {
	margin: 0;
}

#eventdate {
	font-size: 123.1%;
	color: #666;
}

#gallery-prev-next {
	padding-bottom: 20px;
}

#monthjump {
	text-align: center;
	background-color: #efefef;
	padding: 4px;
	border: 1px solid #aaa;
	margin-bottom: 10px;
}

#monthjump span {
	padding: 0 10px;
}

#monthjump input.submit {
	margin-left: 10px;
	padding: 2px 15px;
	background: url(img/buttons-backgrounds.png) repeat-x 0 -200px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #222;
	text-shadow: 1px 1px 2px #eee;
	border: 1px solid #999;
	cursor: pointer;
}

#monthjump input.submit:hover {
	background: url(img/buttons-backgrounds.png) repeat-x 0 -40px;
	color: #fff;
	text-shadow: -1px -1px 2px #4f86c2;
	border: 1px solid #436d9b;
}

#no-galleries {
	text-align: center;
	font-size: 123.1%;
}

#galleries h1 {
	font-weight: normal;
	margin-bottom: 5px;
}

#galleries h1 a {
	text-decoration: none;
}

#galleries img {
	float: left;
	display: block;
	margin-bottom: 1em;
	margin-right: 1em;
	padding: .2em;
	border: 4px solid #efefef;
}

#galleries a img:hover {
	border: 4px solid #e0e0e0;
}

#galleries .gallery {
	clear: both;
}

#galleries .gallery .galleryfoot {
	display: block;
	clear: both;
	border-bottom: 1px solid #efefef;
	margin: 1em 0 ;
}

#galleryimage {
	margin-bottom: 10px;
	text-align: center;
}

#galleryimage img {
	margin: 10px;
}

#imagetext {
	display: block;
	margin-bottom: 20px;
	text-align: left;
	padding: 10px;
	border: 1px solid #C0C0C0;
}

#globaldescription {
	text-align: center;
}

#imagetoolbar {
	background-color: #efefef;
	padding: 4px 10px;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	text-align: left;
	line-height: 25px;
}

#imagetoolbar a {
	margin-left: 1em;
}

#facebook-like {
	display: inline;
	float: right;
	padding-top: 2px;
}

#facebook-share {
	padding-top: 5px;
}

#gallerybottom {
	padding: 0 20px;
}

#gallerybottom .thumbnail {
	width: 15%;
	padding:  5px 10px;
	float: left;
	text-align: center;
}

#gallerybottom .imagenumber {
	clear: both;
	width: 100%;
	display: block;
	background-color: white;
}

#gallerybottom a {
	text-decoration: none;
}

#gallerybottom img {
	border: 1px solid #666;
	margin: 1px;
	clear: both;
}

#gallerybottom img:hover {
	border: 1px solid #999;
}

#gallerybottom img.selected {
	border: 2px solid #FF6600;
	margin: 0;
}

#content_parent {
	width: 500px;
}

/*-Tabs-----------------------------------------------*/

.panel {
	clear: both;
	padding: 1em;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

.panel.active-tab-body {
	display: block;
}

.panel.inactive-tab-body {
	display: none;
}

#tabs {
}

#tabs .ui-tabs-nav {
	padding-left: 1em;
	height: 31px;
	background: url(img/tabs_bg.gif) repeat-x 0 100%;
	margin-bottom: 0;
}

#tabs .ui-tabs-nav li {
	display: inline;
}

#tabs .ui-tabs-nav a {
	float: left;
	line-height: 29px;
	padding: 0 10px;
	margin-right: .5em;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #ccc;
}

#tabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #000;
	font-weight: bold;
	background: none;
	background-color: #fff;
	z-index: 102;
	border-bottom: 0;
	line-height: 29px;
	border-bottom: 1px solid #fff;
}

#tabs .ui-tabs-nav a:hover {
	text-decoration: underline;
}

.ui-tabs .ui-tabs-hide { display: none !important; }
