/************************************************
LUMINOSITY GROUP BANNER
************************************************/

/* 
RESET NEEDED BROWSER STLYES 
*/
a,img,ol, ul, li {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	list-style: 0;
	list-style-type: none;
	}





/************************************************
LUMINOSITY GROUP BANNER STYLES
************************************************/
/*Modius only style and div */
#BannerHolder {
	height: 230px;
	width: 965px;
	padding-top: 7px;
	padding-left: 5px;
	background: url(../images/banner237.jpg) no-repeat;
	
}


#luminosityGroupBannerWrapper {
	font-family: Arial, Tahoma, sans-serif;
	font-weight: normal;
	background-color: transparent;
	margin-left: 0px;
	width: 960px;
	height: 220px;
	position: relative;
	display: none;
}



#luminosityGroupBannerWrapper.div{
	position: relative;
	height: 220px;
	margin-top: 10px;
}

#luminosityGroupBannerWrapper a img{
	margin-top: 0;
	margin-bottom: 0;
}
#luminosityGroupBannerWrapper #control{
	position: absolute;
	right: 0px;
	top: 10px;
	height: 40px;
	color: #fff;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	z-index: 100;
	}

#control #left{
	float: left;
	margin-left: -16px;
	width: 16px;
	height: 40px;
	background: url(../images/bannerRibbonLeft.png) no-repeat;
}
#control #buttons{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	background: url(../images/bannerRibbonMiddle.png) repeat-x;
}
#control #right{
	float: left;
	margin-right: -16px;
	width: 16px;
	height: 40px;
	background: url(../images/bannerRibbonRight.png) no-repeat;
}


#luminosityGroupBannerWrapper #control a {
	color: #fff;
	text-decoration: none;
	
	background:  url(../images/bannerControlButton.png) no-repeat center center;
	padding: 6px 11px;
}

#luminosityGroupBannerWrapper #control a:hover {
	color: #fff;
	background:  url(../images/bannerControlButtonActive.png) no-repeat center center;
	padding: 6px 11px;
}


#luminosityGroupBannerWrapper #control a.active {
	background:  url(../images/bannerControlButtonActive.png) no-repeat center center;
}

/************************************************
END LUMINOSITY GROUP BANNER
************************************************/



