/* Jamie Dornan */

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
}

td {
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}

/* Slideshow */

.slides-holder {
	width: 300px;
	height: 181px;
	background:url(images/slide_02.jpg) no-repeat left top;
	text-align: left;
}

.slide-meta {
	float: left;
	width: 280px;
	height: 40px;
	margin-top: 119px;
	color: #9b9b9b;
}

.description {
	width: 200px;
	margin-left: 10px;
	float: left;
}

.description h3 {
	font-size: 16px;
}

.slide-meta .description p {
	font-size: 11px;
	line-height: 13px;
}

ul.controls {
	display: block;
	float: right;
	list-style: none;
}

.controls li {
	width: 18px;
	height: 21px;
	display: block;
	margin-top: 10px;
	text-indent: -9999px;
	cursor: pointer;
}

.controls .left {
	float: left;
	background: url(images/bg_control_left.png) no-repeat left top;
}

.controls .right {
	float: right;
	background: url(images/bg_control_right.png) no-repeat left top;
	margin-left: 30px;
}

.slides-holder a:link, .slides-holder a:visited {
	color: #7a7a7a;
	text-decoration: none;
}

.slides-holder a:hover {
	color: #505050;
	text-decoration: none;
}