@charset "UTF-8";
/* CSS Document */

#slideshow {
    position:relative;
    height:300px;
	width:500px;
	background-color:#2a2a2a;
	}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 300px;
	width:500px;
	background-color:#2a2a2a;
	}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
	}

#slideshow DIV.last-active {
    z-index:9;
	}

#slideshow DIV IMG {
    height: 265px;
    display: block;
    border: 0;
    margin-bottom: 10px;
	}

.showcase {
	position:relative;
	left:-5px;
	bottom:8px;
	text-align:right;
	font-size:11px;
	margin:0;
	}

#reveal {
	display: block;
	}
				
#divindexmain {
	width: 970px;
	height:300px;
	margin: 75px auto 45px auto;
	}
	
#divindexleft {
	width:500px;
	margin:0 50px;
	float:left;
	}
	
#divindexright {
	width:300px;
	margin-right:70px;
	float:right;
	}

#mention {
	clear:both;
	}

.ipod {
	margin-left:75px;
	}

.reveal_class {
	display:block;
	}