/* CSS Document */

.thumbs{
	width:700px;
}
.largeImage{
width: 660px;
height: 419px;
padding: 5px;
}
.thumbs img{
border: solid 1px #ccc;
width: 100px;
height: 56px;
padding:2px;
}
.thumbs img:hover{
border-color: #FF9900;
}

