#wrapperzz {

	width:585px;
	height: 289px;
	text-align: right;

 }
#main {
	left: 200px;
	top: 1px;
	position: absolute;
	width:585px;
	height: 289px;
	z-index: 10002;
	float: left;
 }
.words{    
    position: absolute;
	z-index: 10008;
    left: -200px;
    top: 150px;
    float: right;	
	width:520px;
	height: 289px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	padding: 5px;
	line-height: 14px;
	height: 16px;
 }
		div.slideshow {
			margin: 1px auto;
			width: 580px;
			left: 120px;
		}
		div.slideshow ul {
			bottom: -60px;
			left: -180px;
			position: absolute;
			overflow: hidden;
			width: 550px;
			padding: 5px 0;
			z-index: 10003;
		}
		div.slideshow ul a {
			background-position: 50% 50%;
			cursor: pointer;
			display: block;
			height: 25px;
			margin-right: 5px;
			opacity: 0.5;
			width: 33px;
			border: 1px solid #666666
		}
		div.slideshow ul a.active,
		div.slideshow ul a:hover {
			opacity: 1;
		}
		div.slideshow ul li {
			float: left;
			list-style: none;
		}



