.glidecontentwrapper{
position: relative; 
width: 180px;
height: 220px;
border: 5px solid #f3e6eb; 
overflow: hidden;
}


.glidecontent{
position: absolute; 
background: white;
visibility: hidden;
width: 180px;
}

/*.glidecontent a img {
border: 1px solid #c390a3;
}*/



#p-select .prev {
float: right;
margin-top: 2px;
margin-right: 5px;
}
#p-select .next {
float: right;
margin-top: 2px;
margin-right: 20px;
margin-left: 10px;
}

#p-select {
background: url(../images/prevnext.gif) no-repeat right center;
width:180px;
height: 20px;
}







#p-select a {
color: #9e3e56;
font: 11px Arial, Helvetica, sans-serif;

}

#p-select a.toc {
font-weight: bold;
float: right;
margin: 0px 5px 0px 5px;
}

#p-select a.selected {
color: black;
text-decoration:none;
cursor: default;
}


#p-select a:hover {
text-decoration:none;
}
