
#box{
	position:relative;
}
#box span{
	display:block;
	float:left;
}

/* ********************************** */

.background {
	margin:0 0 0 55px;
	padding:3px 0 0 3px;
	position:relative;
	background:url(../img/back.gif) no-repeat;
	width:210px;
	height:270px;
}

.mask2{
	position:relative;
	width:204px;
	height:240px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}


p.buttons img {
	float:left;
}

p.buttons img.prev1 {
	margin:-12px 100px 0 40px;
}

p.buttons img.next1 {
	margin:-12px 0px 0 0px;
}

html>/**/body p.buttons img.prev1 {
	margin:-10px 100px 0 40px;
}

html>/**/body p.buttons img.next1 {
	margin:-10px 0px 0 0px;
}

