/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	text-align:center;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*orther*/
.futurico-theme.slider-wrapper {
    width: 1024px;
    height: 434px;
    margin: 0 auto;
}
.futurico-theme .nivoSlider {
    width: 1024px;
    height: 434px;
}
.futurico-theme .nivoSlider img {
    display: none;
    width: 1024px;
    height: 434px;
}
.futurico-theme .nivo-controlNav {
    position: absolute;
    bottom: 10px;
    left: 483px;
}
.futurico-theme .nivo-controlNav a {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    text-indent: -9999px; 
    background: #565656; 
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px; 
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
    box-shadow: inset 0px 1px 1px rgba(0,0,0, .5), 0px 1px 1px rgba(255,255,255, .05);
}
.futurico-theme .nivo-controlNav a.active,
.futurico-theme .nivo-caption span {
   /* background: #d8c123;*/
    background: #0082c8;	
    background: -moz-linear-gradient(top, #0082c8 0%, #0082c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0082c8), color-stop(100%,#0082c8));
    background: -webkit-linear-gradient(top,  #0082c8 0%,#0082c8 100%);
    background: -o-linear-gradient(top, #0082c8 0%,#0082c8 100%);
    background: -ms-linear-gradient(top, #0082c8 0%,#0082c8 100%);
    background: linear-gradient(top, #0082c8 0%,#0082c8 100%); 
    -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .4), 0px 1px 1px rgba(0,0,0, .3);
}
/*.futurico-theme a.nivo-prevNav { 
		left: 20px;
		height:37px;
		width:23px;
		background-image:url(images/arrows_prev.png); 
}
 
.futurico-theme a.nivo-nextNav { 
		right: 20px;
		background-image:url(images/arrows_next.png);
		height:37px;
		width:23px;
}*/
#		slider {
	position:relative;
    width:1024px;
    height:434px;
    margin:0 auto;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}