	@import url("themes/default/default.css");
	@import url("themes/dark/dark.css");

/* The Nivo Slider styles */
.slider-wrapper.container {
	z-index: 20;	
}
.nivo-directionNav {
	display:none;
	}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	/*margin-top: -30px;*/
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	/*display: block !important;
	position: relative !important;*/ 
	width: 100% !important;
}

/* 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;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:50%;
	margin-left: -544px;
	bottom:0px;
	color:#fff;
	z-index:8;
	overflow: hidden;
	display: none;
	background:url(../images/slidertxt.png) no-repeat;
	height:94px;
	width: 1087px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.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 {
	position: absolute;
	bottom:40px;
	text-align:center;
	padding: 15px 0;
	border: 0px solid #000;
	left: 50%;
	margin-left: -40px;
	z-index: 20;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.nivo-caption .model{
	float:left;
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 0 100px;
}
.nivo-caption a.button{
	float:right;
	margin: 25px 100px 0 0;
	border: 1px solid #581712;
	border-radius: 20px;
	background: #741918; /* Old browsers */
	background: -moz-linear-gradient(top,  #741918 0%, #521712 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#741918), color-stop(100%,#521712)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #741918 0%,#521712 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #741918 0%,#521712 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #741918 0%,#521712 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #741918 0%,#521712 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#741918', endColorstr='#521712',GradientType=0 ); /* IE6-9 */
}
