

#featured_banner ul.featbox{
	width: 845px;
	padding: 25px 50px 0px 50px;
	margin: 0 auto;
	background: none;
}
#featured_banner ul.featbox li {
	width: 245px;
	float: left;
	margin: 0 50px 0 0;
}
#featured_banner ul.featbox li.p_info {
	width: 245px;
	float: left;
	margin: 0;
}
#featured_banner ul.featbox a.highslide {
	display: block;
	background: url(../gfx/cross_bg.png);
	padding: 5px;
	float: left;
	margin: 0 0 15px 0;
}
#featured_banner ul.featbox a.highslide:hover {
	background: #FAAD17;
}

.pagination{
width: 948px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
position: absolute;
top: 0px;
left: 0px;
z-index: 1000;
}

.work_pagination{
width: 150px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
position: absolute;
top: -35px;
right: 0px;
z-index: 1000;
}

.prev {
	position: absolute;
	background: url(../gfx/pinkg_left_arrow.gif) no-repeat 100% 0;
	width: 20px;
	height:25px;
	top: 90px;
	text-indent: -9999px;
	padding: 5px;
	left: 10px;
}
.prev:hover {
	background: url(../gfx/white_left_arrow.gif) no-repeat 100% 0;
	border: 0;
}

.next {
	position: absolute;
	background: url(../gfx/pink_right_arrow.gif) no-repeat 100% 0;
	width: 20px;
	height:25px;
	top: 90px;
	text-indent: -9999px;
	right: 10px;
}
.next:hover {
	background: url(../gfx/white_right_arrow.gif) no-repeat 100% 0;
	border: 0;
}
