.clearfix {
	clear: both;
}

body {
	width: 300px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #f7f7f7;
}

h1 {
	font-family: 'Roboto Slab', Georgia, Times, Serif;
	font-size: 24px;
	margin: 0;
	font-weight: 700;
}

.summary {
	font-family: 'Roboto Slab', Georgia, Times, Serif;
	font-size: 13px;
	text-align: left !important;
	margin-bottom: 10px;
	margin-top: 3px;
}

.button_holder {
	padding-top: 5px;
}

.next,
.prev {
	cursor:pointer;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	border: 1px solid #999;
	display: inline-block;
	font-family: 'Raleway', Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: 900;
	color: #666;
	text-transform: uppercase;
}

.next {
	float: right;
	background: url('../images/slider_arrows.png') no-repeat scroll top right;
	margin-right: 115px;
	position: relative;
}
.prev {
	float: left;
	background: url('../images/slider_arrows.png') no-repeat scroll top left;
	margin-left: 115px;
	position: relative;
}

#slider {
	list-style-type: none;
	padding: 0 !important;
}

li {
	margin: 0;
	padding: 10px;
	width: 280px !important;
	text-align: center;
}

.card {
	width: 70%;
	margin: 0 auto;
	padding: 10px;
}


.portrait {
	max-height: 100px;
	max-width: 100px;
}

.name, .description, .readout, .stolen {
	display: block;
	margin: 0 0 5px 0;
}

.name {
	font-family: 'Roboto Slab', Georgia, Times, Serif;
	font-size: 14px;
	font-weight: 700;
	padding: 0;
	text-transform: uppercase;
}

.stolen {
	font-family: 'Raleway', Helvetica, Arial, Sans-serif;
	text-transform: uppercase;
	color: #a00;
	font-size: 26px;
	font-weight: 900;
}

.readout, .crime {
	font-family: 'Roboto Slab', Georgia, Times, Serif;
	padding: 0;
	font-size: 13px;
}

.description {
	font-family: 'Raleway', Helvetica, Arial, Sans-serif;
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #666;
	font-weight: 900;
}

a {
	font-family: 'Raleway', Helvetica, Arial, Sans-serif;	
	font-size: 13px;
	text-transform: uppercase;
	color: #666;
	font-weight: 900;
}

a:hover {
	color: #000	
}