﻿.dividerlineleft {
	margin: 5px 5px 5px 20px;
}
.dividerlineright {
	margin: 5px 5px 5px 15px;
}
.buttons {
	margin-top: 5px;
	margin-right: 40px;
	margin-left: 15px;
}
.ScreenImageThumbDiv {			/* image div for thumbnail screenshot */
	/* the inner div that contains the screenshot */
	/* note padding makes the div grow by 2x so need to account for that when sizing */
	width: 102px;		/* width of screenshot img (excluding border) */
/*	height: 77px; */
	border-width: 0px; 
	margin-left: 15px; 
	margin-top: 5px;
	background-image: url('../Images/Screenshots/102x77/screenshot_background.jpg'); /*	background-repeat: no-repeat;*/ /*	padding: 3px;		padding makes div grow, use margin instead */;
/* padding allows screenshot to sit inside of border (background) image */
	padding: 2px;
	cursor:pointer;
}
