.glidecontentwrapper{
position: relative; /* Do not change this value */
border: 0;
overflow: hidden;
z-index: 1;
width: 620px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
padding: 0px;
visibility: hidden;
z-index: 1;
}


.glidecontenttoggler{
position: relative;
float: left; /*style for DIV used to contain toggler links. */
width: auto;
margin: 0px;
top: 6px;
margin-right: 10px;
}


.glidecontenttoggler a.toc{
	position: relative; /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	width: 20px;
	height: 30px;
	font-size: 16px;
	text-align: center;
	top: -6px;
	padding-top: 5px;
  background-position: -4px 0px;
}

.glidecontenttoggler a.toc.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	font-weight: bold;
	background: url(../images/select.gif) top left no-repeat;
	top: -6px;
	padding-top: 5px;
	background-position: -4px 0px;
}

.glidecontenttoggler a.toc:hover{ /*style for selected page's toggler link. ".selected" class auto generated! */
  font-weight: bold;
  background: url(../images/select.gif) top left no-repeat;
	top: -6px;
	padding-top: 5px;
  background-position: -4px 0px;
}


.glidecontenttoggler a.prev,{
	position: relative;
	width: 13px;
  height: 15px;
  margin: 0;
	padding: 0;
	top: 0px;
}

.glidecontenttoggler a.next{
	position: relative;
  width: 13px;
  height: 15px;
  margin: 0;
	padding: 0;
	top: 0px;
}

#fotoglide{
  z-index: 1;
	position: relative;
}


#foto{
	position: relative;
	float: left;
	width: 620px;
}

#foto_menu_container{
  background-color: #f78f1e;
	position: relative;
	float: left;
	width: 620px;
}

#foto_menu{
	position: relative;
	float: right;
	height: 29px;
  width: auto;
}


