/* OVERRIDE SLIDER STYLESHEET */

#spd-shortcode-slider {
	/*use this id to ovveride styles in your templates stylesheet */
}


#spd-shortcode-slider.buttons div#nav_num a {
    padding: 2px;
 }

 #spd-shortcode-slider.buttons div#nav_num {
    margin: 5px auto;
 }

#slider-wrapper {
	/* Initialliy hide slider */
	display: none;
}

#spd-shortcode-slider #slides {
	width: 100%;
	height: 320px;
}

#spd-shortcode-slider.buttons {
	width: 100%;
}

#spd-shortcode-slider.buttons #slides .info {
	width: 100%;
	left: 0;
	bottom: 0;
	height: 14%;
}

#spd-shortcode-slider.buttons #slides .info h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 8px 0 0 0;
	color: #333;
}

#spd-shortcode-slider .slide {
	width: 100% !important;
	height: 100% !important;
}

#spd-shortcode-slider .slide img {
	max-width: 100%;
	height: auto;
}

#spd-shortcode-slider.buttons #slides .info a {
	color: #333;
}

/* NAVIGATION BUTTONS */

#spd-shortcode-slider.buttons div#nav_num a.activeSlide {
	background-color: #777;
	border: 1px solid #777;
}

#spd-shortcode-slider.buttons div#nav_num a {
	background: #ccc;
	border-color: #ccc;
	box-shadow: 0 0 3px #ccc;
}
