a.previous {
         float:left; 
         margin:50px 0px 0px 0px; 
         width:60px; 
         height:40; 
         padding-top:32px; 
         background:url(../images/previous.png) no-repeat; 
         overflow:hidden;
		 color:#FFF;
}

a.previous2 {
         float:left; 
         margin:50px 0px 0px 0px; 
         width:60px; 
         height:40; 
         padding-top:32px; 
         overflow:hidden;
		 color:#FFF;
}

a.previous3 {
         float:right; 
         margin:113px 0px 0px 0px; 
         width:60px; 
         height:40; 
         padding-top:32px; 
         background:url(../images/previous.png) no-repeat; 
         overflow:hidden;
		 color:#FFF;
}

a.next {
         float:right;
         width:40px; 
         height:40; 
         padding-top:32px; 
         background:url(../images/next.png) no-repeat; 
         overflow:hidden;
		 position:static;
		 margin:140px 0px 0px 0px;
		 color:#FFF;
}

a.next2 {
         float:left;
         width:40px; 
         height:40; 
         padding-top:32px; 
         background:url(../images/next.png) no-repeat; 
         overflow:hidden;
		 position:static;
		 margin:113px 0px 0px 40px;
		 color:#FFF;
}

a:focus {
         outline:0;
}
