/* CSS Document */
.thumbnails_table td
{
	padding: 0px 0px 10px 0px;
}

.thumbnail
{
	background: url('../images/portfolio/thumb-bg.gif') no-repeat; 
	background-position: left;
}

.thumbnail_hover
{
	background: url('../images/portfolio/thumb-hover-bg.gif') no-repeat; 
	background-position: top-left;
}

.thumbnail_active
{
	background: url('../images/portfolio/thumb-active-bg.gif') no-repeat; 
	background-position: top-left;
}

#divScreenshotDescription
{
	padding-left: 14px;
	background: url('../images/portfolio/bullet.gif') no-repeat; 
}
