@charset "utf-8";
/* CSS Document */


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
ul li{
	float:left;
}

.slideshow{
	position:absolute;
	width:700px;
	height:393px;
}
.firstinfo{
	position:absolute;
	background-image:url(../images/residential/Lucida/ExtellCorp_ClientChoice93.jpg);
	background-repeat:no-repeat;
	width:700px;
	height:393px;
	z-index:1000;
}
.firstinfo div{
	font-family: 'MinionProItalic';
	font-size:18px;
	padding:20px;
	width:535px;
	height:350px;
	line-height:24px;
	color:#FFF;
	margin:60px;
	cursor:pointer;
}
.infobtn a{
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	left:414px;
	background-color:#C93;
	color:#CCC;
	text-decoration:none;
	text-align:center;
	display:block;
	width:36px;
	line-height:15px;
	color:#000;
	padding:5px 0px 5px 0px;
	display:block;
	font-size:11px;
	float:left;
}
.infobtn a:hover{
	/* for IE */
	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1;
	color:#FFF;
	background-color:#000;
}

.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width:700px;
	height:393px;
	
}

.mapSlideshow{
	position:relative;
	width:1000px;
	height:400px;
}

.mapScrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width:1000px;
	height:400px;
	
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.mapScrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
	/*cursor: pointer;*/
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

.mapScrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
	border:1px solid #F00;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 


/* navegitor */
/* position and dimensions of the navigator */
.navi {
	position:absolute;
	bottom:2px;
	right:0px;
	cursor: pointer;
	line-height:normal;
}


/* items inside navigator */
.navi a {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
	color:#CCC;
	text-decoration:none;
	text-align:center;
	display:block;
	width:25px;
	padding:5px 0px 5px 0px;
	display:block;
	font-size:12px;
	float:left;
	margin-left:1px;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}

/* mouseover state */
.navi a:hover {
	/* for IE */
	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1;
	color:#FFF;
	background-color:#00aeef;
	     
}

/* active state (current page state) */
.navi a.active {
	/* for IE */
	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity:1;
	color:#FFF;
	background-color:#00aeef;
}
.projectname{
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	font-size:12px;
	color:#CCC;
}
.controler{
	height:25px;
	width:700px;
	background-image:url(../images/bg.png);
	position:absolute;
	bottom:0px;
	left:0px;
}

/* css for manual menus*/
.tabs {
	position:absolute;
	bottom:-15px;
	right:0px;
	cursor: pointer;
}

.tabs a {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
	color:#CCC;
	text-decoration:none;
	display:block;
	padding:6px 10px 6px 10px;
	display:block;
	font-size:10px;
	float:left;
	margin-left:12px;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}
.active1 {
	/* for IE */
	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
	color:#FFF;
	background-color:#666;
}
.active2 {
	color:#00aeef !important;
}

