﻿/*This is developments folder styles*/

.thumbnail img{
	border: 1px solid white;
	margin: 1px 1px 1px 1;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{
	/*CSS for enlarged image*/
position: absolute;
	background-color: #eee;
	padding: 2px;
	border: 1px none gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	margin-top: 250px;
}

.thumbnail span img{
	/*CSS for enlarged image*/
padding: 2px;
	margin-top: 0px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.fiximagelinks {
    height: 117px;
	width: 148px;
}
.fiximagelinks1 {
    height: 21px;
