/*! http://responsiveslides.com v1.54 by @viljamis */

.responsive_slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.responsive_slides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.responsive_slides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.responsive_slides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
#home_slides img.loading {
	width:116px;
	height:64px;
	background:url(../images/slider/loading.gif) 50% 50% no-repeat;
}
#home_slides p {
	position:absolute;
	display:block;
	bottom:10px;
	left:0;
	padding:8px 12px 8px 8px;
	background:#FFFFFF;
	color:#231F20;
	z-index:12;
	
	font:1.4em 'Redressed', cursive;

	border-radius:5px;
	-moz-border-radius:0 0.5em 0.5em 0;
	border-radius:0 0.5em 0.5em 0;  
    box-shadow:1px 1px 2px #000000; 
	-moz-box-shadow:1px 1px 2px #000000; 
	opacity:0.8; filter: alpha(opacity=80); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
ul.responsive_slides_tabs {
	position:absolute;
	bottom:-15px;
	left:0;
	font-size:0;
	padding: 9px; 
	float: left;
	z-index:70;
}
ul.responsive_slides_tabs li {
	list-style:none;
	float:left;
}
ul.responsive_slides_tabs li a { 
	position:relative;
	float: left; 
	width:11px;
	height:11px;
	margin-left:5px;
	background: url(../images/slider/bullet.png) 0 0;
	text-indent: -4000px; 
	color:transparent;
}
ul.responsive_slides_tabs li a:hover {
	background-position: 0 50%;
}
ul.responsive_slides_tabs li.responsive_slides_here a {
	background-position: 0 100%;
}

