/**
* @author    RocketTheme http://www.rockettheme.com
* @copyright Copyright (C) 2007 - 2011 RocketTheme, LLC
* @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
 */
.rg-gm-slice-container
{
	margin: 0 -5px;
}
.rg-gm-slice-list
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
}
.cols2 .rg-gm-slice-list LI
{
	width: 50%;
}
.cols3 .rg-gm-slice-list LI
{
	width: 33%;
}
.cols4 .rg-gm-slice-list LI
{
	width: 24.8%;
}
.cols5 .rg-gm-slice-list LI
{
	width: 20%;
}
.cols6 .rg-gm-slice-list LI
{
	width: 16.6%;
}
.cols7 .rg-gm-slice-list LI
{
	width: 14.2%;
}
.cols8 .rg-gm-slice-list LI
{
	width: 12.5%;
}
.cols9 .rg-gm-slice-list LI
{
	width: 11.1%;
}
.cols10 .rg-gm-slice-list LI
{
	width: 10%;
}
.rg-gm-slice-list LI
{
	float: left;
}
.rg-gm-slice-item
{
	padding: 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	transition: background-color 0.3s linear;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background-color 0.3s linear;
}
.rg-gm-slice
{
	display: inline-block;
	padding: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0 0 5px;
}
.rg-gm-slice A
{
	display: inline-block;
}
.rg-gm-title
{
	font-size: 120%;
	display: block;
}
.rg-gm-caption
{
	display: block;
	margin-top: 5px;
}
