#gallery {
width: 150px;
margin:3px auto;
padding:0;
margin:0
}
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 150px;
height: 250px; /* Set height to be able to contain height of largest 
content shown*/
border:0;
overflow: hidden;
padding:0;
margin:0
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
background:#fff;
width:150px;
text-align:left;
margin:20px auto;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width:100px;
/* margin:6px auto 0; */
}

#p-select {visibility:hidden;
	height:1px;width:1px;
	}




