#frame{
	margin-top:26px;
	margin-left:10px;
	width:528px;
	height:404px;
	float:left;
	position:relative;
}

* html #frame{
	margin-top:13px;
	margin-left:5px;
}

#frame a.previous{
	position:absolute;
	left:169px;
	bottom:0;
	display:block;
	height:17px;
	width:75px;
	background: url('../images/before-after/previous.gif') no-repeat;
}

* html #frame a.previous{
	bottom:4px;
}

#frame a.next{
	position:absolute;
	left:255px;
	bottom:0;
	display:block;
	height:17px;
	width:58px;
	background: url('../images/before-after/next.gif') no-repeat;	
}

* html #frame a.next{
	bottom:4px;
}

#gallery-nav{
	text-align:center;
}

#gallery-nav ul{
	margin:0;
	padding:0;
	list-style:none;
}

#gallery-nav ul li{
	margin:0;
	padding:0 6px;
	display:inline;
}