.faded { position:relative; height:96px;}
.blog .faded {height:120px;}
.faded li { overflow:hidden;}
.faded .col-1 { width:250px; margin-right:50px;}
.faded .col-2 { width:255px; margin:0;}
.next {	
	position: absolute;
	z-index:100;
    top:-30px;
    right: 8px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background:url(../images/next.png) no-repeat ;
}

.next:hover {background:url(../images/next_hover.png) no-repeat;}

.prev {	
	position: absolute;
	z-index:100;
   top:-30px;
    right: 30px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background:url(../images/prev.png)  no-repeat;
}

.prev:hover {background:url(../images/prev_hover.png) no-repeat;}