﻿.AllScreenShotsDiv {
	width:280px;	/* thumbnails show in groups of 2 by default */ 	

}

.AllScreenShotsMagnify {		/* allows position of screen shots to be fixed when magnified*/
	width:500px;	/* 	thumbnails show in groups of 3 */
}


.ScreenOuterDiv {		/* all outer screenshot divs should have this */
	width: 20px;
	height: 20px;
	padding: 2px;
}
.ScreenEnlargedDiv {	/* enlarged outer divs should also have this */
	width: 255px;
	height: 237px;
}
.ScreenEnlargedDivMagnify {	/* magnified version of above */
	width: 510px;
	height: 474px;
/*	position:absolute;*/
}
.ScreenThumbDiv {
	/* thumbnail outer divs should have this */
	width: 128px;
	height: 123px;
	float: left;
}

.ScreenImageEnlargedDiv {
	/* image div for enlarged 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: 243px; /* width (251) - 2 x 4 (padding)*/;
	height: 182px;
	background-image: url('../Images/Screenshots/243x182/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: 4px;
	cursor: pointer;
}
.ScreenImageEnlargedMagnify {		/* Magnified version of above */
	width: 500px;		/* width (255) - 2 x 6 (padding)*/
	height: 375px;
	background-image: url('../Images/Screenshots/500x375/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: 6px;
}

.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: 122px;
	height: 91px;
	background-image: url('../Images/Screenshots/122x91/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: 3px;
	cursor:pointer;
}


.ScreenNum {				/* numbers under thumbnails */
	margin: 5px 25px 15px 30px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	cursor:pointer;
}
.ScreenTextMain {			/* text under main image */
	margin: 5px 25px 15px 30px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
}
.ScreenText {				/* hidden text under thumbnails (desc for when main image) */
	margin: 10px 25px 10px 30px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	text-align: center;
	display:none;   /*use this if we dont want to see text at design time*/
	visibility: hidden;

}
.hidden {
	display: none;
}
.nextfeature {
	border-width: 0px;
	margin-left: 210px;
}
