.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 100%;
height: 150px; 
overflow: hidden;
}
.glidecontent{ 
	position: absolute; /* Do not change this value */
	background: url(http://mobile.ateliercuisine.ch/wp-content/themes/iphone/images/bg_shake.png) repeat-x 0 top;
	padding: 10px;
	visibility: hidden;
	height: 100%;
	width: 95%;
}

.glidecontenttoggler{ 
text-align: center; 
}
