/* CSS Document */

img {
	margin:0;
	padding:0;
	border:none;
	}
#wrap {
	clear:left;
	width:820px;
	height:520px;
	display:block;
	overflow:hidden;
	position:relative;
}
#carousel {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
#carousel li {
	width:820px;
	height:520px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
#previous, #next {
	display:block;
	height:10px;
	text-indent:-4000em;
	margin:0 0 13px;
	cursor:pointer;
	}
	
.nextprev { z-index: 5; text-align: right; position: absolute; top: 0; right: 0; }
.nextprev span { display: none;}

#previous {
float: right;
width: 20px;
height: 20px;
background: url(../_images/btn_prev.gif) top left no-repeat;
}

#next {
float: right;
width: 20px;
height: 20px;
background: url(../_images/btn_next.gif) top left no-repeat;
}

#container {
width:820px;
height:520px;
}

a#previous:hover,
a#next:hover { background-position: bottom; }

.nextprev a:hover { background-position: bottom; }