@charset "utf-8";
/* CSS Document */

body, div, p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FF0;
}
div {
	width: 320px;
	height: 260px;
	background-color: #000;
	overflow: hidden;	
	position:relative;
}
img{width:100%}

div#small{
	width:200px;
	height:170px;
}
p {
	position:absolute;
	bottom:3px;
}
p a img {
	border: 1px solid #fff;
	width: 47px;
	margin: 0 2px;
	opacity: 0.5;
}
p a:hover img {
	opacity: 1;
}

span.samplebt, span.samplebt a{
	display:block;
}
span.samplebt img{
	width:100%;
	height:100%;
}
span.samplebt{
	position:relative;
}

span.samplebt a{
	position:absolute;
	z-index:100;
}

div#small span.samplebt{
	top:30px;
}