/*-------------> BAROUSEL */
.barousel {
  float: left;
	position: relative;
	background: none;
  width: 700px;
  height: 150px;
  margin: -20px 0 20px 0;
/* Change to vertical align nav boxes */
}
.barousel_image {
	position: absolute;
	z-index: 10;
}
.barousel_image img {
	position: absolute;
	display: none;
  border-radius: 10px;
}
.barousel_image img.default {
	display: block;
}
.barousel_image img.current {
	z-index: 10;
}
.barousel_image img.previous {
	z-index: 5;
}
.barousel_content {
  float: left;
	z-index: 50;
	position: absolute;
	left: 0;
	top: 30px;  
	color: #fff;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;  
  border-bottom: 1px solid #eee;                       
  font-size: 13px;
  font-weight: bold;
  text-align: center; 
}

.barousel_content div {
	display: none;
	padding: 5px 10px;
  background-color: #399;
  opacity: 0.85;
  filter: alpha(opacity=85);     
}
.barousel_content div.default {
	display: block;
}
.barousel_content div.parat {
  background-color: #d30;
}
.barousel_content p {
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
}
.barousel_content p.header {
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	color: #fff55b;
}
.barousel_content a, .barousel_content a:hover {
	color: #fff;
	background-color: transparent !important;
}
.barousel_nav {
  display: none;
	position: absolute;
	padding: 3px 3px 0px 0;
	height: 25px;
	bottom: -38px;
	z-index: 20;
	width: 480px;
/* Change to horizontal align nav boxes */
}
.barousel_nav .counter {
	float: left;
	font-size: 0.75em;
	color: #fff;
	margin: 3px 5px 0 0;
}
.barousel_nav ul {
	float: left;
	padding: 0;
	margin: 0;
  margin-left: 190px;
}
.barousel_nav li {
	float: left;
	padding-left: 3px;
	font-size: 0;
	line-height: 0;
	list-style: none;
}
.barousel_nav li a {
	display: block;
	width: 25px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
  background-image: url('../img/potty_ina.jpg');
  background-repeat: no-repeat;    
}
.barousel_nav li a:hover {
  background-image: url('../img/potty_akt.jpg');
  background-repeat: no-repeat; 
}
.barousel_nav li a.current {
  background-image: url('../img/potty_akt.jpg');
  background-repeat: no-repeat; 
}
.barousel_nav li.prev a {
	background-image: url(../images/barousel_link_previous.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.barousel_nav li.next a {
	background-image: url(../images/barousel_link_next.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.barousel img.ajax_loader {
	display: none;
	position: absolute;
	z-index: 99;
	top: 70px;
	left: 135px;
}

.default p {
  margin: 0 0 2px 0;         
  }