.gallery  {
        position: absolute;
	width: 168px;
	left: 0px;
        top: -11px;
	margin: 0;

        background-color: inherit;

	/* font-size: 95.01%; */
	
}
.gallery .txt {
	position: relative;
	width: 168px;
	left: 0px;
	margin: 0 0 12px 0;
	text-align: center;
        line-height: 1.1em;
}
.gallery .img {
        position: relative;
        width: 96px;
	left: 36px;
	margin: 15px 0 6px 0;
	text-align: center;
        background-color: black;
}

.gallery .img a {
	display: inline-block;
	border: 0;
	padding: 0;
}

.gallery .img a:hover {
	border: 0;
}

.gallery .txt a {
        background-color: inherit;
	color: #dd86b7;
	display: inline-block;
	border: 0;
	padding: 0;
}

.gallery .txt a:hover {
        background-color: inherit;
	color: #111;
	border: 0;
}

.gallery img {
	border: none;
}
.gallery .boldnonewinnaars {
        position: relative;
        top: 7px;
        text-align: left;
        background-color: inherit;
	color: #dd86b7;
}
.gallery .boldnonewinnaars a {
        background-color: inherit;
	color: #dd86b7;
        font-weight: bold;
        text-decoration: none;
}
.gallery .boldnonewinnaars a:hover {
        background-color: inherit;
	color: #111;
        font-weight: bold;
        text-decoration: underline;
}

.gallery .boldnone {
        position: relative;
        top: 7px;
        text-align: left;
        background-color: inherit;
	color: #111;
}
.gallery .dottedcontainer {
        background-color: inherit;
	color: #111;
}

.galleryclear {
	clear: both;
}


