.glidecontentwrapper {
	position: relative;
	width: 542px;
	height: 336px;
	overflow: hidden;
	float: left;
	z-index: 1;
	background-image:url(images/new1-a.jpg);
}
.glidecontent {
	position: absolute;
	visibility: hidden;
	width: 542px;
}
.prev {
	width: 42px;
	height: 42px;
	float: left;
	margin:10px 10px;
	text-indent: -9999px;
	background: url(../images/prev.png) no-repeat;
	top:-200px;
	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:-200px;
	position:relative;
	z-index:1000;
}
.p-select {
	height: 248px;
	overflow:hidden;
	width:542px;
}

