
/* Sample 8*/
#box8{
	position:absolute;
}
#box8 div{
	width:530px;
	float:left;
}
#box8 .buttons{
	text-align:left
}
#box8 .next{
	float:right
}
.sample8 .buttons{
	text-align:center;
	clear:both;
}
/* ********************************** */


.mask1{
	position:relative;
	width:188px;                                                  
	height:183px;
	overflow:hidden;
    margin-left:auto;
    margin-right:auto;
}
#prev8
{
	text-decoration: underline;
	cursor: pointer;
	font-weight:bold;
}
#next8
{
	text-decoration: underline;
	cursor: pointer;
	font-weight:bold;
}
#navigation_panel
{
    padding:0px;
    text-align: right;
}