/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */


.nivo-control img {

	margin-right:10px;
        border: 1px solid red;
}

.nivo-control img:hover
{
    border: 1px solid black;
}

.nivo-controlNav, .nivo-directionNav{
    display: none;
}



