a img { border-style: none; }

#wrap {
	width: 100%;
	padding-bottom: 20px;
	border: 1px solid #2f5d9b;
	background-image: url(images/bf_graphic_thumb.jpg);
	background-repeat: no-repeat;
	height: 400px;
}


#previews {
	margin-bottom: 5px;
	width: 250px;
	float: left;
	margin-right: 10px;
	background-color: #FFFFFF;
	border: 1px solid #2f5d9b;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 36px;
	height: 19px;
	float: center;
	margin: 8px;
	padding: 0;
	float: center;
	display:inline;
}
#thumbnails img {
	width: 36px;
	height: 19px;
	position: absolute;
	border: 1px solid #2f5d9b;
}
#picture {
	float: center;
}
#mainImageOutline {
	overflow: hidden;
	border: 1px solid #2f5d9b;
}
#mainImage {
}

#picture img {

}
.selectedThumbnail {
	border: solid 1px #fc0 !important;
	z-index:10;
}
.inFocus {  border: solid 1px #fc0 !important; }

