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

#slider {
    width: 450px;
    margin: 100px auto 0;
    position: relative;
}

.scroll {
    height: 230px;
    width: 450px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #EDEBE7; 
}

.scrollContainer div.panel {
    padding: 0;
    margin: 0;
    height: 230px;
    width: 451px;
}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 5px 0 0 25px;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 0px;
}

ul.navigation a {
    padding: 8px 21px 4px 8px;
    color: #E62B86;
    font-family: georgia, serif;
    font-size: 16px;
    text-decoration: none;
    background: url(images/reason-bg-off.gif) no-repeat 0 0;
}

ul.navigation a#adjust-circle-bg {	
    padding-left: 2px;
}

ul.navigation a:hover {
    background: url(images/reason-bg-on.gif) no-repeat 0 0;
}

ul.navigation a.selected {
    background: url(images/reason-bg-on.gif) no-repeat 0 0;
}

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

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

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

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

.hide {
    display: none;
}

div#reason-01 {	
    background: url(images/reason-01.jpg) no-repeat 0 0;
}
div#reason-02 {	
    background: url(images/reason-02.jpg) no-repeat 0 0;
}
div#reason-03 {	
    background: url(images/reason-03.jpg) no-repeat 0 0;
}
div#reason-04 {	
    background: url(images/reason-04.jpg) no-repeat 0 0;
}
div#reason-05 {	
    background: url(images/reason-05.jpg) no-repeat 0 0;
}
div#reason-06 {	
    background: url(images/reason-06.jpg) no-repeat 0 0;
}
div#reason-07 {	
    background: url(images/reason-07.jpg) no-repeat 0 0;
}
div#reason-08 {	
    background: url(images/reason-08.jpg) no-repeat 0 0;
}
div#reason-09 {	
    background: url(images/reason-09.jpg) no-repeat 0 0;
}
div#reason-10 {	
    background: url(images/reason-10.jpg) no-repeat 0 0;
}


div.text-style-01 {
	float: left;
	width: 180px;
}

div.text-style-02 {
	float: right;
	width: 225px;
}
div.text-style-03 {
	float: right;
	width: 240px;
}

div.text-style-04 {
	float: right;
	width: 180px;
}
div.text-style-05 {
	float: left;
	width: 220px;
}

div.font-style-01 {
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
}
div.font-style-02 {
	font-size: 12px;
	line-height: 1.4em;
	text-align: justify;
}

div.gaps-style-01 p {
	margin: 10px;
}

div.gaps-style-02 blockquote {
	margin: 30px 10px 0 0;
} 
div.gaps-style-03  {
	margin: 40px 10px 10px 10px;
}
p.gaps-style-04  {
	margin-bottom: 5px;
}

div.gaps-style-05 p {
	margin: 40px 40px 0 0;
}
