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

#slideshow {
	position:relative;
	height:529px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 529px;
    background-color: #FFF;
}

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

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

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



#toggle-view {
	list-style:none;	
	font-family:arial;
	font-size:11px;
	margin:0;
	padding:0;
	width:300px;
}

	#toggle-view li {
	border-bottom:1px dotted #ccc;
	position:relative;
	cursor:pointer;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
	
	#toggle-view h3 {
	margin:0;
	font-size:13px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-transform: lowercase;
	font-weight: normal;
	}

	#toggle-view span {
		position:absolute;
		right:5px; top:0;
		color:#ccc;
		font-size:13px;
	}
	
	#toggle-view p {
	margin:5px 0;
	display:none;
	line-height: 1.3em;
	color: #666;
	}
	#toggle-view a {
	line-height: 1.3em;
	color: #000;
	text-decoration: underline;
	}
	
	
	
	
	/*** set the width and height to match your images **/
.main-box3 {
	width: 300px;
	padding-left: 10px;
}
.main-box3 a {
	font-size: 11px;
	color: #666;
	text-decoration: none;
	line-height: 14px;
}
.win {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	display: block;
	padding-bottom: 7px;
}
