a{
	color:#666;
	text-decoration:none;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:0px 0px 5px 0px;
}

/*body*/
#container{
	height: 248px;
	width: 298px;
	margin: 0px;
	padding: 0px;
	border:1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(https://sec.theglobeandmail.com/adv/partners/TGAM_Advertising/apt/bg@2x.png);
	background-size:contain;
}

#gam{
	display:inline-block;
	position:absolute;
	margin: 0px;
	padding: 0px;
	height: 179px;
	top:32px;

	width: 298px;

	overflow-x:hidden;
	overflow-y:hidden;
}

/*article*/
.article{
	display:none;
	position:absolute;
	width:278px;
	height:180px;

	top:0px;
	left:0px;

	padding: 0 10px;
	cursor:pointer;

	overflow:hidden;
}

.article:first-child{
	display:block;
}

.article:hover h1{
	color:#ce2a2c;
}

/*individual*/

.photo{
	display: inline-block;
	overflow:hidden;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	height: 179px;
	width: 132px;
	float:left;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-color:#ddd;
}

.right{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	align-content:center;
	height:160px;
	font-size:13px;
}

.right>*{
	width:100%;
}

.clickhere{
	font-weight:bold;
	color:#ce2a2c;
}

#appointments{
	display:block;
	position:absolute;
	top:211px;
	left:1px;
	width:298px;
	height:38px;
}

#nav{
	display:inline-block;
	position:absolute;
	left:145px;
	top:185px;
	width:152px;
	text-align:center;
}

#nav #prev, #nav #next{
	display:inline-block;
	cursor:pointer;

	padding:5px 3px;
}

#nav #prev span, #nav #next span{
	display:inline-block;
	cursor:pointer;

	width: 8px;
	height: 8px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

#nav #prev span{
	transform: rotate(-135deg);
}

#nav #next span{
	transform: rotate(45deg);
}

#nav i{
	display:inline-block;
	height: 7px;
	width: 7px;
	margin: 0 2px 1px 2px;
	background-color: #333;
	border-radius: 50%;
	display: inline-block;
}

#nav #prev:hover span, #nav #next:hover span{
	border-top: 2px solid #ce2a2c;
	border-right: 2px solid #ce2a2c;
}

#nav .active{
	background:#ce2a2c;
}


#[%ConfirmBoxAdDelivery%]{display:block !important;}