
ul.filemanager, ul.filemanager ul{
list-style-type:none;
list-style-image: none;
border-left : gray solid 1px;
padding-left : 10px;
margin-left: 5px;
}

ul.filemanager li{
	text-indent : 20px;
}
ul.filemanager li.folder{
	
	background: url(images/folder.png) no-repeat;
}

ul.filemanager li.file{
background: url(images/file.png) no-repeat;
}
ul.filemanager li.text{
background: url(images/text.png) no-repeat;
}
ul.filemanager li.image{
background: url(images/image.png) no-repeat;
}
ul.filemanager li.audio{
background: url(images/music.png) no-repeat;
}
ul.filemanager li.video{
background: url(images/film.png) no-repeat;
}
ul.filemanager li.pdf{
background: url(images/pdf.png) no-repeat;
}
ul.filemanager li.flash{
background: url(images/flash.png) no-repeat;
}
ul.filemanager li.slideshow{
background: url(images/slideshow.png) no-repeat;
}




ul.filemanager a{
text-decoration : none;
color : black;
}
ul.filemanager a:hover{
color : gray;
}

.fmCopy{
	background: url(images/fileCopy.png) no-repeat left center;
	padding-left : 20px;
}
.fmDelete{
	background: url(images/fileDelete.png) no-repeat left center;
	padding-left : 20px;
}
.fmMove{
	background: url(images/fileMove.png) no-repeat left center;
	padding-left : 20px;
}
.fmResize{
	background: url(images/imgResize.png) no-repeat left center;
	padding-left : 20px;
}
.fmThumb{
	background: url(images/imgThumb.png) no-repeat left center;
	padding-left : 20px;
}
.fmConvert{
	background: url(images/imgConvert.png) no-repeat left center;
	padding-left : 20px;
}

img.rsrcImg{
	max-height: 420px;
	max-width: 600px;
	
}

.diapo{
	border : 1px lightgrey solid;
	padding : 2px;
}

.diapo:hover{
border : 1px #E40083 solid;
}

