.carousel_wrapper
{
	position: relative;
}

.carousel_nav_container
{
	z-index: 10;
	position: absolute;
	left: 20px;
	top: 20px;
}
#CarouselNav
{
	left: 16.1%;
	position: relative;
}
#CarouselNav a 
{ 
	text-decoration: none; 
	padding: 4px 7px; 
	margin: 1px 3px;
}
#CarouselNav a:hover 
{ 
	text-decoration: none;
}
#CarouselNav a.activeSlide:hover 
{
	text-decoration: none; 
}
#CarouselNav a:focus 
{ 
	outline: none; 
}
#CarouselNav a.activeSlide 
{
	color:#4B90CD;
	font-weight:bold;
	background: url(../images/carousel/button_active.png) transparent no-repeat ;
}
#CarouselNav a 
{
	text-decoration: none;
	font-weight:bold;
	color:#FFF;
	background: url(../images/carousel/button_inactive.png) transparent no-repeat ;
}
#prev2
{
	position: absolute;
	top: -3px;
	left: 0px;
	width:20px;
	height:20px;
	z-index:7;
	background: url(../images/carousel/left.gif);
	cursor:pointer;
}
#next2
{
	position: absolute;
	top: -3px;
	right: -35px;
	width: 18px;
	height: 20px;
	z-index: 7;
	background: url(../images/carousel/right.gif);
	cursor: pointer;
}