/*
	vSlider 3
	http://iRui.ac

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/3.0/
*/


/**************/
/* Footer Box */

#footer {
	display: block;
	clear: both;
	padding: 20px 16px 0 16px;
}


#footer-box {
	position: relative;	
	width: 100%;
}


#footer-box .ads {
	display: block;
	margin: 0 auto;
}

#footer-box .cc {
	display: block;
	width: 50%;
}

#footer-box .buttons {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}


/* End of Footer Box */
/*********************/



/**********************/
/* Footer Typography */

#footer-box a{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
}

/* End of Footer Typography */
/****************************/
