/*
	vSlider 3
	http://iRui.ac

	The CSS, XHTML and design is licensed under a Creative Commons License
	http://creativecommons.org/licenses/by/3.0/
*/


/***************/
/* WPG2 */

div.g2image_normal
{
	margin: 14px 6px;
}

div.g2image_float_left
{
	float: left;
	clear: left;
	margin: 14px 6px;
}

div.g2image_float_right
{
	float: right;
	clear: right;
	margin: 14px 6px;
}

div.g2image_centered
{
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

h4.giDescription  {
	margin-top: 0px;
}

/* End of WPG2 */
/**********************/


/**********************/
/* WPG2 Typography */

h4.giDescription  {
	text-align: center; 
	font-size: 0.9em;
	font-weight: bold; 
}

/* End of WPG2 Typography */
/*****************************/
