/* START THUMB SLIDER */
#slider-wrapper {
	/*height:605px;*/
	height: 430px;
	position:relative;
}

#slider {
	position:relative;
	width:370px;
	/*height:533px;*/
	height: 357px;
	background:url("http://www.communityseafood.com/wp-content/themes/pegos/css/images/loading.gif") no-repeat 50% 50% #fff;
	float:right;
	margin-top: 42px;
}

#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;
	right:0;
	top:30px;
	color:#73727b;
	opacity:1; /* Overridden by captionOpacity setting */
	width:282px;
	height:300px;
	overflow:hidden;
	z-index:89;
	text-align:center;
}
.nivo-caption .nivo-caption-inner {
	padding:0 20px;
	margin:0;
	background:url("http://www.communityseafood.com/wp-content/themes/pegos/css/images/caption-bg.png") no-repeat left top;
	position:absolute;
	right:22px;
	top:0;
	width:190px;
	height:353px;
	
	box-shadow:0 2px 6px rgba(74,136,171,.4);
	-moz-box-shadow:0 2px 6px rgba(74,136,171,.4);
	-webkit-box-shadow:0 2px 6px rgba(74,136,171,.4);
}
.nivo-html-caption {
  display:none;
}
.nivo-caption h2 {
	height:50px;
	line-height:36px;
	font-family: 'Yanone Kaffeesatz', Arial, Verdana, sans-serif;
	font-size: 32px;
	color: #484747;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
}
.nivo-caption p {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: 'Droid Sans', sans-serif;
	color: #484747;
}
/* 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:400px;
	left:-385px;
	top:-2px;
}
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
	float:left;
	/*width:170px;
	height:158px;*/
	width: 146px;
	height: 110px;
	margin:0 10px 10px 0;
	
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.nivo-controlNav img {
	display:block;
	/*width:170px !important;
	height:158px !important;*/
	width:146px !important;
	height:110px !important;
}

.nivo-controlNav a:hover ,
.nivo-controlNav a.active {
}
.nivo-controlNav a.active {
}

.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("http://www.communityseafood.com/wp-content/themes/pegos/css/images/direction_nav.png") no-repeat 0 0;
}
a.nivo-nextNav {
	right:20px;
	background-position:-36px 0;
}
a.nivo-nextNav:hover {
	background-position:-36px -35px;
	}
a.nivo-prevNav {
	left:20px;
	background-position:0 0;
}
a.nivo-prevNav:hover {
	background-position:0 -35px;
	}

#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	position:relative;
	margin-right:10px;
	width:120px;
	height:auto;
}
.nivo-caption .nivo-caption-inner .button-container 
{
	width: 190px;
	position: absolute;
	bottom: 70px;
	text-align:center;
}
.button-thumb-slider {
	/*display:inline-block !important; */
	background:#E01D25;
	line-height:33px;
	height:33px;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
	padding:0 9px;
	text-decoration:none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.button-thumb-slider:hover {
	background:#484747;
}
/* END THUMB SLIDER */
/* *************************************************************** */