.glidecontentwrapper{
position: relative;
width: 976px;
height: 248px;
overflow: hidden;
float: left;
z-index: 1;
background-image:url(../images/img_frontimage1.jpg);
}


.glidecontent {
position: absolute;
visibility: hidden;
width: 976px;
}


.prev {
width: 42px;
height: 42px;
float: left;
margin:10px 10px;
text-indent: -9999px;
background: url(../images/prev.png) no-repeat;
top:-60px;
position:relative;
z-index:1000;
}

.next {
width: 42px;
height: 42px;
float: right;
margin:10px 10px;
text-indent: -9999px;
background: url(../images/next.png) no-repeat;
top:-60px;
position:relative;
z-index:1000;
}
.p-select {
	height: 248px;
	overflow:hidden;
}
