

#navigation
{
	position:absolute;
	width:971px;
	right:-22px;
	top:232px;}

#navigation a.sexyslider-prev
{
width:48px;
height:92px;
  float:left;
	background: url(prv.png);
  
}
#navigation a.sexyslider-prev:hover
{
  float:left;
	background: url(prvh.png);
}
#navigation a.sexyslider-next
{
width:48px;
height:92px;
  float:right;
	background: url(next.png);
  
}
#navigation a.sexyslider-next:hover
{
  float:right;
	background: url(nexth.png);
}
