.list_carousel {  
  width:710px; 
  height:180px;
}
  .list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;}
  .list_carousel li {								
				width:710px; 
        height:180px;
				padding: 0;
				margin: 0px;
				display: block;
				float: left;}
			
.prev {
    top:63px;
    position:absolute;				
		left: 10px;				
		width:30px;
		height:30px;
		display:block;
		background:url(../images/arrows-prev-next.png) top left no-repeat;}
.prev:hover{background-position: bottom left;}

.next {
	top:63px;
	left:670px;			
  position:absolute;  
  width:30px;
	height:30px;
  display:block;
  background:url(../images/arrows-prev-next.png) top right no-repeat;}
.next:hover{background-position: bottom right;}
						