body {
	background-color: #d2d3d5;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}
.wrappper {
	width: 960px;
	margin:auto;
}
.clr {
	clear: both;
}
.hilltop_group_logo {
	background: url(../images/hilltop_logo.png) no-repeat;
	height: 127px;
	width: 320px;
        margin: 80px auto 0 auto;
        padding-right:60px;
        

}

.glow { 
    background: url(../images/glow.png) no-repeat;
    width: 781px;
    height: 341px;
    position:absolute;
margin: auto;
    z-index: -10;
    top: 0px;
    left:300px;
}

.glow2 { 
    background: url(../images/glow2.png) no-repeat;
    width: 960px;
    height: 620px;
    position:absolute;
margin: auto;
    z-index: -10;
    top: -20px;
    left:140px;
}


.hilltop {
	/*background: url(../images/vharanani_properties_block.png) no-repeat;*/
	height: 221px;
	width: 320px;
	float: left;
}

   
#rotater img {
    filter: url(../filters.svg#grayscale);  
    filter: gray;  
    -webkit-filter: grayscale(1); 
}

#rotater img:hover {
              filter: none;
    -webkit-filter: grayscale(0);
}

.footer_gradient {
	background: url(../images/footer_gradient.png) no-repeat;
	width: 960px;
	height: 67px;
	margin:auto;
	margin-top: 30px;
	font-size: 10px;
	text-align: center;
	line-height: 67px;
}
.footer_gradient p {
	padding-top: 2px;
	color: #848587;
}
.footer_gradient a{
		color: #848587;
		text-decoration: none;
}

/*Carousel*/

#rotater ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 650px;
    height: 300px;
    margin-top: 80px;
}
#rotater li {
    height: 221px;
    width: 320px;
    text-align: center;
    cursor: pointer;
}
#rotater li img {
    width: 100%;
}
#rotater li.roundabout-in-focus {
    cursor: default;
}
#rotater li span {
    display: block;
    padding-top: 6em;
}

#carbonads-container .carbonad {
    margin: 0 auto;
}

#rotater a img, 
#rotater a:visited img{
    text-decoration: none !important;
    border: 0;
}
