@charset "UTF-8";
/* CSS Document */

#softwareLmg {
	border: solid 1px #ccc;
	width: 428px;
	height: 273px;
	padding: 5px;
}

.thumbs2 img {
	border: solid 1px #ccc;
	width: 40px;
	height: 40px;
	padding: 4px;
}
.thumbs2 img:hover {
	border-color: #FF9900;
}

.thumbs2{
	margin-top: 10px;
}

#largeImg {
	border: solid 1px #ccc;
	width: 428px;
	height: 273px;
	padding: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 40px;
	height: 40px;
	padding: 4px;
}
.thumbs img:hover {
	border-color: #FF9900;
}

.thumbs{
	margin-top: 10px;
}

