
	#crossslide-teaser-container {
		position: relative;
		left: 0px;
		top: 0px;
		width: 960px;
        height: 300px;
		color: black;
		overflow: hidden;
		background: center center url("pics/loader.gif") no-repeat scroll white;		
	}
    
    #crossslide-teaser {
        width: 960px;
        height: 300px;
        overflow: hidden;
        z-index: 2;
        position: relative;       
    }
    
    #teaser-box {
		position: absolute;
		z-index: 3;
		bottom: 10px;
		right: 10px;
		width: 236px;
		height: 128px;
		padding: 16px 20px;
		background: transparent url("pics/teaser_box_blue_8bit.png") no-repeat scroll center center;		
	}

    #teaser-box h1 {
		margin: 0 0 8px 0;
		padding: 0;
		font-stretch: narrower;
		font-size: 18px;
		line-height: 22px;
		color: #fefefe;
		text-transform: uppercase;
		border: 0;
	}

    #teaser-box p {
		margin: 8px 0 11px 0;
		padding: 0;
		font-size: 12px;
		line-height: 16px;
		color: #808080;
	}

    #teaser-box a {
		margin: 0;
		padding: 6px 0px 10px 20px;
		font-size: 13px;
		line-height: 12px;
		background: left -119px url("pics/button.gif") no-repeat scroll transparent;		
		float: right;
		color: #000;
	}

    #teaser-box a span {
		font-size: 13px;
		font-weight: bold;
		line-height: 16px;
		padding: 5px 10px 6px 0px;
		color: #000;		
		text-decoration: none;
		background: right -119px url("pics/button.gif") no-repeat scroll transparent;
	}
	
	#teaser-box a:hover {
		background-position: left -154px;		
	}

	#teaser-box a:hover span {
		background-position: right -154px;		
	}

