@charset "utf-8";
/* CSS Document */

	h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding-top:10px;
		padding-left:20px;
		}


	
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
	
	#villas
{  
    height: 800px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:115px;

}

.villa_content
{
	
    height: 685px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid #960;	
}

			

	#slidecontainer{
		padding-top:110px;
		margin:0 auto;
		position:relative;
		text-align:left;
		width:800px;
		background:#fff;		
		margin-bottom:2em;
		border:2px solid #c90;
		}	
	#slideheader{
		height:80px;
		color:#fff;
		background-image: url(../images/lth.jpg);
		border-bottom:2px solid #c90;
		}				
	#slidecontent{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:800px;
		height:450px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:150px;
		}	
	#nextBtn{ 
		left:800px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background: url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background: url(../images/btn_next.gif) no-repeat 0 0;	
		}						

p
{
	padding-left:20px;
	line-height:15px;
}

.slidefooter{
		height:150px;
		color:#fff;
		background-image: url(../images/lth.jpg);
		border-top:2px solid #f90;
}
.slidefooter_content
{
	width:265px;
	height:150px;
	border-left:dotted 1px #f90;
	float:left;
}
.slideparatext
{
	color:#666;
}

.request_image
{
	padding-left:18px;

}
	
a img
{
	border: none; 
	}
