/* ============================================================ */
/* Gallery css													*/
/* ============================================================ */

/* ============================================================ */
/* Ul, li reset												 	*/
/* ============================================================ */

.sb_gallery_content {
	height: auto;
	width: auto;
	display:block;
	float: none;
	visibility: visible;
	position: static;
	list-style: none;
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: 0px;
	background: none;
}

.sb_gallery li {
	height: auto !important;
	width: auto;
	display: list-item;
	float: none;
	visibility: visible;
	position: relative;
	list-style: none !important;
	border: none;
	margin: 0px;
	padding: 0px !important;
	text-align: left !important;
	text-indent: 0px !important;
	background: none !important;
}

/* ============================================================ */
/* Gallery Content - ul											*/
/* ============================================================ */

.sb_gallery_content {
	margin: 5px 0px 5px 0px !important;
}


.sb_gallery_content li {
	float: left !important;
	position: relative;
	margin: 0px 10px 30px 10px !important;	
	padding: 0px !important;
	background: none !important;
	list-style: none !important;
}

.sb_gallery .sb_gallery_thumbnail {
	display: block;
	margin-bottom: 3px;
}

.sb_gallery .sb_gallery_thumbnail img {
	border: none;
}

.sb_gallery .sb_thumbnail_name {
	overflow: hidden;
}

/* ============================================================ */
/* Paging														*/
/* ============================================================ */

.sb_gallery .sb_gallery_previous {
	float: left;
	display: block;
	padding-left: 10px;
}

.sb_gallery .sb_gallery_next {
	float: right;
	display: block;
	padding-right: 10px;
}

.sb_gallery .sb_gallery_pages {
	text-align: center;
	clear: both;
	margin-top: 30px;
}

.sb_gallery .sb_gallery_pages a {
	padding: 2px 5px 2px 5px;
}

/* ============================================================ */
/* Path															*/
/* ============================================================ */

.sb_gallery .sb_gallery_path {
	margin-bottom: 10px;
	margin-left: 10px;
}

.sb_gallery_path {
	position: relative;
}

.sb_gallery .sb_gallery_path img {
	margin-right: 5px;
}

.sb_gallery .sb_gallery_path a {
	margin-right: 2px;
	margin-left: 2px;
}

.sb_gallery .sb_gallery_back {
	float: right;
	padding-right: 10px;
}

.sb_gallery_back {
	background: url(../images/up_icon.gif) no-repeat;
	display:block;
	height:10px;
	padding-left:10px;
}

/* ============================================================ */

.sb_gallery_preloader_overlay {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../../images/transparent70.png);
	background-repeat:repeat;
	background-color: transparent;
}

.sb_gallery_preloader {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(../../images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position: center;
}

/* ============================================================ */
/* Admin view													*/
/* ============================================================ */

.sb_gallery_content .sb_edit_bar {
	top: 85px;
	right: 4px;
}

.sb_gallery_content .sb_edit_bar a {
	width: 19px; 
	height: 19px; 
	background-position: center center;
}