#imageContainer {
 height:110px;
}
#imageContainer img {
 display:none;
 position:absolute;

}

.button {
	background: url(images/l1.jpg) no-repeat 0px 0px;
	display: block;
	height: 45px;
	width: 94px;
	outline:none;
}
.button:hover {
	background-position: 0px -52px;
}
.button:active {
	background-position: 0px -52px;
}

.button1 {
	background: url(images/l2.jpg) no-repeat 0px 0px;
	display: block;
	height: 45px;
	width: 153px;
	outline:none;
}
.button1:hover {
	background-position: 0px -52px;
}
.button1:active {
	background-position: 0px -52px;
}
-->

.button2 {
	background: url(images/l3.jpg) no-repeat 0px 0px;
	display: block;
	height: 45px;
	width: 112px;
	outline:none;
}
.button2:hover {
	background-position: 0px -52px;
}
.button2:active {
	background-position: 0px -52px;
}

.button3 {
	background: url(images/l4.jpg) no-repeat 0px 0px;
	display: block;
	height: 45px;
	width: 103px;
	outline:none;
}
.button3:hover {
	background-position: 0px -52px;
}
.button3:active {
	background-position: 0px -52px;
}

.button4 {
	background: url(images/l5.jpg) no-repeat 0px 0px;
	display: block;
	height: 45px;
	width: 133px;
	outline:none;
}
.button4:hover {
	background-position: 0px -52px;
}
.button4:active {
	background-position: 0px -52px;
}

.button5 {
	background: url(images/l6.jpg) no-repeat 0px 0px;
	display: block;
	height: 45px;
	width: 120px;
	outline:none;
}
.button5:hover {
	background-position: 0px -52px;
}
.button5:active {
	background-position: 0px -52px;
}


.button6 {
	background: url(images/soci_04.jpg) no-repeat 0px 0px;
	display: block;
	height: 37px;
	width: 52px;
	outline:none;
}
.button6:hover {
	background-position: 0px -52px;
}
.button6:active {
	background-position: 0px -52px;
}

.button7 {
	background: url(images/soci_03.jpg) no-repeat 0px 0px;
	display: block;
	height: 37px;
	width: 48px;
	outline:none;
}
.button7:hover {
	background-position: 0px -52px;
}
.button7:active {
	background-position: 0px -52px;
}

.button8 {
	background: url(images/soci_02.jpg) no-repeat 0px 0px;
	display: block;
	height: 37px;
	width: 47px;
	outline:none;
}
.button8:hover {
	background-position: 0px -52px;
}
.button8:active {
	background-position: 0px -52px;
}

#imageContainer {
 height:160px;
 width:578px;
}
#imageContainer img {
 display:none;
 position:absolute;

}

/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px; 	
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}