#slider {
	float:left; 
	position:relative; 
	overflow:auto; 
	width:642px; 
	height:370px; 
    margin-top: 12px;
	margin-left: 7px;
	}

#slider ul {
	position:absolute; 
	list-style:none; top:0; left:0}

#slider li {
	float:left; 
	width:642px;
	height:370px; 
	padding-right:10px;
	}



.pagination {
	margin-top:10px;
	float:right;
	list-style:none;
	height:26px; 
	width:85px; 
}

.pagination li {
	width:9px;
	height:9px;
	float:right; 
	cursor:pointer;
	background-image:url(../gfx/backgrounds/unactive_redondo.gif);
	background-repeat:no-repeat;
	padding-right:10px;
}

.pagination li:hover {
	background-image:url(../gfx/backgrounds/active_redondo.gif);
	background-repeat:no-repeat;

	}
	
li.current {
	background-image:url(../gfx/backgrounds/active_redondo.gif);
	background-repeat:no-repeat;
	}

li#content {
	width:642px; 
	height:287px; 
}

 