
.imgWheel
{
	overflow: hidden;
	position: relative;
}
.imgFrame
{
	position: absolute;
	top: 0px;
	zoom: 1;
}
.imgWheel .btnFrame
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	overflow: auto;
	zoom: 1;
}
.imgFrame .img{
margin-top: 0px;
}
.btnFrame .btn
{
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background-color: #FCF2CF;
	color: #F47500;
	border: 1px solid #F47500;
	margin-left: 2px;
	text-align: center;
	line-height: 16px;
	font-size: 11px;
	font-family: tahoma,arial;
	cursor: pointer;
}
.btnFrame .btn:hover
{
	background-color: #FFB442;
	color: #FFF;
	font-weight: bold;
}
