a { outline: none }

.container {
    width:273px;
    height:188px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
}

.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
.slides li { position:absolute; top:0; width:500px; display:none; padding:0; margin:0; }

#loopedSlider {
   

   
    clear:both;
    height:188px;
    margin: 0 auto;
    padding:5px;
    margin-top:10px;
    position:relative;
    width:273px;
}

.previous {
	position: absolute;
	left: -25px;
	top:80px;
	z-index:1;
	height: 35px;
	width: 35px;
	display: block;
	text-indent:-9999px;
	background-position: -32px 0;
	background-image: url(http://mobile.galvezrestaurant.com/images/prev.png);
	background-repeat: no-repeat;
}
    .previous:hover {background-position: 0 0 }
.next {
    position: absolute;
    right: -20px;
    top:80px;
    background:url(http://mobile.galvezrestaurant.com/images/next.png) no-repeat;
    height: 35px;
    width: 35px;
    display: block;
    text-indent:-9999px;
}
    .next:hover {
	background-position: -32px 0
}