html,body {
	background-color: #141414;
}

* { 
  margin: 0px; 
  padding: 0px;
}
	
h1 {
	margin: 0px 0px 20px 0px;
	font-family: georgia, times, serif;
	font-size: 15px;
	font-weight: 400;
	color: #999;
}	

h2 {
	font-family: helvetica, arial, verdana;
	font-size: 10px;
	font-weight: 400;
	color: #fff;
}

p {
	font-family: helvetica, arial, verdana;
	font-size: 10px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
}

li {
	font-family: helvetica, arial, verdana;
	font-size: 10px;
	font-weight: 400;
	line-height: 20px;
	color: #fff;
	list-style: none;
}

.first {	
	line-height: 18px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}
	
img {
	margin: 0px;
	padding: 0px;
	border: none;
}	
	
/*page elements*/

#container {
	width: 930px;
	margin: 50px auto;
}


/* title*/

#title {
	height: 50px;
	margin: 0px 5px 0px 5px;
}

#title h1 {
	margin: 0px auto;
	padding: 0px;
	display: inline;
}

#title p {
	margin: 0px auto;
	padding: 0px;
	display: inline;
}

/* nav*/

#nav .cell {
	margin: 0px 5px 100px 5px;
	float: left;
}	

/*thumb*/

.thumb {
	height: 406px;
	margin: 0px 0px 50px 0px;
	padding: 0px 0px 0px 5px;
	clear: both;
}

.caption  {
	width: 600px;
	padding: 0px 5px 0px 5px;
	line-height: 20px;
	position: absolute;
	bottom: 0px;
	background: #141414;
	opacity:.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
}

.caption  .text {
	float: left;
}

/* cell*/

.cell {
	margin: 0px 5px 0px 5px;
	width: 300px;
	float: right;
	position: relative;
	border-bottom: 1px dotted #fff;
}

.cell h1 {
	width: 300px;
	line-height: 28px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}

.cell h2 {
	width: 300px;
	line-height: 18px;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
}

.cell p {
	margin: 0px 0px 20px 0px;
}
	
.cell a {
	color: #fff;
}

.cell a:hover {
	color: #141414;
	background: #fff;
}
	
/*carousel*/

.jcarousel-container {
	height: 406px;
	width: 610px;
	position: relative;
	float: left;
}

.jcarousel-clip {
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.jcarousel-list {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jcarousel-list li, .jcarousel-item {
	height: 406px;
	width: 610px;
	float: left;
	list-style: none;
}

.jcarousel-next {
	float: right;
	cursor: pointer;
}

.jcarousel-prev {
	cursor: pointer;
}