
/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider Custom styles */
#slider {
	position:relative;
    margin-bottom:20px
	background:url(http://www.bicyclesportshop.com/dir/96/images/site/bss_loading_crank.gif) no-repeat 50% 50%;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/merchant/96/images/site/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
.nivo-controlNav {
	position:absolute;
	left:175px;
	bottom:-30px;
}

.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/merchant/96/images/site/bullets2.png) no-repeat;
	text-indent:-9999px;
	border:0;
        margin-top:300px;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}
