.gallery {   
border:0px #000000 solid;
float:left;
}
.gallery li{ 
margin: 3px;
} 
.gallery img {
width:167px;
height:200px; 
padding:10px;  
}
.next {
height: 50px;
width: 24px;
background: transparent url(../images/blog-arrows3.png) no-repeat top left;
float: left;
cursor: pointer;
margin-top: 90px;
margin-right: 10px;
}
.next:hover{ 	
background-position: bottom left;
}
.prev {
height:50px;
width:24px;
background: transparent url(../images/blog-arrows3.png) no-repeat top right;
float:left;
cursor: pointer;
margin-top: 90px;
margin-left: 10px;
}
.prev:hover{ 
background-position: bottom right;
}
.gallery1 {   
border:0px #000000 solid;
float:left;
margin-left:30px;
}
.gallery1 li{ 
margin: 3px;
} 
.gallery1 img {
width:140px;  
height:50px; 
padding:10px;  
}
.next1 {
position:relative;
right:-20px;
top:13px;
height: 50px;
width: 24px;
background: transparent url(../images/blog-arrows3.png) no-repeat top left;
float:left;
cursor: pointer;
}
.next1:hover{ 	
background-position: bottom left;
}
.prev1 {
position:relative;
right:-10px;
height:50px;
width:24px;
background: transparent url(../images/blog-arrows3.png) no-repeat top right;
float:left;
top:13px;
margin-right:10px;
cursor: pointer;	
}
.prev1:hover{ 
background-position: bottom right;
}
.gallery1 ul li a img {
opacity:0.3;
}
.gallery1 ul li a img:hover {
opacity:1.7;
}