#featurewall {	background:#111;	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111), to(#666), color-stop(.83,#444), color-stop(.83,#555));	background: -moz-linear-gradient(top, #111 0%, #444 83%, #555 83%, #666 100%);	margin-bottom:25px;	padding:10px;	color:white;}#featurewall .title img{ margin-bottom:10px; }#featurewall .wallcontainer .walls img { float:left; margin-right:10px; border:1px solid white; }#featurewall h2 { color:white; font-size:16px; line-height:20px; font-family:Arial, Helvetica, sans-serif; margin:0; }#featurewall p { font-size:10px; margin:0px; }#featurewall p a:link, #featurewall p a:visited{ color:#00baf2; }#featurewall p a:hover, #featurewall p a:active{ color:#5edaff; }#featurewall .showing { color:#999; }#featurewall .wallcontainer { width:300px; margin-left:-10px; margin-bottom: 10px; height:150px; overflow:hidden; position:relative; }#featurewall .walls { height:3000px; position:absolute; width: 280px;}#featurewall .walls div { width:280px; height:160px; float:left; margin:0 10px; }/*********** navigator ***********//* position and dimensions of the navigator */div.navi {	padding-top:5px;	margin:0 auto;	width:70px;	height:15px;}/* items inside navigator */div.navi a {	cursor:pointer;	width:8px;	height:8px;	float:left;	margin:3px;	background:url(http://www.unionfilms.org/images/buttons/scroll_navigator.png) 0 0 no-repeat;	display:block;	font-size:1px;}/* mouseover state */div.navi a:hover {	background-position:0 -8px;      }/* active state (current page state) */div.navi a.active {	background-position:0 -16px;     }/* this makes it possible to add next button beside scrollable .wallcontainer {    float:left;}*//* prev, next, prevPage and nextPage buttons */a.browse {    background:url(http://www.susu.org/images/icons/arrow_left.png) no-repeat;    display:block;    width:30px;    height:30px;    float:left;    margin:40px 10px;    cursor:pointer;    font-size:1px;}/* right */a.right { background-position: 0 -30px; clear:right; margin-right: 0px;}a.right:hover { background-position:-30px -30px; }a.right:active { background-position:-60px -30px; }/* left */a.left { margin-left: 0px; }a.left:hover  { background-position:-30px 0; }a.left:active { background-position:-60px 0; }/* up and down */a.up, a.down  {    background:url(http://www.susu.org/images/icons/arrow_up.png) no-repeat;    float: none;    margin: 10px 50px;}/* up */a.up:hover { background-position:-30px 0; }a.up:active { background-position:-60px 0; }/* down */a.down { background-position: 0 -30px; }a.down:hover { background-position:-30px -30px; }a.down:active { background-position:-60px -30px; }/* disabled navigational button */a.disabled {    visibility:hidden !important;}