#cont2{
	width:295px;
	text-align:left;
	margin-top: -14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.sample2{
	padding:0px; 
	margin:0px;
}

/* Sample 2*/
#box2{
	position:absolute;
}
#box2 span{
	display:block;
	float:left;
}
.mask2{
	position:relative;
	width:295px;
	height:275px;
	overflow:hidden;
}

.buttons2{
	width:295px;
	padding:1px;
	background:#eee;
    opacity:.7;
	margin:-20px 0px 0px 0px;
	overflow:hidden;
	position:absolute;
	z-index:10000;
}
.buttons2 span{
	color:#104E77;
	padding:0 5px;
	cursor:pointer;
	font:10px
}
.buttons2 span.active, .buttons2 span:hover{
	background:#104E77;
	color:#fff
}

