/* slider and 'position:fixed' emulation */

body {
	margin: 5px 0px 0px 0px;
	line-height: 1.166;	
	padding: 0px;
}

#slider {
position:fixed;
bottom: 0;
padding:0;
height: 100px;  /* includes transparent part */ 
cursor: pointer;
margin: 0;
padding:0;
margin-bottom: -100px;
width: 100%;
line-height: 1.0;
z-index: 100;
vertical-align:bottom;
}

#slider-inside {
position: absolute;
height: 100px;  /* includes transparent part */ 
cursor: pointer;
margin: 0;
padding:0;
width:100%;
line-height: 1.0;
vertical-align:bottom;
z-index: 100;
}

#h3-inside{ /* a simple little image replacement for the main text and image */
overflow:hidden;
text-indent:-1000em;
width:460px;
height:100px;
padding: 0;
margin: 0;
position: absolute;
vertical-align:bottom;
z-index: 110;
}

#slider ul{
margin: 80px 5px 0 0;
padding: 2pt; 
vertical-align: bottom; 
font-size: x-small; 
list-style-type: none;
background-color:#FFFFFF;
position: absolute;
right: 1pt;
z-index: 998;
width: 40px;
height: 13px;
}

#slider ul a:link {
	position: absolute;
	z-index: 999;
}

/*

html {

padding:0 0 58px 0;

}

*/