

body {
  background: url("../images/top.png") repeat-x scroll left top transparent;
  color: #4E4E4E;
  font: 13px arial,verdana,sans-serif;        
}



#views_slideshow_controls_text_previous_slideshow-default a {
  background: url(../images/bg_direction_nav.png) no-repeat 0 0 ;
  cursor: pointer;
  display: block;
  height: 30px;
  margin: -20px 0 0;
  opacity: 1;
  position: absolute;
  text-indent: -9999px;
  top: 90%;
  left:20px;
  width: 30px;
  z-index: 100; 
   outline:none;
}

#views_slideshow_controls_text_next_slideshow-default a {
  background: url(../images/bg_direction_nav.png) no-repeat -30px 0 ;
  cursor: pointer;
  display: block;
  height: 30px;
  margin: -20px 0 0;
  opacity: 1;
  position: absolute;
  text-indent: -9999px;
  top: 90%;
  right:20px;
  width: 30px;
  z-index: 100;
  outline:none;
}

#views_slideshow_controls_text_pause_slideshow-default { display:none; }

.countdown_show4 > span {
	box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
	background: #3A3A3A;
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #3A3A3A), color-stop(0.5, #444) );
	color: white;
	margin-left: 20px;
	padding: 10px 5px;
	border-radius: 5px;
}

.countdown_show4 .countdown_section {
	width: auto;
	font-family: 'open_sansregular';
	position: relative;
}

.countdown_show4 .countdown_section:before {
	position: absolute;
	text-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
	content: ":";
	left: -16px;
	top: 0px;
	font-size: 40px;
	color: #4E4E4E;
	font-weight: bold;
}

.countdown_show4 .countdown_section:first-child:before  {
	display: none;
}

.countdown_descr { display: none; }

.countdown-block {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	background: #F6F6F6 url(../images/top.png) repeat-x top left;
	padding:30px 0;
	z-index: 99999;
}

.wrapperCountdownBlock {
	width: 940px;
	margin: 0 auto;
}

.countdown-block .pane-title {
	float: left;
	width: 630px;
	margin: 0;
	font-size: 19px;
	text-align: right;
}

.countdown-block .jquery-countdown {
	float: right;
	width: 300px;
}

.hasCountdown { background: none; border: none; }

.front { padding-bottom: 0px; }

.hidden { display: none; }

.group_resources   {
    margin: 10px 0 10px;
} 
