/* http://jqueryfordesigners.com/demo/coda-slider.html */

#slider {
    width: 420px;
    margin: 0 auto 0;
    padding: 20px 0 0 0;
    position: relative;
}

.scroll {
    height: 500px;
    width: 420px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    
}


.scrollContainer div.panel {
    /*padding: 3px;*/
    height: 500px;
    width: 420px;
    background: #fffff1;
}

ul.navigation {
    list-style: none;
    margin: 15px 0 0 22px;
    padding: 10px 0;
}

ul.navigation li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    color: #ccc;
}

ul.navigation a {
    padding: 0 4px 0 4px;
    margin: 0;
    color: #ddddd0;
    font-size: 10px;
    text-decoration: none; 
    /*border: 1px solid #808080;*/
}

ul.navigation a:hover {
    color: #4347FB;
}

ul.navigation a.selected {
    color: #4347FB; 
    font-size: 12px;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 540px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -7px;
}

.scrollButtons.right {
    right: -10px;
}

.hide {
    display: none;
}

/* 																SLIDER CONTENT STYLING */

.slider-skinny {
	width: 300px;
	padding: 0;
	margin: 35px auto 0;
	color: #1a1a1a;
	font-size: 1.6em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0;
	font-family: 'courier new', Helvetica, sans-serif;
	text-transform: none;
	text-align: left;	
}

.slider-very-skinny {
	width: 180px;
}

.slider-less-skinny {
	width: 300px;
	padding: 0;
	margin: 15px 0 0 80px;
	color: #1a1a1a;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0;
	font-family: 'courier new', Helvetica, sans-serif;
	text-transform: none;
	text-align: left;	
}

.slider-main-title {
	margin: 30px 0 5px 80px;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 2.8em;
	font-weight: bold;
}

.slider-main-title-centred {
	text-align: center;
}

.art-info-slider h2 {
	color: #1A1D96;
	font-size: 1.2em;
	margin: 0 25px 0 35px;
}

.art-info-slider h4 {
	color: #202020;
	margin: 0 0 0 35px;
}

p.page-number {
	position: absolute;
    top: 465px;
    left: 197px;
    color: #1a1a1a;
	font-size: 1.4em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 0;
	font-family: georgia, 'courier new', Helvetica, sans-serif;
	text-transform: none;
}
