/* .sample{background:#e1e1e1; width:718px; height:398px;} */
div.buttons{
	position:absolute;
	top:10px;
	left:10px;
	width:52px;
	height:52px;
}
div.buttons img#prev, div.buttons img#next {
	float:left;
	cursor:pointer;
}
p.nav{padding:5px; z-index:1000; margin-top:100px;}
p.nav span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
p.nav span.active, p.nav span:hover{background:#0080FF;color:#fff}

a.navup  {
	/* border:1px solid #830000;  */
	width:15px;
	height:15px;
	position:absolute;
	z-index:99;
	margin-left:-9px;
	cursor:pointer;
	left:100px;
}
a.navdown  {
	/* border:1px solid #830000; */
	width:15px;
	height:15px;
	position:absolute;
	margin-top:20px;
	z-index:99;
	margin-left:80px;
	cursor:pointer;
}