
	div#slideshow {
		width: 310px;
		height: 310px;
		overflow: hidden;
		position: relative;
	}

	div#slideshow ul {
		list-style: none;	
		padding: 0;
		margin: 0;
	}

	ul.tabs {
	  position: absolute;
	  height: 10px;
	  bottom: 28px;
	  left: 28px;
	}

		ul.tabs li {
		  display: inline;
		  width: 9px;
		  height: 10px;
		}

		ul.tabs li a {
			text-decoration: none;	
			display: block;
			float: left;	
			width: 9px;
			height: 10px;
			margin-right: 10px;
			outline: none;
			background: #002E43 url('images/slideshow_tab.png') center top no-repeat;
		}

			ul.tabs li a:hover, ul.tabs li a.current {
				background-position: center bottom;
			}

	div#slideshow ul.output {
		position: relative;
		height: 205px;
        margin: 45px 28px 0 28px;
        background: url('images/left_top_line.png') bottom repeat-x;
        overflow: hidden;
	}

	ul.output li {
		position: absolute;
        left: 0;
		width: 310px;
		height: 205px;
	}
		ul.output li a{
			text-decoration: none;
			color: #FFF;
		}