#chrisusel {
	padding: 5px;
}

#chrisusel_window {
	width: 316px;
	height: 76px;
	overflow: hidden;
}

#chrisusel_thumbnails {
	list-style: none;
	width: 640px;
}

#chrisusel_thumbnails li {
	float: left;
	margin-right: 4px;
}

#chrisusel img {
	margin: 0;
}

#chrisusel a img {
	border: none;
}

#chrisusel_image {
	clear: both;
	display: block;
	width: 316px;
	height: 184px;
}

#chrisusel .next, #chrisusel .previous {
	float: right;
	width: 8px;
	height: 8px;
	margin: 2px;
	cursor: pointer;
	background-repeat: no-repeat;
}

#chrisusel .next {
  background-image: url(../images/right.gif);
}

#chrisusel .previous {
  background-image: url(../images/left.gif);
}

#chrisusel h6 {
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
	color: #da202c;
	font-size: 12px;
}

#chrisusel_description {
	margin: 0 0 20px 0;
	color: #666;
	font-size: 12px;
}

