#slideshow-wrapper
{
	z-index: 110;
	position: absolute;
	top: 105px;
	left: 50%;
	margin-left: -490px;
}

#slider 
{
	float: left;
	position: relative;
	overflow: auto;
	width: 978px;
	height: 288px;
	border:1px solid #aaa;
	background:#fff;
}

#slider ul
{
	position: absolute;
	list-style: none;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#slider li
{
	float: left;
	width: 978px;
	height: 288px;
	padding: 1px 1px 1px 1px;
}

#pagination
{
	position: absolute;
	top: 385px;
	left: 50%;
	margin-left: -525px;
	list-style: none;
	height: 25px;
}

.pagination li
{
	float: left;
	cursor: pointer;
	display: block;
	width: 5px;
	height: 5px;
	padding: 3px 3px;
	background: url('../../../resources/home/bullet_grey.png') no-repeat left top;
}

.pagination li:hover
{
	background: url('../../../resources/home/bullet_pink.png') no-repeat left top;
}

li.current
{
	background: url('../../../resources/home/bullet_blue.png') no-repeat left top;
}

li#content
{
	width: 976px;
	height: 286px;
	padding: 15px 28px 15px 18px;
}

#content h1
{
	font: 22px Georgia,Verdana;
	margin-bottom: 15px;
	color: #036;
}
