#dhtml-carousel {
	width: 100%;
	background-color: #FEEAC9;
	margin-left: 25px;
}

.carousel-component {
	padding:8px;
	width: 100%;
}
.carousel-component .carousel-list li { 
	margin:4px;
	width:79px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
	display:block;
	border:1px solid #FFCC66;
	outline:none;
	-moz-outline:none; 
}

.carousel-component .carousel-list li a:hover { 
	border: 1px solid #87bf4e; 
}

.carousel-component .carousel-list li img { 
	border:1px solid #999;
	display:block; 
}

.carousel-component .carousel-list li strong { 
	display:block; 
}
									

#prev-arrow { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

#next-arrow { 
	position:absolute;
	top:40px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}

div.input-line {
	padding-top:10px;
}

div.input-line p {
	float:left;
	padding:5px 4px 0px 0px;
	margin:0px;
}
div.input-line input {
	float:left;
	margin-top:1px;
	margin-right:8px;
}
div.input-line button {
	float:left;
}

div.presentation {
	background-color: transparent; 
	width:100%;
	margin-top:-6px; 
	font-weight:bold; 
	color: black; 
	text-align: left;
}

div.presentation small {
	font-weight:normal; 
	/*background-color: white; */
}


div.plistitem {
	cursor: pointer;
}

span.ptitle {
	cursor: pointer;
}