@charset "UTF-8";

#thumbnails {
	clear: both;
	margin: 0;
}

#thumbnails div {
	position: relative;
	width: 60px;
	height: 60px;
	float: left;
	margin: 7px;
	padding: 0;
	display:inline; /* MAKES THUMBS DISPLAY HORIZONTAL NOT VERTICAL */

}

#thumbnails img {
	width: 60px;
	height: 60px;
	position: absolute;
	border: solid 2px #ffffff;
}

#picture {
	padding: 0px;
	width: 637px;
	/*width: 500px;
	float: left;*/
}

#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #d2d5e0;
	/*border: solid 1px #303138;*/
	border: solid 1px #ffffff;
	overflow: hidden; 
	width: 0px;
	height: 0px;
}

#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 0; }
.selectedThumbnail {  border: solid 2px #de002b !important; } /* THUMB NAIL - RB*/
.inFocus {  border: solid 2px #de002b !important; } /* THUMB NAIL ONMOUSE OVER- RB*/

