body {
	background-color: #040404;
	background-image: url(images/bgimg.gif);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.bdr1 {border:1px solid #ccc;
}

.carousel-component { 
	padding:8px 16px 4px 16px;
	margin:0px;
}

.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)*/
	height:100px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
	display:block;

	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	border: 0px solid #fff; 
}

.carousel-component .carousel-list li img { 
	border:1px solid #fff;
	display:block; 
}
								
.carousel-component .carousel-prev { 
	position:absolute;
	top:30px;
	z-index:3;
	cursor:pointer; 
	left:5px; 
}

.carousel-component .carousel-next { 
	position:absolute;
	top:30px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}
#apDiv1 {
	position:absolute;
	left:411px;
	top:622px;
	width:467px;
	height:13px;
	z-index:1;
}
