.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 259px;
height : 247px; /* Set height to be able to contain height of largest content shown*/
border: 0;
overflow: hidden;
}


/*
	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 */
background: url(images/slidemask.jpg) #dce6ef repeat-x;
padding: 0px;
visibility: hidden;
width: 259px;
}
.glidecontent-midinfo {
width : 259px;
float : left;
display : block;
padding : 20px 14px 14px 19px;
margin : 0 0 0 0;
height : 247px;
background : url(images/slideinfo-mid.jpg) no-repeat left top;
border:#ff0000 0px solid;
}

a.prev { width:21px; 
height:26px; 
background:url(images/btn-arrowleft.png) left top no-repeat; 
display:block; 
padding:0; 
margin:0; 
text-decoration:none;
position:absolute;
z-index:2;
left:0;
top:120px;
}
a.prev:hover { background:url(images/btn-arrowleft-over.png) left top no-repeat; text-decoration:none;}
a.next { width:21px; 
height:26px; 
background:url(images/btn-arrowright.png) left top no-repeat; 
display:block; 
padding:0; 
margin:0; 
text-decoration:none;
position:absolute;
z-index:2;
right:0;
top:120px;
}
a.next:hover { background:url(images/btn-arrowright-over.png) left top no-repeat; text-decoration:none;}
.buttons-holder { padding:0 0 0 32px}
