/** NEXT & PREVIOUS **/
ul.controls{
	width:898px;
	margin:200px auto 0 auto;
	position:absolute;
	z-index:100;
}
ul.controls li{margin:0;}
ul.controls li.previous{
	float:left;
	display:block;
	padding-left:2%;
	width:45px;
	height:45px;	
}
ul.controls li.next{
	float:right;
	display:block;
	padding-right:2%;
	width:45px;
	height:45px;
}
ul.controls li.next a, ul.controls li.previous a{
	width:45px;
	height:45px;
	display:block;
	background:url('/images/scroller/next-on.png') no-repeat center center;
	float:right;
	text-decoration:none;
}
ul.controls li.previous a{
	background:url('/images/scroller/previous-on.png') no-repeat center center;
	float:left;
}
ul.controls li.disabled{display:none !important;}
/*FULL MENU*/
.navigation{
	position:absolute;
	width:900px;
	top:495px;
	z-index:100;	
	background:white;
}
.navigation ul{
	float:left;
	margin:0 0 0 55px;
	position:relative;
	display:inline;
	right:0;
	width:548px;
}
.navigation li{
	position:relative;
	float:left;
	display:block;
	margin:0;
	text-align:center;
}
body #webpage .navigation li a{
	display:block;
	text-decoration:none;
	font-size:93%;
	text-transform:uppercase;
	line-height:6em;
	color:#2c2c2c;
	padding:0 10px;
}

.navigation li.active a{color:#960e16 !important;}

/** GALLERYS **/
div.gallery{
	position:absolute;
	width:900px;
	margin-top:390px;
	background: url('/images/black-trans.png') repeat-x top left;
	z-index:3;
	padding:10px 0;
}
.gallery_list{
	margin:0 auto;
	position:relative;
	height:100px;
}
.gallery_controls{
	position:absolute;
	width:900px;
	z-index:1;
}
.gallery_list li{
	float:left;
	overflow:hidden;
	width:99px;
	height:72px;
	text-align:center;
}
.gallery_list li.item{
	padding:0 2px;
	margin:0;
	width:120px;
	height:60px;
	display:block;
	position:relative;
	text-align:center;
	overflow:hidden;
	z-index:5;
}
.gallery_list li.item img{margin:0 auto;}


ul.gallery_controls li{margin:10px 0 0 0;}
ul.gallery_controls li.previous{
	float:left;
	display:block;
	padding-left:2%;	
}
ul.gallery_controls li.next{
	float:right;
	display:block;
	padding-right:2%;
}
ul.gallery_controls li.next a, ul.gallery_controls li.previous a{
	width:45px;
	height:45px;
	display:block;
	background:url('/images/scroller/next-on.png') no-repeat center center;
	float:right;
	text-decoration:none;
}
ul.gallery_controls li.previous a{
	background:url('/images/scroller/previous-on.png') no-repeat center center;
	float:left;
}
ul.gallery_controls li.disabled{display:none;}

/*positions*/


