#coda
{
	width:760px;
	height:258px;
	overflow:hidden;
}

.coda_slides
{
	position:relative;
	height:206px;
	overflow:hidden;
}

.slide_container
{
	width:760px;
	height:206px;
	float:left;
}

.slide_image, .slide_text
{
	float:left;
	width:380px;
	height:206px;
	overflow:hidden;
	vertical-align:middle;
}

.slide_text p
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#2a2a2a;
	line-height:20px;
	padding:20px 58px 0 7px;
}

.coda_navigation
{
	width:760px;
	height:52px;
}

.navigation_container
{
	margin:0 auto;
	height:34px;
	text-align:center;
}

.navigation_container ul
{
	margin:0;
	padding:0 20px;
	display:inline-block;
}

.navigation_container li
{
	list-style:none;	
	display: inline;
}

.navigation_container a
{
	display:inline-block;
	width:12px;
	height:34px;	
	background:url(images/btnSlides.jpg) top left no-repeat;
	outline:none;
	margin-right:4px;
}

.navigation_container a.active
{
	background-position:0 -34px;
}

a.btnLeft, a.btnRight
{
	width:27px;
	height:34px;
}
a.btnLeft
{
	background:url(images/btnLeft.jpg) top left no-repeat;
	margin-right:30px;
}

a.btnRight
{
	background:url(images/btnRight.jpg) top left no-repeat;
	margin-left:26px;
}
