.example {
	position:relative;
	width:790px;
	height:500px;
	overflow:visible;
	border:1px #000 solid;
	margin:10px 0 0 10px;
	padding:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
div.thumbwrapper {
    background: none repeat scroll 0 0 #000;
/*	border: 1px solid #AFAB8E;	
*/	float: left;
    text-align: center;
    width: 195px;
	height:150px;
}
.control, .lcontrol {
    float: right;
    display: block;
    margin: 0 5px;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: black !important;
}
.lcontrol {
    float:left;margin-right:50px;
}
.lcontrol .small {
    font-weight: normal; text-transform: none;
}
