*{
	margin:0;
	padding:0;
}

#container{
	width:720px;
	height:600px;
	position:relative;
}

#container .prevButton{
	height:72px;
	width:20px;
	position:absolute;
	background:url('images/buttons.png') no-repeat;
	top:620px;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}

#container .prevButton:hover{ background-position:left bottom;left:0;}

#container .nextButton{
	height:72px;
	width:20px;
	position:absolute;
	background:url('images/buttons.png') no-repeat;
	top:620px;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0;
	left:20px;
}

#container .nextButton:hover{background-position:right bottom;right:0;}

#container ul{
	width:720px;
	height:600px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container li:first-child{
	display:list-item;
	position:absolute;
}

#container li{
	position:absolute;
	display:none;
}

body02 {
	font: 100% helvetica, Verdana, Arial,  sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

body {
	font: 100% helvetica, Verdana, Arial,  sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

}


a:link {
    text-decoration: none;
	color: #000000;
	font-size:14px;
		font-weight: normal;
}

a:visited {
    text-decoration: none;
	font-size: 14px;
	 color: #000000;	
	 font-weight: normal;

}

a:hover {
    text-decoration: none;
	color: #dddddd;
	font-size: 14px;
		font-weight: normal;
}

a:active {
    text-decoration: none;
	font-size: 14px;
		color: #dddddd;
}



.footer {
		 font: 100% helvetica, Verdana, Arial,  sans-serif;
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
	 line-height: 1.9;
	color: #a2a2a2;
	


}






.social-part .fa{
    padding-right:20px;
}
ul li a{
    margin-right: 20px;
}
