.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 260px;
	height:260px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.items div {
	float:left;
}

/*Navigator CSS*/
/* position and dimensions of the navigator */
.navi {
	margin-left:0px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	margin-top: 8px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

/*END Navigator CSS*/

/* buttons*/
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(images/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	cursor:pointer;
	font-size:1px;
}


/* 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(images/scrollable/arrow/hori_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;		
} 	

.left-arrow{
	clear:both;
	float: left;
	margin-left: 79px;
	margin-top: 5px;
}

.right-arrow{
	float:left;
	margin-top: 5px;
}

.portfolioImage {
	height:260px;
}

/*scrollable for front page*/
#affordable .scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 230px;
	height:127px;
}

#affordable .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

#affordable .items div {
	float:left;
}

/*Navigator CSS*/
/* position and dimensions of the navigator */
#affordable .navi {
	margin-left:0px;
	width:200px;
	height:20px;
}


/* items inside navigator */
#affordable .navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(images/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	margin-top: 8px;
}

/* mouseover state */
#affordable .navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
#affordable .navi a.active {
	background-position:0 -16px;     
}

#affordable
{
	padding-top: 0px;
}
/*END scrollable for front page*/

/*FAQ*/
#faq h1 {
	color:#990000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-weight:normal;
	margin-bottom:20px;
	padding-top:1em;
	text-transform:none;
}

#faq h1 {
	border-bottom:1px solid #A7A37E;
	border-top:1px solid #A7A37E;
	font-size:3em;
	line-height:0.9em;
	padding-bottom:2px;
}

#faq h2 {
	background:url("images/open.png") no-repeat scroll 0 4px transparent;
	cursor:pointer;
	padding-left:23px;
}
#faq h2 {
	border-bottom:1px solid #CCCCCC;
	color:#053131;
	font-size:1.6em;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
}
#faq h2.close {
	background-image:url("images/close.png");
}
complete_6.2.html (line 13)

/*END FAQ*/