#carousel-container {
width:464px;
height:274px;
border:0px solid #000000;
margin:0px 3px 0px 3px;
padding-top:0px;}

.carousel-component { 
	padding:0px 0px 0px 0px;
	margin:0px;
	height:274px;
	width:464px;
	background-color: #FFFFFF;

}

.carousel-noscript-container { 
	padding:0px 0px 0px 0px;
	margin-left:0px;
	height: 274px;
	width: 464px;


}

.carousel-noscript-container .carousel-noscript-list li { 
	margin:0px 0px 0px 0px;
	width:464px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:274px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
}
.carousel-noscript-container .carousel-noscript-list div { 
float: none;
left:0px;
top:0px;
position:relative;
text-decoration:none;
	margin:0px 0px 0px 0px;
	width:464px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:274px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */

}
.carousel-noscript-container .carousel-noscript-list h3, p  { 
	text-decoration:none;
}
.carousel-noscript-container .carousel-noscript-list div img{ 
float:left;
border: 0px solid #73a624;
padding:0px;
margin: 0px 0px 0px 0px;
text-align:center;
}


.carousel-component .carousel-list li { 
	margin:0px 0px 0px 0px;
	width:464px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:274px; /* 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 div { 
float:left;
text-align:center;
border:0px solid #000000;
left:0px;
top:0px;
position:relative;
	margin:0px 0px 0px 0px;
	width:464px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:274px; /* 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 div img{ 

border: 0px solid #73a624;
padding:0px;
margin: 0px auto 0px auto;
text-align:center;
}

.carousel-component .carousel-list span { 
float:right;
	margin:0px;
	width:464px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
	               img.border-left (1) + img.border-right (1)*/
	height:274px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
	/*	margin-left: auto;*/ /* for testing IE auto issue */
	text-align:center;
	text-decoration:none;
	color:#000000;

}

.carousel-component .carousel-list span h1{ 
margin:0px;

}

.carousel-component .carousel-list li a { 
	display:block;
	/*border:1px solid #e2edfa;*/
	outline:none;
	text-decoration:none;
}

.carousel-component .carousel-list li a:hover { 
	/*border: 1px solid #aaaaaa; */
}


								
.carousel-component .carousel-prev { 
	position:absolute;
	bottom:120px;
	z-index:3;
	cursor:pointer; 
	left:5px;
}

.carousel-component .carousel-next { 
	position:absolute;
	bottom:120px;
	z-index:3;
	cursor:pointer; 
	right:5px; 
}
#tabset {
	width: 60px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
		position:absolute;
		left:180px;
	bottom:0px;
	z-index:3;
}
#tab1, #tab2, #tab3, #tab4 {
	text-decoration:none;
	color:#000000;
}
#tab1:hover, #tab2:hover, #tab3:hover, #tab4:hover {
	text-decoration:underline;
	color:#73a624;
}
#tab1 .selected {
	text-decoration:none;
	color:#FF0000;
}