@charset "UTF-8";

/* CSS Document                  */
/* Written by Chris Converse     */
/* for Lynda.com                 */


.gallery_preload_area {
	width:1px;
	height:1px;
	display:none;
}

.gallery_thumbnails {
	width:390px;
	float:left;
	display:block;
	clear: none;

}

.gallery_thumbnails a {
	display:block;
	height:80px;
	width:80px;
	overflow:hidden;
	border-radius: 3px;
	float:left;
	border:1px solid #fff;
	outline: none;
	margin:0px 13px 10px 0px;
}





.gallery_thumbnails a:hover {
	border-color:#555;
}

.gallery_thumbnails a.selected {
	border-color:#555;
}

.gallery_preview {
	margin-bottom: 10px;
	float:left;
	clear: both;
}



.gallery_preview a {
	display:block;
	width:375px;
	height:375px;
	background-repeat: no-repeat !important;
	background-size:100% !important;
	border:0px;
}


