/*
Skin Name: Mike
*/

.slider-wrapper{
	position:relative;
	display:block;
	width:777px; /* Change this to your images width */
    height:277px; 
	background:#000000;
	padding: 10px;
	border-radius: 10px;
	margin: 0px auto 0px auto;
}

.nivoSlider {
	position:relative;
	display:block;
    width:777px; /* Change this to your images width */
    height:277px; /* Change this to your images height */	
	overflow:hidden;
	margin: 0px auto 0px auto;
}

.nivoSlider img {
	position:relative;
	display:block;
	width: 777px;
	height: 277px;	
}
.nivoSlider a {
	display:none;
}