#wrapper
{
	width:950px;
	position:relative;
	float: left;
}

#navigation
{
	position:absolute;
	width:950px;
	top:50px;
	z-index:10;
}

#navigation a
{
  padding:10px;
  background:#333333;
  color:#FFFFFF;
  text-transform:uppercase;
  text-decoration:none;
}

#navigation a:hover
{
  background:#cc0035;
}

#navigation a.sexyslider-prev
{
  float:left;
}

#navigation a.sexyslider-next
{
  float:right;
}

#control {
	bottom:10px;
	position:absolute;
	right:850px;
	z-index:100;
}


#control a
{
	background:#FFFFFF;
	padding:0 3px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	margin-left:3px;
	border:1px solid white;
  	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
	width:7px;

}

#control a.active
{
  background:#666666;
}

#control a span
{
  visibility:hidden;
}

.hastoc {
margin-right:0;
}

