/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.carousel {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.carousel .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}

.carousel .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 61px;
	height: 38px;
	background: url(images/themes/candy_coated/prev_bg.gif) no-repeat;
}

.carousel .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 61px;
	height: 38px;
	left: 540px;
	background: url(images/themes/candy_coated/next_bg.gif) no-repeat;
}

.carousel .back a,
.carousel .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}

.carousel .next a {
	position: absolute;
	top: 0;
	right: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	background: url(images/themes/candy_coated/next.gif) no-repeat top right;
}

.carousel .back a {
	position: absolute;
	top: 0;
	left: 10px;
	width: 150px;
	height: 40px;
	line-height: 30px;
	text-align: right;
	background: url(images/themes/candy_coated/prev.gif) no-repeat;
}

.carousel .view_all {
	border: 1px solid #ccc;
	margin: 0;
	padding: 2px;
	background: #f4f1ee;
	text-align: center;
}

.carousel ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}

.carousel li {
	float: left;
	display: block;
	width: 247px;
	padding: 15px 0;
	overflow: hidden;
}

.carousel img { border: 0; }

.carousel a.bookThumb {
	width: 91px;
	float: left;
	display: block;
	margin: 0 10px 0 0;
}

.carousel .bookDetails {
	float: left;
	display: block;
	width: 139px;
	margin: 0 5px 0 0;
	padding: 0;
}
								
.carousel .bookDetails h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}

.carousel .bookDetails p {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

