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

#gallery{
	min-height:483px;
	width:503px;
	margin-left:auto;
	margin-right:auto;
}
#display{
	width:503px;
	height:420px;
	position:relative;
	overflow:hidden;
}
 #gimage{
	height:375px;
	width:503px;
	position:relative;
	left:0px;
	top:0px;
	text-align:center;
	background-color:#E898B4;

}
#gimage img{
}
#display #caption{
	height:27px;
	width:483px;
	background-color:#6c4554;
	position:absolute;
	left:0px;
	top:375px;
	color:#FFF;
	padding-top:11px;
	padding-left:20px;
	background-image:url(assets/templates/linkedge/images/gallerycaptionstrip.gif);
	background-repeat:no-repeat;
	background-position:0 20px;
}
#thumbnails{
	min-height:63px;
	width:510px;
	text-align:center;
	
}
#thumbnails ul li img{
	height:55px;
	width:55px;
}
#thumbnails ul{
	list-style:none;
	padding:0;
	margin:0;
}
#thumbnails ul li{
	padding:0;
	margin:0;
	width: 55px;
	float:left;
	margin-right:8px;
	margin-top:8px;
}

div.slide{
	z-index:5;
	position:absolute;
	top:0px;
	left:0px;
	height:200px;
}
div.slide-active{
	z-index:7;
	position:absolute;
	top:0px;
	left:0px;
	height:200px;
}
div.slide-lastactive{
	z-index:6;
	position:absolute;
	top:0px;
	left:0px;
		height:200px;
}
