#activity-gallery {
	width: 564px;
	height: 129px;
	overflow: hidden;
	position: relative;
	margin: 5px 0 0 6px;
}
#activity-gallery ul{
	position: absolute;
	top: 0;
	left: 0;
}
#activity-gallery ul li{
	display: block;
	list-style-type: none;
	width: 145px;
	height: 129px;
	float: left;
}
#activity-gallery ul li.fourth{
	width: 129px;
}
#activity-gallery ul li img{
	width: 129px;
	height: 129px;
}

#activity-gallery-nav {
	width: 565px; /*same as 'activity-gallery width*/
	margin-left: 6px; /*same as 'activity-gallery margin-left*/
	margin-top: 17px;
	margin-bottom: 7px;
	background: url(../images/activity-gallery-nav-bg.png) repeat-x center transparent;
	height: 28px;
	line-height: 28px;
}
#activity-gallery-nav div.left, #activity-gallery-nav div.right{
	padding: 0 13px;
	margin: 0 10px;
}
#activity-gallery-nav div.left{
	background: url(../images/activity-gallery-left.gif) no-repeat left 10px transparent;
}
#activity-gallery-nav div.right{
	background: url(../images/activity-gallery-right.gif) no-repeat right 10px transparent;
}