/* THE LIST */
.gallery ul li {
	display:inline;
}
/* THE LINK */
.gallery a {
	width:150px;
	display: block;
	xpadding-left: 10px;
	xpadding-right: 10px;
	xpadding-top: 15px;
	xpadding-bottom: 10px;
	xmargin-left: -10px;
	xmargin-top: -15px;
	text-decoration:none;
}
/* THE CONTAINER */
.gallery_thumbnail {
	background-color:#EEEEEE;
	background-image: url(../../content/image/core_images/gallery_thumb_bg.jpg);
	background-repeat:repeat-x;
	font-size: 70%;
	color: #666666;
	padding: 15px 10px 10px;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	list-style: none;
	width:150px;
	height:130px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #EEEEEE;
	overflow:hidden;
}
/* THE ACTUAL THUMBNAIL */
.gallery_thumbnail img {
	margin-left:15px;
	text-align:center;
}
/* THE HOVER BORDER */
.gallery_thumbnail:hover {
	border: 1px solid #CCCCCC;
	background-image: url(../../content/image/core_images/gallery_thumb_bg.jpg);
	background-repeat:repeat-x;
}
/* THE CAPTION */
.gallery_caption {
	height:25px;
	margin-left:0px;
	text-align:left;
	margin-top: 5px;
	color: #666666;
}
span.gallery_caption {
	display:block;
	margin-top: 5px;
}
/* ADMIN CAPTION INPUT */
.gallery_caption input {
	margin-left:0px;
	margin-top: -10px;
}
/* THE ADMIN TOOLS */
.gallery_tools {
	display:inline;
	padding:0px;
	float:right;
	margin-top:-15px;
	margin-right:-5px;
}
/* THE TOOL LINKS */
.gallery_tools a {
	display:inline;	
	padding:0px;
}
