﻿* {
margin:0;
padding:0;
outline:0;
}


#scroll {
width:65%;
height:180px;
background:white;
/*border:2px solid #000;*/
overflow:auto;
box-shadow:0 0 10px #000;
text-align:center;
margin:0 0 50px 0;
padding:0;
outline:0;


}
#scroll ul {
float:left;
margin-right:-999em;
white-space:nowrap;
list-style:none;
}
#scroll li {
margin:15px;
text-align:center;
float:left;
display:inline; 
height:130px;
width:170px;          
}

#scroll img {
border:0;
display:block;
border:1px solid #A3CBE0;
width:100%;
height:100%;
}
#scroll a:active img, #scroll a:focus img, #scroll a:hover img {
border:1px solid #000;
}
#scroll a {
text-decoration:none;
font-weight:bold;
color:#000;
}
#scroll a:active, #scroll a:focus, #scroll a:hover {
color:#FFF;
}
#scroll span {
padding:5px 0 0;
display:block;
}
/* ------------- Flexcroll CSS ------------ */
.scrollgeneric {
line-height:1px;
font-size:1px;
position:absolute;
top:0;left:0;
}
.hscrollerbase {
height:5px;
/*background:#A3CBE0;*/
background:white;
}
.hscrollerbar {
height:5px;
background:#000;
cursor:e-resize;
padding:3px;
border:1px solid #A3CBE0;
}
.hscrollerbar:hover {
background:#222;
border:1px solid #222;
}

.rentslide{
	width:100%;    
	height:100%;
}

.heading3 h3 {
width:88%;
	margin:auto;

  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 2em;
  
}

.heading3 h3:before,
.heading3 h3:after {
  content: '';
  display: inline-block;
  height: 1px;  
  position: relative;
  top: -2px;
  vertical-align: middle;
}

.heading3 h3:before {
  background-color: #555;
  left: -.5em;
  margin-left: -100%;
  width: 100%;
}

.heading3 h3:after {
  background-color: #555;
  left: .5em;
  margin-right: -100%;
  width: 100%;
}
