.slider-wrapper {
	overflow:hidden;
	position:relative;
	width:685px;
	height:350px;
	float:left;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	width:685px;
	height:350px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:685px;
	height:350px;
	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;
	right:27px;
	top:28px;
	color:#fff;
	width:310px;
	z-index:8;
	height:280px;
	text-align:right;
	text-transform:uppercase;
	font-family:'Open Sans',sans-serif;
}
.slider-price {font-size:52px; line-height:normal; font-weight:800; color:#cc450f; display:block; overflow:hidden;}
.slider-price strong {display:inline-block;font-size:30px; font-weight:800; float:right; margin-top:7px; line-height:normal;}
.text-1 {display:block; color:#434343; font-size:32px; line-height:normal; font-weight:700; margin-top:-9px;}
.text-2 {font-size:22px; line-height:normal; font-weight:700; color:#cc450f; display:block; margin-top:-7px;  margin-bottom:10px;}
.text-3 {font-size:11px; line-height:normal; font-weight:normal; color:#484848; display:block; margin-bottom:22px;}
.slider-buttom {display:inline-block; color:#fff; text-decoration:none;	}
.slider-buttom span {
	display:inline-block; 
	font-size:16px;
	font-weight:bold;
	line-height:32px; 
	padding:0 10px;
	border-radius:3px; 
	background:url(../images/slider-buttom.png) repeat-x center top #c9430f;
	}
.slider-buttom:hover span {background:#3d3d3d;} 
.nivo-caption p {padding:5px; margin:0;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {  display:none;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav  {position:absolute; left:9px; bottom:9px; z-index:9;}
.nivo-controlNav a {
		display:block;
		width:9px;
		height:9px;
		background:url(images/pagination.png) no-repeat right 0 ;
		cursor:pointer;
		float:left;
		margin-right:3px;
		text-indent:-5555px;
		}
.nivo-controlNav a:hover {background-position:0 0;}
.nivo-controlNav a.active {background-position:0 0; cursor:default;}