div#content div#featured_gallery
{
	overflow: hidden;
	margin: 0 0 40px 0; padding: 5px;
	width: 474px;
	background: #cbcbcb;
}

div#content div#featured_gallery div.wrapper
{
	width: 474px; height: 261px;
}

div#content div#featured_gallery div.wrapper ul
{
	width: 99999px;
	list-style: none;
}

div#content div#featured_gallery div.wrapper ul li
{
	float: left;
	width: 474px; height: 261px;
}

div#content div#featured_gallery a.arrow
{
	display: block;
	float: left;
	margin: 5px 0 0 0;
	width: 20px; height: 20px;
	text-indent: -9999px;
}

div#content div#featured_gallery a.back
{
	margin-right: 3px;
	background: url("../images/bg_featured_gallery_a_prev.gif") no-repeat 0 0;
	cursor: pointer;
}

div#content div#featured_gallery a.back:hover
{
	background: url("../images/bg_featured_gallery_a_prev_hover.gif") no-repeat 0 0;
}

div#content div#featured_gallery a.forward
{
	margin-right: 10px;
	background: url("../images/bg_featured_gallery_a_next.gif") no-repeat 0 0;
	cursor: pointer;
}

div#content div#featured_gallery a.forward:hover
{
	background: url("../images/bg_featured_gallery_a_next_hover.gif") no-repeat 0 0;
}

div#content div#featured_gallery div#thumbNav
{
	margin: 5px 0 0 0;
	color: #fff;
}

div#content div#featured_gallery div#thumbNav a
{
	line-height: 20px;
	text-decoration: none;
	color: #fff;
}

div#content div#featured_gallery div#thumbNav a:hover,
div#content div#featured_gallery div#thumbNav a.cur
{
	text-decoration: underline;
	color: #b00069;
}