@charset utf-8;
/*--
	Theme Name: theme19
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2.X from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/



/* Slider
---------------------------------------- */
#slider-wrapper {
	height:275px;
	overflow:hidden;
	position:relative;
	}
#slider {
	position:relative;
	width:960px;
	height:275px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(../images/loading.gif);
	left: 0px;
}
#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%;
	background-image: url();
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	width:960px;
	height:275px;
	right:30px;
	bottom:30px;
	text-align:right;
	z-index:999;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	display:inline-block !important;
	width:17px;
	height:0;
	overflow:hidden;
	padding-top:17px;
	background-repeat:no-repeat;
	background-position:-20px top;
	background-image:url(../images/controlNav-sprite.png);
	margin-left:3px;
}
.nivo-controlNav a.active,
.nivo-controlNav a:hover {
		background-position:left top;
}

.nivo-directionNav {

	}
.nivo-directionNav a {
	position:absolute;
	display:block;
	width:36px;
	height:35px;
	text-indent:-9999px;
	border:0;
	top:50%;
	margin-top:-17px;
	background:url(images/direction_nav.png) no-repeat 0 0;
}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}
