.i-entity-coll-all {
	background: transparent url(../images/exp-all.png) no-repeat scroll 0 0;
	float:left;
	margin-left:3px;
}
.i-entity-exp-all {
	background: transparent url(../images/coll-all.png) no-repeat scroll 0 0;
	float:left;
}
.i-entity-empty {
	background: transparent url(../images/empty.png) no-repeat scroll 0 0;
	float:left;
}
.i-media-toggle-nested {
	background: transparent url(../images/toggle-nested.png) no-repeat scroll 0 0;
	float:right !important;
}
.i-media-toggle-related {
	background: transparent url(../images/toggle-related.png) no-repeat scroll 0 0;
	float:right !important;
}
.i-media-list {
	background: transparent url(../images/list.png) no-repeat scroll 0 0;	
	float:right !important;
	margin-right: 0;
}
.i-media-tile {
	background: transparent url(../images/tile.png) no-repeat scroll 0 0;	
	float:right !important;
}
.i-media-list-active {
	background: transparent url(../images/list_active.png) no-repeat scroll 0 0 !important;		
}
.i-media-tile-active {
	background: transparent url(../images/tile_active.png) no-repeat scroll 0 0 !important;	
}

.i-image-scroller {
	background: transparent url(../images/image-tool.png) no-repeat scroll 0 0;
	float:left;
}
.i-video-scroller {
	background: transparent url(../images/video-tool.png) no-repeat scroll 0 0;
	float:left;
}
.i-map-scroller {
	background: transparent url(../images/map-tool.png) no-repeat scroll 0 0;
	float:left;
}
.i-tool-cont {
    height:36px !important;
}
.i-info-page-panel .i-tool-cont {
	left:9px;

}
.config-tool{
	background: url(../images/panel/gear.png) no-repeat scroll center center;
	opacity: 0.67;	
	filter: alpha(opacity=67);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
	display: table-cell;
}
.i-media-type-combo {
	background: url(../images/combo.png) no-repeat scroll 0 0;
	padding-left: 47px !important;
}
.i-info-media-combo {
	background-color: #eeeeee;
	position: absolute; 
	top: 22px; 
	width:auto; 
	left: 0; 
	padding: 5px 8px 5px 5px;
	-moz-border-radius: 3px;
	z-index: 100000; 
	border: 1px solid #aaaaaa;
}
.i-icon-attach-media {
	background: url(../images/attach.png) no-repeat scroll center left;
}
.i-icon-image-media {
	background: url(../images/icons/picture.png) no-repeat scroll center left;
}
.i-icon-video-media {
	background: url(../images/icons/movie.png) no-repeat scroll center left;	
}
.i-icon-map-media {
	background: url(../images/icons/map.png) no-repeat scroll center left;
}
.i-info-combo {
	height:16px;
	padding-left:22px;
	padding-top:6px;
	vertical-align:middle;
	width:auto;
}

/* new attach stuff */
.i-attach {
	width: 16px;
	background-color: transparent;
	background-image: url(../images/icons/attach-icons.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -64px center;	
}

.i-info-show-attach .i-has-attach {
	background-position: 0 center;
}

.i-info-show-image .i-has-image {
	background-position: -16px center !important;
}

.i-info-show-video .i-has-video {
	background-position: -32px center !important;
}
.i-info-show-map .i-has-map {
	background-position: -48px center !important;
}

.i-attach-empty {
	background-position: -64px center !important;
}
