/*
jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
Copyright (c) 2009 Niall Doherty
This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

.coda-slider, .coda-slider .panel {
width: 520px;
} 

.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel {
width: 540px;
}

#coda-nav {
width: 540px;
position: relative;
}

.coda-nav-left a {
background: url(images/left.png) 0 0;
position: absolute;
width: 52px;
height: 74px;
top: 400px;
left: 30px;
z-index: 500000;
}

.coda-nav-left a:hover {
background: url(images/left.png) 0 -74px;
}

.coda-nav-right a {
background: url(images/right.png) 0 0;
position: absolute;
width: 52px;
height: 74px;
top:400px;
right:45px;
z-index: 500000;
}

.coda-nav-right a:hover {
background: url(images/right.png) 0 -74px;
}

.coda-slider-wrapper {
clear: both;
overflow: auto;
}

.coda-slider {
float: left;
overflow: hidden;
position: relative;
}

.coda-slider .panel {
display: block;
float: left;
}

.coda-slider .panel-container {
position: relative;
}