@charset "UTF-8";
/* CSS Document */

body{
	background-color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
	font-size: 1.2em;	
	outline: none;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

.galleryContainer{
	background-color: #222;
	width: 750px;
	height: 540px;
	margin: 12px 0px 10px 3px;
	padding: 0px;	
	border-radius: 5px;
	border: 1px #444;
	opacity: 1;
}

.mainGallery{
	background-color: #000;
	width: 540px;
	height: 540px;
	margin: 0px 0px 0px 0px;
	float:left;
	
}

.mainGallery #bigpic{
	display: block;
	width: 540px;
	height: 540px;
	background-repeat: no-repeat;
	background-position: center;
	
}



.thumbnails{
	outline: none;
	background-color: #000;
	width: 192px;
	height: 540px;
	margin: -1px 8px 0px 2px;
	padding-bottom: 0px;	
	float: left;
	overflow:auto;
	border: 1px #222 solid;
}

.thumbnails ul{
	padding: 0px;
	outline: none;
	margin-right: 0px;
	margin-top: 0px;
	position: relative;	
}

.thumbnails li{
	outline: none;
	background-color: #000;
	width: 188px;
	margin: 0px 2px 0px 0px;
	list-style-type: none;
	float: left;
	padding: 0px;
	border-top: 1px #222 solid;
	border-bottom: 1px #222 solid;

		
}
img{
	border: none;	
}



.thumbnails .selected{
	border-top: 2px #222 solid;
	border-bottom: 2px #222 solid;
	border-left: 2px #222 solid;
}

.selected{
	opacity: .4;
}

img{
	display: block;
	margin: auto;
}

.galleryPreload{
	display: none;	
}

#last{
	margin: 0px 0px -3px 0px;	
}

#left{
	float: left;	
	height: 540px;
	width: 250px;
	margin-bottom: 0px;
}

#left img{
	float: left;
	margin: 250px 0px auto 15px;	
}
#right{
	float: left;
	height: 540px;
	width: 290px;
}
#right img{
	float: right;	
	margin: 250px 15px auto 0px;
}

*:focus {outline: none;}