.player {
	clear: both;
	min-width: 1200px;
	min-height: 211px;
	margin-bottom: 20px;
	text-align: center;
}
.play {
	min-height: 211px;
}
.play, .deck, .play div, .hand div, .kills {
	display: inline-block;
	vertical-align: top;
}
.current .play .card {
	float: left;
}
.other .play .card {
	float: right;
}
.current .deck, .current .discard, .current .kills {
	float: right;
}
.other .deck, .other .discard, .other .kills {
	float: left;
}
.kills {
	width: 30px;
	height: 211px;
}
.card {
	width:150px;
	height:211px;
	border: 1px solid #000000;
}
.exhausted {
	width: 211px;
	height: 150px;
}
.card span, .kills span{
	display: none;
}
.deck span, .discard span {
	display: block;
	margin-top: 20px;
}
.deck {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}
.hand {
	padding-left: 70px;
	clear: both;
	margin: 15px;
}
.hand div {
	margin-left: -70px;
}
.discard {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.current .attached {
	margin-top: 40px;
}
.current .attached2 {
	margin-top: 80px;
}
.current .attached3 {
	margin-top: 40px;
	margin-left: -150px;
}
.current .hasattach {
	margin-left: -150px;
}
.other .hasattach {
	margin-right: -150px;
	margin-top: 40px;
}
.kill {
	width: 20px;
	height: 20px;
	background: url('images/kill.png');
	margin: 5 5 5 5;
}
.damage {
	width: 20px;
	height: 20px;
	background: url('images/damage.png');
	margin: 20 5 5 5;
}
.current .work {
	width: 20px;
	height: 20px;
	background: url('images/work.png');
	margin: 185 5 5 5;
}
.other .work {
	width: 20px;
	height: 20px;
	background: url('images/work.png');
	margin: 5 5 5 5;
}

.current .back {
	background: url('images/back.jpg');
}
.other .back {
	background: url('images/back-b.jpg');
}

.other .andrewk {
	background: url('images/andrewk-b.jpg');
}
.other .andrewk.exhausted {
	background: url('images/andrewk-l.jpg');
}
.other .gabrielr {
	background: url('images/gabrielr-b.jpg');
}
.other .gregh {
	background: url('images/gregh-b.jpg');
}
.other .kelliem {
	background: url('images/kelliem-b.jpg');
}
.other .markl {
	background: url('images/markl-b.jpg');
}
.other .matthewg {
	background: url('images/matthewg-b.jpg');
}
.other .matthewk {
	background: url('images/matthewk-b.jpg');
}
.other .timb {
	background: url('images/timb-b.jpg');
}
.other .timb.exhausted {
	background: url('images/timb-l.jpg');
}
.other .time {
	background: url('images/time-b.jpg');
}
.other .time.exhausted {
	background: url('images/time-l.jpg');
}
.other .timf {
	background: url('images/timf-b.jpg');
}
.other .timf.exhausted {
	background: url('images/timf-l.jpg');
}
.other .timm {
	background: url('images/timm-b.jpg');
}
.other .timm.exhausted {
	background: url('images/timm-l.jpg');
}
.other .timv {
	background: url('images/timv-b.jpg');
}
.other .eatlunch {
	background: url('images/eatlunch-b.jpg');
}
.other .funwithfriends {
	background: url('images/funwithfriends-b.jpg');
}
.other .createphotogallery {
	background: url('images/createphotogallery-b.jpg');
}
.other .demonstrateproof {
	background: url('images/demonstrateproof-b.jpg');
}
.other .designandbuild {
	background: url('images/designandbuild-b.jpg');
}
.other .truededication {
	background: url('images/truededication-b.jpg');
}
.other .chalk {
	background: url('images/chalk-b.jpg');
}
.other .chalk.exhausted {
	background: url('images/chalk-l.jpg');
}
.other .marker {
	background: url('images/marker-b.jpg');
}
.other .camera {
	background: url('images/camera-b.jpg');
}
.other .camera.exhausted {
	background: url('images/camera-l.jpg');
}
.current .andrewk {
	background: url('images/andrewk.jpg');
}
.current .andrewk.exhausted {
	background: url('images/andrewk-r.jpg');
}
.current .gabrielr {
	background: url('images/gabrielr.jpg');
}
.current .gregh {
	background: url('images/gregh.jpg');
}
.current .gregh.exhausted {
	background: url('images/gregh-r.jpg');
}
.current .kelliem {
	background: url('images/kelliem.jpg');
}
.current .kelliem.exhausted {
	background: url('images/kelliem-r.jpg');
}
.current .markl {
	background: url('images/markl.jpg');
}
.current .markl.exhausted {
	background: url('images/markl-r.jpg');
}
.current .matthewg {
	background: url('images/matthewg.jpg');
}
.current .matthewg.exhausted {
	background: url('images/matthewg-r.jpg');
}
.current .matthewk {
	background: url('images/matthewk.jpg');
}
.current .matthewk.exhausted {
	background: url('images/matthewk-r.jpg');
}
.current .timb {
	background: url('images/timb.jpg');
}
.current .timb.exhausted {
	background: url('images/timb-r.jpg');
}
.current .time {
	background: url('images/time.jpg');
}
.current .time.exhausted {
	background: url('images/time-r.jpg');
}
.current .timf {
	background: url('images/timf.jpg');
}
.current .timf.exhausted {
	background: url('images/timf-r.jpg');
}
.current .timm {
	background: url('images/timm.jpg');
}
.current .timm.exhausted {
	background: url('images/timm-r.jpg');
}
.current .timm.dexhausted {
	background: url('images/timm-b.jpg');
}
.current .timv {
	background: url('images/timv.jpg');
}
.current .timv.exhausted {
	background: url('images/timv-r.jpg');
}
.current .eatlunch {
	background: url('images/eatlunch.jpg');
}
.current .funwithfriends {
	background: url('images/funwithfriends.jpg');
}
.current .createphotogallery {
	background: url('images/createphotogallery.jpg');
}
.current .demonstrateproof {
	background: url('images/demonstrateproof.jpg');
}
.current .designandbuild {
	background: url('images/designandbuild.jpg');
}
.current .truededication {
	background: url('images/truededication.jpg');
}
.current .chalk {
	background: url('images/chalk.jpg');
}
.current .chalk.exhausted {
	background: url('images/chalk-r.jpg');
}
.current .marker {
	background: url('images/marker.jpg');
}
.current .marker.exhausted {
	background: url('images/marker-r.jpg');
}
.current .camera {
	background: url('images/camera.jpg');
}
.current .camera.exhausted {
	background: url('images/camera-r.jpg');
}