.submenuReference {
    width: 977px;
    margin-left: 3px;
    margin-top: 20px;
    margin-bottom: 5px;
    text-decoration: none;
}

.submenuReferenceButton {
    float: left;
    margin-right: 15px;
}
.submenuReferenceButton:hover {
    color: #0370b0;
    cursor: pointer;
}

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative; 
	width: 160px;
	height: 130px;
}
ul.thumb li img {
    margin-left: 10px;
	width: 150px; height: 120px; 
	-ms-interpolation-mode: bicubic; 
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background: #f0f0f0; 
    border: 1px solid #ddd;
}

    .topWindowMediumReference {
        width: 632px;
        height: auto;
        padding: 15px;
        padding-bottom: 0px;
        line-height: 1.5em;
        float:left;
    }

.imageReferences{
    width: 200px;
    height: 300px;
    float:left;
    padding-bottom: 10px;  
    padding-top: 10px;
    margin-bottom: 10px;
    margin-left: 4px;
}
.imageReferences:hover {
    background: #fafafa;
    cursor: pointer;
}

.imageText {
    width: 180px;
    height: auto;
    margin-left: 10px;
    text-align: justify;
}

a.titleImageReference {
    color: #0370b0;
    font-size: 15px;
    text-decoration: none;    
}

.adminClass {
    text-align: center;
}

































