.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 968px; /*width of featured content slider*/
height: 197px;
}
.slider_box {
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 968px; /*width of featured content slider*/
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 40px;  /*leave as is*/
top: 0;  /*leave as is*/
width: 890px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 195px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper .projectdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 890px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 195px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.sliderwrapper .projectdiv h2 {
	font-size: 18px;
	color: #fff;
}
.sliderwrapper .projectdiv .btn_case {
	display: block;
	position: absolute;
	bottom: 0;
	left: 430px;
	padding: 5px 10px;
	background: #000;
	color: #888;
	text-transform:uppercase;
	font-size: 10px;
	z-index: 999;
}

.sliderwrapper .projectdiv .btn_case:hover {
	background: #EF1874;
	color: #fff;
}
.sliderwrapper .projectdiv .btn_case_ie {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 430px;
	padding: 5px 10px;
	background: #000;
	color: #888;
	text-transform:uppercase;
	font-size: 10px;
	z-index: 1000;
}

.sliderwrapper .projectdiv .btn_case_ie:hover {
	background: #EF1874;
	color: #fff;
}
.sliderwrapper .projectdiv ul {
	position: absolute;
	width: 868px;
	padding: 0 50px;
	top: 0;
	left: 0;
	background: url(../gfx/trans_bg_dark.png);
}

#featured_banner ul.featbox{
	width: 845px;
	padding: 25px 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.png_bg {
	display: block;
	background: url(../gfx/cross_bg.png);
	padding: 5px;
	float: left;
	margin: 0 0 15px 0;
}
#featured_banner ul.featbox a.png_bg:hover {
	background: #EF1874;
}

.sliderwrapper .projectdiv p {
	margin: 15px 0;
	color: #999;
}

.sliderwrapper .projectdiv a.png_bg {
	display: block;
	background: url(../gfx/cross_bg.png);
	padding: 6px;
	float: left;
	margin: 0 25px 0 0;
}
.sliderwrapper .projectdiv a.png_bg:hover {
	background: #EF1874;
}

.pagination{
width: 968px; /*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;
}

/*.pagination a{
text-decoration: none; 
color: #fff;
background: #000;
}
.pagination a:hover, .pagination a.selected{
	background: #EF1874;
}*/

.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;
}