/* images side */
.text-image{
	min-height: 214px;
	padding: 0 20px;
}
.text-image .gallery{
	float: right;
	height: 208px;
	margin: 6px 0 0 20px;
	position: relative;
	width: 290px;
}
.text-image .gallery .controls{
	opacity: 0.5;
	position: absolute;
	right: 9px;
	top: 9px;
	z-index: 5;
}
.text-image .gallery .controls .sprite:hover {
	background-color: #eeeeee;
}
.text-image .gallery:hover .controls{
	opacity: 1;
}
.text-image .gallery .controls .sprite{
	border-radius: 0;
}
.text-image .gallery .controls .sprite:first-child{
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.text-image .gallery .controls .sprite:last-child{
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.text-image .gallery .controls .sprite + .sprite{
	margin-left: -1px;
}
.text-image .gallery .controls .inactive{
	opacity: 0.5;
}
.text-image .gallery .figure{
	border: 1px solid #ccc;
}
.text-image .gallery .figure img{
	background-color: rgba(255, 255, 255, 0.5);
	height: 206px;
	width: 288px;
}

.text-image a.highlight-link:hover {
	border-bottom: 1px dotted #183a8d !important;
}
@media print{
	.text-image{
		padding: 0 !important;
	}
}