#weaverpix-content-in-page4 {
	margin: 2px;
	padding: 2px;
}#carouselWrapperpage4 {
	background-color: #eaeaea;
	margin-bottom: 10px;
	margin-top: 10px;
	-webkit-border-radius: 3px;
	-moz-boder-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cdcdcd;
	position: relative;
	z-index: 1;
}

#carouselWrapperpage4 .list_carousel {
	padding: 20px;
	padding: 0;
	margin: 0;
}

#carouselWrapperpage4 .list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#carouselWrapperpage4 .list_carousel li {
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	height: 200px;
	line-height: 200px;
	margin: 5px;
	display: block;
	float: left;
	overflow: hidden;
	
	-webkit-border-radius: 3px;
	-moz-boder-radius: 3px;
	border-radius: 3px;
	z-index: 5;
	position: relative;
}

#carouselWrapperpage4 .list_carousel li img {
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	padding: 0px;
	margin: 0;
	background: none;
	z-index: 5;
	-ms-interpolation-mode: bicubic;
	padding: 5px;
}

#carouselWrapperpage4 .list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

#carouselWrapperpage4 .clearfix {
	float: none;
	clear: both;
}

#carouselWrapperpage4 .prev {
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 40px;
	height: 50px;
	width: 50px;
	background: url(images/sprite.png) left top transparent;
	text-indent: -9999px;
	z-index: 10;
}

#carouselWrapperpage4 .prev:hover {
	background-position: left bottom;
}

#carouselWrapperpage4 .next {
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -25px;
	margin-right: -25px;
	font-size: 40px;
	height: 50px;
	width: 50px;
	background: url(images/sprite.png) right top transparent;
	text-indent: -9999px;
	z-index: 10;
}

#carouselWrapperpage4 .next:hover {
	background-position: right bottom;
}

#carouselWrapperpage4 .carouselPager {
	position: relative;
	text-align: center;
	margin-bottom: 36px;
	height: 10px;
	display: block;
}

#carouselWrapperpage4 .carouselPager a {
	margin: 0 5px;
	text-decoration: none;
	padding: 7px;
	border-radius: 10px;
	background: #cdcdcd;
	text-indent: -9999px;
	line-height: 0px;
	font-size: 0px;
	border: 3px solid #ffffff;
}

#carouselWrapperpage4 .carouselPager a.selected {
	text-decoration: underline;
	background: #999999;
}

#carouselWrapperpage4 .carouselPager a span {
	display: none;
}

#carouselWrapperpage4 .timer {
	background-color: #999999;
	height: 5px;
	width: 0px;
	display: block;
}

/* @group Caption */ 





#carouselWrapperpage4 .carouselCaption {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	margin: 5px;
	text-align: left;
}

#carouselWrapperpage4 .carouselCaptionBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.60;
	filter: alpha(opacity = 60);
	z-index: 21;
}

#carouselWrapperpage4 .carouselCaption .captionContent {
	font-size: 12px;
	line-height: 1.25em;
	padding: 10px;
	margin: 0;
	color: #ffffff;
	z-index: 25;
	position: relative;
}



/* @end */





/* @group Swipe Box */

.swipebox {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url("images/loader.gif") no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-action, #swipebox-title {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 35px;
  width: 100%;
}

#swipebox-caption {
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 999;
	height: auto;
	text-align: center;
	width: 96%;
	padding: 0 2% 1%;
}

#swipebox-action {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-action {
  bottom: -50px;
}
#swipebox-action.visible-bars {
  bottom: 0;
}

#swipebox-action.force-visible-bars {
  bottom: 0!important;
}

#swipebox-title {
  top: -35px;
  text-align: center;
}

#swipebox-caption {
  top: -70px;
  text-align: center;
}

#swipebox-title.visible-bars {
  top: 0;
}

#swipebox-caption.visible-bars {
  top: 35px;
}

#swipebox-title.force-visible-bars {
  top: 0!important;
}

#swipebox-caption.force-visible-bars {
  top: 35px !important;
}

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url("images/icons.png");
  background-repeat: no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px;
}

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px;
}

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

/* Skin 
--------------------------*/
#swipebox-overlay {
	background: #000000;
}

#swipebox-action, #swipebox-title, #swipebox-caption {
  background-color: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

#swipebox-title {
  color: #ffffff !important;
  font-size: 15px;
  line-height: 35px;
  font-family: Helvetica, Arial, sans-serif;
}

#swipebox-caption {
  color: #ffffff !important;
  font-size: 13px;
  line-height: 1.25em;
  font-family: Helvetica, Arial, sans-serif;
}


/* @end */