div.hsContainer {
width:300px;	
}

div.hsImage {
	float:left;
    margin:0px 10px;
    height:auto !important; /* real browsers */
	height:150px; /* IE6: treaded as min-height*/
	min-height:150px; /* real browsers */
	width:150px;
	}
div.pfImage {
	float:left;
    margin:0px 10px;
	width:150px;
	}
div.hsDetail {

}

div.hsCaption {
	text-align:left;
}

div.ssDisplay{
	float:right;
    width:auto !important; /* real browsers */
	width:50px; /* IE6: treaded as min-height*/
	min-width:200px; /* real browsers */
    display:block;
}

    div.pagesUsed {
        display:inline;
        float:left;
        margin-right:20px;
    }
    div.pageBackupsUsed {
        display:inline;
        float:right;    
        text-align:left;
        padding-left:20px;
        border-left:1px dashed #666666;
    }



a.hs {

}

a.fileTitle {
	font-style:italic;
}

a.delete {

}


/*---------| Highslide Styles |--------*/


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #ffffff;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
	border: 2px solid #40e2ff;
}

.highslide-wrapper {
	background: black;
}
.highslide-image {
	border: 3px solid #000000;
	border-bottom:none;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    font-family: Trebuchet MS, Verdana, Helvetica;
    font-size: 10pt;
    border: 3px solid #000000;
    border-top: none;
    padding: 5px;
	background-image:url(/fw-images/bg/head-mid.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color:#CCCCCC;
	text-align:left;
    }
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(/fw-images/hs-graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

