/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background:	url(img/back.gif);
	height: 100%;
	
}

html, body {height: 100%;}


#stripes{
	background:url(img/topstripes.gif) repeat-x;
	height: 100%;
	width:100%;

}


#content_holder{
	z-index: 10;
	padding: 0px;
	top: 0px;
	height: 100%;

}

#content{
	width:762px;
	background:url(img/contentback.gif) repeat-y;
	margin: 0px auto;
	height: 100%;
}

p {
	padding:0px 40px;
	color:#808184;
	font-size:13px;
	line-height:18px;
	font-family:"Times New Roman", Times, serif;
	
}


p a {
	color:#808184;
	font-size:13px;
	text-decoration:none;

	
}





/* photo */

/* root element for single scroll */
.scroll {
	position:relative;
	overflow:hidden;
	width: 216px;
	height: 143px;
	float:left;
}

/* root element for the scroll pics */
.scroll .pics {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scroll item */
.pics img {
	float:left;
	cursor:pointer;
	width:216px;
	margin:0px;
}

/* possible settings for the active scroll */
.scroll.active {

}








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

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	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(../img/maison/arrow.gif) 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;		
} 	

