@charset utf-8;
/*--
	Theme Name: Theme1658
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.1+ from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/
@import url(http://fonts.googleapis.com/css?family=Montserrat); /* font-family: 'Montserrat', sans-serif; */
@import url(http://fonts.googleapis.com/css?family=Oswald); /* font-family: 'Oswald', sans-serif; */
/* General
---------------------------------------- */
html,
body {
	min-width:960px;
	height:100%;
	}


#main {
	position:relative;
	z-index:99;
	width:100%;
}


/* List styling */
/* Slider
---------------------------------------- */
#slider-wrapper {
	height:384px;
	overflow:hidden;
	position:relative;
	}
#slider {
	position:relative;
	width:940px;
	height:384px;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}


/* 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:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	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:89;
}
.nivo-caption .nivo-caption-inner {
	padding:0;
	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;
	z-index:99;
	cursor:pointer;
	right:0px;
}
.nivo-prevNav {
	bottom:0;
}
.nivo-nextNav {
	bottom:41px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width:950px;
	height:20px;
	left:0;
	bottom:-20px;
	text-align:center;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:41px;
	height:41px;
	text-indent:-9999px;
	border:0;
	right:0;
	background:url(images/btn-slider.jpg) 0 0 no-repeat;
	-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease;
}
a.nivo-nextNav {
	bottom:41px;
	background-position:-41px 0;
}
a.nivo-nextNav:hover {
	background-position:0 0;
	}
a.nivo-prevNav {
	bottom:0;
	background-position:0 -41px;
}
a.nivo-prevNav:hover {
	background-position:-41px -41px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}









/* Navigations
---------------------------------------- */
