/* GENERAL STYLES */
ul.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}
#img-gallery {
	background: #FFF;
	width: 505px;
	height:262px;
	border: none;
	margin: 0;
	position: relative;
}
#img-gallery ul {
	position: absolute;
	top: 0;
	padding: 0;
	list-style: none;
	border-bottom: none;
	display: none;
	margin: 20px 20px 0 0;
}
#img-gallery ul a {
	display: block;
	padding: 0;
	border: none;
	text-decoration: none;
	border-bottom: none;
	background: none;
	color: #ededed;
	margin:2px 0 0 0;
	background-image: url(../images/homeImageButton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:14px;
	height:14px;
}
#img-gallery ul a#playstop {
	margin: 0 0 10px 0;
	border-bottom: none;
	background-color: none;
	background-image: url(../images/play.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding:0;
	width:14px;
	height:14px;
}
#img-gallery ul a#playstop.stop {
	background-color: none;
	background-image: url(../images/stop.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding:0;
	width:14px;
	height:14px;
}
#img-gallery ul a.active {
	color: #e17726;
	background-image: url(../images/homeImageButton_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: none;
}
#img-gallery #img-description {
	background: black;
	color: white;
	font-weight: bold;
	position: absolute;
	display: none;
}
#img-gallery #img-description p {
	padding: 5px;
	margin: 0;
}
#img-gallery img {
	display: block;
	border:none;
	margin:0;
	padding:0;
}



/* EDITOR PROPERTIES */

