@charset "utf-8";
/* CSS Document */

/*	*****************	*/
/*	mooCase settings	*/

#banner1 {
	width:960px; 
	height:300px; 
	overflow:hidden; 
}

DIV.bannerContainer { 
	position:relative; 
	background-color:#F3F3F3; 
	border:solid 1px #B9B9B9; 
}
	
UL.elements LI {
	list-style-type:none; 
	margin:0px; 
	padding:0px;
}

UL.elements LI A { 
	position:absolute; 
	top:0px; 
	left:0px; 
	display:block; 
	width:960px; 
	height:300px; 
	overflow:hidden; 
}

UL.elements LI A IMG { 
	border:none; 
	width:960px; 
}			

UL.togglers { 
	position:absolute;
	padding: 0px;
	margin: 0px;
	bottom: 0px; 
	right:0px; 
	z-index:99999; 
}

UL.togglers LI { 
	list-style-type:none; 
	margin:0; 
	padding:0; 
	float:left; 
	padding-top:10px;

}

UL.togglers LI.active { 
	width: 30px;
	background-color: #333;
	color: #FFF;

}


UL.togglers LI A { 
	display:block; 
	width:30px; 
	height:30px; 
	line-height:15px;
	font-family: Arial;
	font-weight: bold;
	text-align:center;
	color: #FFF;
	text-decoration:none; 
}

UL.togglers LI A:hover { 
	
}
	
UL.photos LI { 
	list-style-type:none;
	margin:0;
	padding:0; 
}

UL.photos LI A { 
	position:absolute; 
	top:0px; 
	left:0px;
	display:block; 
	width:960px; 
	height:300px;
	overflow:hidden;
}

UL.photos LI A IMG { 
	border:none; 
	width:960px;
}			

UL.buttons { 
	position:absolute; 
	bottom:0px; 
	left:0px;
	z-index:99999;
}

UL.buttons LI { 
	list-style-type:none; 
	margin:0; 
	padding:0; 
	float:left; 
	padding-top:10px;
}

UL.buttons LI.active { 
	background:transparent url(../layout/button_active.png)  top center no-repeat;
}

UL.buttons LI.active:hover { 
	background:transparent url(../layout/noactive.png) top center no-repeat; 
}

UL.buttons LI A { 
	display:block;
	width:240px;
	height:40px;
	line-height:40px; 
	text-align:center;
	background: url(../layout/button_active.png) top center no-repeat; 
	color:#FFFFFF;
	text-decoration:none;
}

UL.buttons LI A:hover { 
	background:transparent url(../layout/button_active.png) top center no-repeat;
}

