@charset "utf-8";
/* CSS Document */

div.crewPanel
{
	position:relative;
	height:50px;
}

div.crewPanel div.crewHeader
{
	position:absolute;
	left: -19px;
	top: -21px;
}

div.crewButtons
{
	position:relative;
	padding-left:12px;
	z-index:100;
}

div.crewButtons ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div.crewButtons ul li
{
	float:left;
	height:36px;
	cursor:pointer;

}

div.crewButtons ul li.name1
{
	background-image: url(_Images/TheCrew/thecrew-names-trans.png);
	background-repeat: no-repeat;
	background-position: -6px -1px;
	width:60px	
}

div.crewButtons ul li.name1:hover,
div.crewButtons ul li.name1-selected
{
	background-image: url(_Images/TheCrew/thecrew-names-trans.png);
	background-repeat: no-repeat;
	background-position: -6px -51px;
	width:60px	
}

div.crewButtons ul li.name2
{
	background-image: url(_Images/TheCrew/thecrew-names-trans.png);
	background-repeat: no-repeat;
	background-position: -65px -1px;
	width:60px	
}


div.crewButtons ul li.name2:hover,
div.crewButtons ul li.name2-selected
{
	background-image: url(_Images/TheCrew/thecrew-names-trans.png);
	background-repeat: no-repeat;
	background-position: -65px -51px;
	width:60px	
}

div.crewButtons ul li.name3
{
	background-image: url(_Images/TheCrew/thecrew-names-trans.png);
	background-repeat: no-repeat;
	background-position: -125px -1px;
	width:76px	
}

div.crewButtons ul li.name3:hover,
div.crewButtons ul li.name3-selected
{
	background-image: url(_Images/TheCrew/thecrew-names-trans.png);
	background-repeat: no-repeat;
	background-position: -125px -51px;
	width:76px	
}


div.crewButtons ul li.name4
{
	background-image: url(_Images/TheCrew/thecrew-names-trans.png);
	background-repeat: no-repeat;
	background-position: -201px -1px;
	width:50px	
}

div.crewButtons ul li.name4:hover,
div.crewButtons ul li.name4-selected
{
	background-image: url(_Images/TheCrew/thecrew-names-trans.png);
	background-repeat: no-repeat;
	background-position: -201px -51px;
	width:50px	
}


div.crewButtons ul li.name5
{
	background-image: url(_Images/TheCrew/thecrew-names-trans.png);
	background-repeat: no-repeat;
	background-position: -255px -1px;
	width:54px	
}

div.crewButtons ul li.name5:hover,
div.crewButtons ul li.name5-selected
{
	background-image: url(_Images/TheCrew/thecrew-names-trans.png);
	background-repeat: no-repeat;
	background-position: -255px -51px;
	width:54px	
}


div.crewButtons ul li.name6
{
	background-image:url(_Images/TheCrew/painthouse_thecrew_randy_03.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	width:65px	
}

div.crewButtons ul li.name6:hover,
div.crewButtons ul li.name6-selected
{
	background-image: url(_Images/TheCrew/painthouse_thecrew_randy_03.png);
	background-repeat: no-repeat;
	background-position: 0px -46px;
	width:65px	
}



div.noShow
{
	display:none;
}


div.crewContent
{
	padding: 0px 18px 0px 18px;
}