
/* Slider */
.slider-wrapper {
    float: right;
    position: absolute;
	left: 100px;
//    background: url(../images/nivo/slider.png) no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 420px;
    height: 234px;
}

#slider-space {
	font-size:0;
  	background-color:transparent;
  	height:220px;
	display:block;
}

.slider-wrapper #slider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 700px; /* Make sure your images/nivo are the same size */
    height: 200px; /* Make sure your images/nivo are the same size *//
}
.slider-wrapper .nivoSlider {
	position: relative;
	background: #fff url(../images/nivo/loading.gif) no-repeat 50% 50%;
}
.slider-wrapper .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.slider-wrapper .nivoSlider a {
	border: 0;
	display: block;
}
.slider-wrapper .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: -45px;
	margin-bottom: 20px;
    margin-left: -40px ; /* Tweak this to center bullets */
}
.slider-wrapper .nivo-controlNav a {
	display: block;
	width: 13px;
	height: 14px;
	background: url(../images/nivo/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 10px;
	float: left;
}
.slider-wrapper .nivo-controlNav a.active {
	background-position: 0 -14px;
}
.slider-wrapper .nivo-directionNav a {
	display: block;
	width: 33px;
	height: 52px;
	background: url(../images/nivo/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.slider-wrapper a.nivo-nextNav {
	background-position: -33px 0;
	right: -33px;
    top: 70px;
}
.slider-wrapper a.nivo-prevNav {
	left: -33px;
    top: 70px;
}
/* Bottom */
.slider-wrapper .nivo-caption {
    padding: 5px 10px;
    width: 680px;
    font-size: 12px;
    text-shadow: none;
    text-align: center;
}

/* Right */
/*.slider-wrapper .nivo-caption-right {
	left: 360px;
	top: 0px;
    padding: 5px 10px;
    width: 320px;
    font-size: 12px;
    text-shadow: none;
    text-align: center;
}
*/
.slider-wrapper .nivo-caption p {
    text-shadow: none;
    color: #CBCBCB;
}
/*.slider-wrapper .nivo-caption a {
    color: #66CC33;
//	border-bottom: 1px dotted #fff; 
}
.slider-wrapper .nivo-caption a:hover {
    color:#fff;
}
*/