﻿.jqimgpy10 {
	position: relative;
	border: 1px solid #ccc;
}
.jqimgpy10 a.ad { 
	position: absolute;	/* 讓圖片疊在一起 */
    width:100%;
    height:100%;
	text-align:center;
}
.jqimgpy10 .control {
	position: absolute;
	right: 10px;
	bottom: 5px;
}
.jqimgpy10 .control a
{
	display: inline-block;
	padding: 1px 5px;
	margin: 0 2px;
	color: #a9a9a9;
	background: #fff;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	border: 1px solid #ccc;
}
.jqimgpy10 .control a.on
{
	color: #ffffff;
	background-color: #dcdcdc;
}
