@charset "UTF-8";

#image_links_wrapper{
}
#image_links_window{
	width: 1200px;
	position: relative;
	left: 0;
}
#image_links_pane{
	float:left;
	position: relative;
	left: 0px;
  width: 400px;
	height: 100px;
	overflow: hidden;
}
ul.menu-imagelinks{
  list-style: none;
	width: 1200px;
	position: relative;
	top: -12px;
	left: 0;
	margin-left: -32px;
}
ul.menu-imagelinks li{
	float:left;
	margin: 0;
}
ul.menu-imagelinks li span{
	display: none;
}
.button{
	width:50px;
	height:100px;
}
.prev{
 float: left;
}
.next{
	float: right;
}
