.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 936px; /*width of featured content slider*/
	height: 320px;
	font-size: 80%;
}


.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: -1px;  /*leave as is*/
	padding: 1px 0 0 0;
	background: white;
	width: 936px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;



filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 900px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 4px 0px;
	MARGIN: 0px 0px 0px 0px;
	position: absolute; /*leave as is*/
	top:350px;
	left:25px;
	z-index: 999;
	font-size:70%;

}

.pagination a{
padding : 3px 5px; 
text-decoration : none; 
color : #00007d; 
background : white; 
border : 1px solid #ffffff;
}


.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #B1D349;
	border: solid 1px #FFFFFF;

}

/* -------------- */
.sliderwrapper2{
position : relative; 
border-top-width : 0; 
width : 200px; 
height : 130px; 
}


.sliderwrapper2 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0 0 0 0;
	background: white;
	width: 200px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;




filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination2{
	width: 190px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	padding: 4px 0px;
	MARGIN: 0px 0px 0px 0px;
	position: absolute; /*leave as is*/
	top:170px;
	left:25px;
	z-index: 999;

}

.pagination2 a{
padding: 3px 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination2 a:hover, .pagination2 a.selected{
color : #000; 
background-color : #b1d349; 
}


/* ----------------------------------------------------- */
/* latest news */
/* ----------------------------------------------------- */



#latestwork{
	background: #f3f3f3;
	border-bottom:5px solid #eaeaea;
	margin:0px -30px -40px -30px;
	padding:40px 30px 40px 30px;
	position: relative;
}

#latestwork .teasertext{
	width:20px;
	float:left;
}
#latestwork .entry{
	overflow: hidden;
	position: relative;
	width: 200px;
	height: 230px;
	margin-left: 15px;
	float: left;
	background-color: #ffffff;
	border-bottom: 1px solid #d3d3d3;
	text-align: center;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}

#latestwork .entry:hover {
	background-color: #ffffff;
	border-color: #B1D349;
}
#latestwork .entry:hover h4 a{
	color: #B1D349;
}

#latestwork .entry:hover img{
	border-color: #B1D349;
}

#latestwork .entry img{
	border-bottom:5px solid #e4e4e4;
	-webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	   -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	    -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	     -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
	        transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
#latestwork .entry h4{
	font-size: 14px;
	margin: 20px 0 5px 0;
	padding: 0;
	font-weight: 400;
}
#latestwork .entry .work-description span{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
	font-style: italic;
	padding: 0 10px;
}

#latestwork .entry .prettyPhoto .zoom{
	position: absolute;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(../images/zoom.png) no-repeat center center;
	opacity: 0;
}
#latestwork .entry .video .zoom{
	position: absolute;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(../images/zoom-video.png) no-repeat center center;
	opacity: 0;
}
#latestwork .entry .pic .zoom{
	position: absolute;
	top:0;
	left:-215px;
	display: block;
	width:215px;
	height:140px;
	background: url(../images/zoom-pic.png) no-repeat center center;
	opacity: 0;
}

a.work-carousel-prev{
	width: 19px;
	height: 19px;
	background: #cccccc url(../images/small-prev.png) no-repeat 7px 6px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: -1px;
	right: 60px;
}
a.work-carousel-prev:hover{
	background-color: #ec7100;
}
a.work-carousel-next{
	width: 19px;
	height: 19px;
	background: #cccccc url(../images/small-next.png) no-repeat 7px 6px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: -1px;
	right: 40px;
}
a.work-carousel-next:hover{
	background-color: #ec7100;
}

.work-carousel-prev.disabled, .work-carousel-next.disabled {visibility: hidden}
