#menu li a.selected {
	color:#000;
}
#menu li.current_page_item a, #menu a:hover {
	color:#000;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
	color:#000;
}
.pagination li a {
	background:#fbfbfb url(images/pagination-black.png) 10px 0 no-repeat;
}
#slides .next {
	background:url(images/next-black.png) no-repeat;
}
#slides .prev {
	background:url(images/prev-black.png) no-repeat;
}
.feature-blog .feature-blog-item h1 a{
color:#000;
}
.feature-buttons a.btn-1 {
	background-image:url(images/button-black.png);
}
.footer{
background:#363636 url(images/footer-bg-black.png) repeat-x;
}
.footer .footer-inner h3{
background:url(images/footer-line-black.png) bottom repeat-x;
text-shadow:0 2px 0 #383838;
}
 .footer .footer-inner .searchform {
	background: url(images/search-bg-black.png);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
#slides .next {
	background:url(images/next-black1.png) no-repeat;
}
#slides .prev {
	background:url(images/prev-black1.png) no-repeat;
}
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
#slides .next {
	top:37.5%;
	background:url(images/next-black1.png) no-repeat;
}
#slides .prev {
	top:37.5%;
	background:url(images/prev-black1.png) no-repeat;
}
}
