div#content.team-gallery > ul > li,
div#content.grid-girls > ul > li
{
	background-image:url('../images/website-wide-item-back.png');
	background-repeat:no-repeat;
	line-height:66px;
	height:66px;
	width:790px;
	padding:4px 8px 14px 16px;
	vertical-align:middle;
	font-size:16px;
}

div#content.team-gallery ul li span,
div#content.grid-girls ul li span
{
	float:left;
}

div#content.team-gallery ul li strong,
div#content.grid-girls ul li strong,
div#content.team-gallery ul li a,
div#content.grid-girls ul li a
{
	color:#E32219;
	font-weight:bold;
}

div#content.team-gallery > ul > li + li,
div#content.grid-girls > ul > li + li
{
	margin-top:-5px;
}

div#content.team-gallery ul,
div#content.grid-girls ul,
div#content.gallery div#gallery-view ul
{
	padding-left:0;
	list-style-type:none;
}

div#content.team-gallery > ul li div.little-red-button,
div#content.grid-girls > ul li div.little-red-button
{
	margin-top:19px;
	margin-right:16px;
	float:right;
}

div#content.team-gallery > ul > li ul,
div#content.grid-girls > ul > li ul
{
	float:left;
	width:145px;
	height:45px;
	margin-top:10px;
}

div#content.team-gallery > ul > li ul li,
div#content.grid-girls > ul > li ul li
{
	margin-right:3px;
	width:45px;
	height:45px;
	float:left;
}

div#content.team-gallery > ul > li ul li img,
div#content.grid-girls > ul > li ul li img
{
	width:45px;
	height:45px;
}

div#gallery-view
{
	width:764px;
	height:401px;
	padding:30px 21px 34px 28px;
	background-image:url('../images/gallery-view-back.png');
	background-repeat:no-repeat;
	margin-top:-1px;
	margin-right:-4px;
}

div#gallery-view h1
{
	font-weight:bold;
	color:#E32219;
}

div#gallery-view h1,
div#gallery-view h2
{
	float:left;
	font-size:16px;
	line-height:24px;
	margin-bottom:0;
}

div#gallery-view a.gallery-back
{
	float:right;
	color:#E42219;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}

div#gallery-view hr
{
	display:block;
	clear:both;
	margin-top:0;
	margin-bottom:15px;
	padding:0;
	height:0;
	visibility:hidden;
}

div#gallery-view div#image-container
{
	float:left;
	background-image:url('../images/gallery-view-frame.png');
	width:551px;
	height:362px;
	padding:2px;
}

div#gallery-view div#image-container div#image-view
{
	background-color:black;
	width:551px;
	height:362px;
	background-repeat:no-repeat;
}

div#gallery-view a#image-prev,
div#gallery-view a#image-next
{
	display:block;
	width:52px;
	height:52px;
	background-image:url('../images/gallery-buttons.png');
	background-repeat:no-repeat;
	margin-top:157px;
}

div#gallery-view a#image-prev
{
	margin-left:20px;
	float:left;
	background-position:right top;
}

div#gallery-view a#image-prev:hover
{
	background-position:left top;
}

div#gallery-view a#image-next
{
	margin-right:20px;
	float:right;
	background-position:right top;
}

div#gallery-view a#image-next:hover
{
	background-position:-52px top;
}

div#gallery-view ul
{
	float:right;
	width:187px;
	height:365px;
	clear:right;
}

div#gallery-view ul li
{
	float:left;
	padding:2px 5px 6px 3px;
	height:54px;
	width:54px;
	background-image:url('../images/gallery-view-thumbnail-back.png');
	background-repeat:no-repeat;
}

div#gallery-view ul li.selected,
div#gallery-view ul li:hover
{
	background-image:url('../images/gallery-view-thumbnail-back-selected.png');
}

