#dhtml-carousel {
	padding:0px;
	margin:0px;
        height:450px;
	/* this would fix IE alignment --> padding-right:20px; */

}

#dhtml-carousel2 {
	padding:0px;
	margin:0px;
	background-image:url("../images/carousel-info-bg.png");
	height: 268px;

	/* this would fix IE alignment --> padding-right:20px; */

}


.carousel-component .carousel-list li {
	margin:0px;
	width:947px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	/*height:93px; *//* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component2 .carousel-list2 li {
	margin:4px;
	width:201px;
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
	display:block;
	/*border:1px solid #e2edfa;*/
	outline:none;
}

.carousel-component .carousel-list li a:hover { 
	/*border: 1px solid #aaaaaa;*/ 
}

.carousel-component .carousel-list li img { 
	/*border:1px solid #999;*/
	display:block; 
}									

#prev-arrow-container { 
	float:left;
}

#next-arrow-container { 
	float:left;
}

#prev-arrow { 
	cursor:pointer; 
	margin-top:10px;
	/*margin-right:10px;*/
	visibility:hidden;
}

#next-arrow { 
	cursor:pointer; 
	margin-top:10px;
	/*margin-left:10px;*/
	visibility:hidden;
}
pre {
	margin-bottom:20px;
}

/* SunniPath */
.mainNav {
	background-image:url("../images/car-large-control-bg.png"); 
	position: relative; 
	height: 36px; 
	width: 947px; 
	top: -52px;
	left: 2px;
	z-index:2;
}

.mainSubNav {
	float:right;
	width: 200px;
}

.mainSubNavLeft {
	float: left;
}

.mainNavNum {
	float: left;
	margin: 10px 2px;
	width: 18px; 
	height: 18px;
	text-align: center;
	cursor: pointer;
	cursor: hand;
	line-height:100%;
}

.mainNavNumList {
	width: 400px;
        line-height:1.02em;
}

.carousel-component {
	color:#FFFFFF;
}

.smallAdsNav {
	height: 32px;
}

.smallAdsSubNav {
	float:right;
	width: 100px;
	margin: 5px;
}

.subNavNum {
	background-image:url("../images/carousel-dot.gif");
	float: left;
	margin: 5px 1px;
	width: 14px; 
	height: 22px;
	cursor: pointer;
	cursor: hand;
}

.subNavNumList {
	float:left;
	width: 515px;
}

.left-button-image2 {
	float:left;
}

.right-button-image2 {
	float:left;
}

.mainSubNav img {
        margin:0px;
        padding: 0px;
}

#mainNumbers {
	float:left;
	font-family:arial;
	font-size:11pt;
}

