.islider-theme-silver .islider-scroller {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.islider-theme-silver .islider-scroller li{
	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.islider-theme-silver .islider-scroller.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */
	float: left;
}
.islider-theme-silver .islider-scroller.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */
}
.islider-theme-silver .islider-data {
    display: none;
}
.islider-theme-silver .islider-scroller li span.expand {
    position: absolute;
    font-size: 11px;
    color: #444444;
    bottom: 0;
    left: 0;
    overflow: hidden;

    border-top:1px solid #EEEEEE;
    background-color:#ffffff;
    /* for IE */
    filter:alpha(opacity=0);
    /* CSS3 standard */
    opacity:0;
    z-index: 4;
}
.islider-theme-silver .islider-scroller li span.expand label {
    position: relative;
    top: 10px;
    left: 20px;

    color:#444444;
    font-family:"MS Gothic",Arial,Helvetica;
    font-size:26px;
    font-weight:normal;
    line-height:1.43em;
    text-transform:uppercase;
}
.islider-theme-silver .islider-scroller li span.expand label a {
    color:#444444;
    text-decoration: none;
}
.islider-theme-silver .islider-scroller li span.expand p {
    position: relative;
    top: 10px;
    left: 20px;
    width: auto;
    line-height: 14px;
}
.islider-theme-silver .islider-scroller li span.collapse {
    position: absolute;
    font-family:"Trebuchet MS",Arial,Helvetica,san-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #444444;
    bottom: 0;
    left: 0;
    overflow: hidden;

    border-top:1px solid #EEEEEE;
    background-color:#ffffff;
    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
}
.islider-theme-silver .islider-scroller li span.collapse label {
    position: relative;
    top: 20px;
    left: 20px;
}
div.fade {
    background:url("../images/overlay.png") repeat-y scroll right top transparent;
    display:block;
    position:absolute;
    right:0;
    width:250px;
    height: 100%;
    z-index:4;
}
