﻿.sliderwrapper {
	position: relative; /*leave as is*/;
	overflow: hidden; /*leave as is*/;
	width: 620px; /*width of featured content slider*/;
	height: 480px;
	background: #f4f4f4;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/;
	position: absolute; /*leave as is*/;
	left: 0; /*leave as is*/;
	top: 0; /*leave as is*/;
	margin: 40px 0px 0px 0px;
	width: 620px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */;
	height: 480px;
	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #f4f4f4;
	overflow: auto;
}
.pagination {
	width: 320px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
}
.pagination a {
	display: block;
	width: 230px;
	height: 60px;
	margin-bottom: 10px;
	text-decoration: none;
	outline: none;
}
.pagination .home {
	background: url(images/_home_menu.png) no-repeat;
}
.pagination .services {
	background: url(images/_services.png) no-repeat;
}
.pagination .portfolio {
	background: url(images/_portfolio.png) no-repeat;
}
.pagination .about {
	background: url(images/_about.png) no-repeat;
	background-color:#0099FF;
}
#paginate-slider4 a.about:hover {
	background-image: url('images/_about_hover.png');
}
.pagination .contact {
	background: url(images/_contact.png) no-repeat;
	background-color:#6666FF;
}
#paginate-slider4 a.contact:hover {
	background-image: url('images/_contact_hover.png');
}
#paginate-slider4 a.home {
	background: url('images/_home_menu.png') no-repeat;
	background-color:#FF8364
}
#paginate-slider4 a.home:hover {
	background: url('images/_home_menu_hover.png') no-repeat;
}
#paginate-slider4 a.services {
	background: url(images/_services.png) no-repeat;
	background-color:#FFCC00;
}
#paginate-slider4 a.services:hover {
	background: url('images/_services_hover.png');
}
#paginate-slider4 a.portfolio {
	background: url(images/_portfolio.png) no-repeat;
	background-color:#339933;
}
#paginate-slider4 a.portfolio:hover {
	background-image: url('images/_portfolio_hover.png');
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}



#slider4{
	width: 630px;
	padding:0px;
	top: 0px;
	left: 15px;
}

#paginate-slider4{
	width: 230px;
}

#paginate-slider4 a img{
	display: block;
	width: 230px;
	height: 60px;
	border: none;
	margin-bottom: 10px;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
	border: none;
}




