#swipebox-overlay {
    background: none repeat scroll 0 0 #444 !important;
}
#swipebox-prev{
    background: none repeat scroll 0 0 #ddd;
    background-image: none;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 15%;
}
#swipebox-next{
	background: none repeat scroll 0 0 #ddd;
    background-image: none;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 15%;
}
#swipebox-close{
	background: none repeat scroll 0 0 #ddd !important;
	border-radius: 15% !important;
}