/* TOOLBAR */

.gallery-toolbar
{
	background:#ffffff url(images/titlebar_bg.gif);
	height:31px;
	display:block;
	margin:0 0 10px 0;
}

.gallery-toolbar .left
{
	background:#ffffff url(images/titlebar_begin.gif) no-repeat;
	height:31px;
	width:10px;
	float:left;
}

.gallery-toolbar .right
{
	background:#ffffff url(images/titlebar_end.gif) no-repeat;
	height:31px;
	float:right;
	width:10px;
}

.gallery-toolbar .items
{
	margin-top:5px;
	float:left;
}

.gallery-toolbar .button-image-text,
.gallery-toolbar .button-text
{
	float:left;
}

.gallery-toolbar .button-image-text a,
.gallery-toolbar .button-text a
{
	height:18px;
	display:block;
	padding:1px 5px 0px;
	margin:1px;
	
}

.gallery-toolbar .button-image-text a:hover,
.gallery-toolbar .button-text a:hover
{
	background-color:#ccc;
	color:#111;
	border:1px solid #999;
	margin:0;
	
}

.gallery-toolbar .button-image-text a, 
.gallery-toolbar .button-image-text a:hover {
	background-position:2px 1px;
	padding-left:22px;
}


.gallery-toolbar .separator
{
	
}

.upload {
	background: transparent url(images/world_go.png) no-repeat;
	background-repeat:no-repeat;	
}

.delete {
	background: transparent url(images/delete.gif) no-repeat;
	background-repeat:no-repeat;	
}