@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700);
@font-face {
  font-family: 'fontello';
  src: url('http://jol.re/spi2/fonts/fontello.eot?77020282');
  src: url('http://jol.re/spi2/fonts/fontello.eot?77020282#iefix') format('embedded-opentype'),
       url('http://jol.re/spi2/fonts/fontello.woff?77020282') format('woff'),
       url('http://jol.re/spi2/fonts/fontello.ttf?77020282') format('truetype'),
       url('http://jol.re/spi2/fonts/fontello.svg?77020282#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline:none;
}

::selection {
	background: rgb(41, 128, 185);
	color: #fff;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	font-size: 100%;
	font-family: "Open Sans", helvetica, arial, sans-serif;
	color: #404040;
	background-color: white;
}

p {
font-weight: 300;
font-size: 20px;
margin: 1em 0 2em 0;
line-height: 1.375em;

color:white;
}

a {
	color: white;
	text-decoration:none;
	font-family: Open Sans;
}

a:hover {
	color: rgb(0, 77, 134);
}

a img {
border:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Open Sans;
	font-weight: 300;
	margin-bottom: .6em;
}

h1 
{
	font-size: 36px;
}



h2 
{
	color:white;
	font-size: 80px;
}
h3 
{
	color:white;
	font-size: 40px;
}
h4 
{
	color:white;
	font-size: 20px;
}



h5 
{
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

img{
	max-width: 100%;
	margin-bottom: 1em;
}

address {
	font-style: normal;
}

.left{
	float: left;
}

.right{
	float: right;
}

.center{
	margin: auto 0;
}

.justify{
	text-align: justify;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text-center{
	text-align: center;
}

b, strong, .strong {
	font-weight: 700;
}

.btn {
	display: inline-block;
	border-radius: 0.25em;
	padding: 1em 2em;
	font-weight: 700;
	font-size: 13px;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

.date {
	color: #999;
	font-style: italic;
	display: inline-block;
}

.container-inner {
	max-width: 900px;
	width: 90%;
	height: auto;
	margin:0 auto;
	margin-top:40px;
	overflow: hidden;
	margin-bottom:45px;
}

/***********************\
		HEADER
\***********************/

video#bgvid {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background: url(polina.jpg) no-repeat;
background-size: cover;
}

#landscape {
	width: 100%;
	height: auto;
	background-color: rgba(41, 128, 185, 0.5);
	/*
	background-color: rgba(41, 128, 185, 0.75);
	*/
	position: absolute;
	width: 100%;
	height: 100%;
}

#logogo
{
display: block;
margin-left: auto;
margin-right: auto;
margin-top:200px;
}

#dest1, #dest2, #dest3, #dest4
{
margin-top:180px;
margin-left:100px;

}

#play_content {
	width: 535px;
	height: 107px;
	position: absolute;
	top: 50%;
	margin-top: -54px;
	left: 50%;
	margin-left: -267.5px;
	color: white;
	overflow: hidden;
}

#landscape [class^="icon-"], #landscape [class*=" icon-"] {
	width: 67px;
	height: 67px;
	font-size: 43px;
	border-radius: 50%;
	display: inline-block;
}

.icon-play {
	color: white;
	border: 3px solid white;
	margin: 20px;
	float: left
}

#title {
	width: 214px;
	text-align: right;
	text-transform: uppercase;
	color: white;
	float: left;
	font-size: 17px;
	padding: 42px 0;
}

#enter a {
	width: 214px;
	text-align: left;
	text-transform: uppercase;
	color: white;
	float: left;
	font-size: 17px;
	padding: 42px 0;
}

#enter a:hover {
	color: white;
}

#continuer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 21px 0;
	text-align: center;
}

#continuer a {
	text-transform: uppercase;
	color: white;
}

/***********************\
		HEADER
\***********************/

#header {
	width: 100%;
	height: 150px;
	/*background-color: rgb(0, 64, 141);*/
	/*background-color: rgb(16, 64, 90); <- last*/
	background-color: rgba(41, 128, 185, 0.5);
	/*background-color: rgb(41, 128, 185);*/
	position: relative;
}

.header_boats {
	/*background-image: url(images/boats_background.png);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#infos {
	background: white;
	width: 100%;
	min-height: 46px;
	color: #555;
	position: relative;
}

#infos-left {
	float: left;
	margin: 12px 0;
}

#infos-right {
	float: right;
	max-width: 735px;
}

#infos-right input {
	background: url(images/search.png) no-repeat 7px 7px;
	width: 46px;
	height: 46px;
	border: none;
	border-left: 1px solid #ddd;
	padding-left: 45px;
	font-family: Open Sans;
	font-size: 15px;
	font-weight: 300;
	color: #555;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

#infos-right input:focus {
	width: 200px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

/*
#menu {
	width: 920px;
	height: 60px;
	margin: 0 auto;
	padding: 12px 0;
}

#menu li {
	width: 200px;
	display: inline-block;
	float: left;
	padding: 8px 10px;
	margin-right:-10px;
	text-align: center;
}

#menu li.item a:hover {
	color: rgb(41, 128, 185);
	background: white;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

#menu a {
	color: white;
	padding: 3px 8px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

#menu .logo {
	background: url(logo2.png);
	background-size: cover;
	width: 35px;
	height: 35px;
	padding: 0;
}

#menu .logo a {
	width: 35px;
	height: 35px;
	position: absolute;
	margin-left: -10px;
}
*/

#menu {
	width: 920px;
	height:150px;
	position: relative;
	margin: 0 auto;
	padding: 24px 0;
}

#menu li {
	width: 205px;
	display: inline-block;
	float: left;
	padding: 41px 20px;
	text-align: center;
}

#menu a {
	color: white;
	padding: 0px 8px;
}

#menu .logo {
	background: url(photo/logo/logo138x138.png);
	background-size: cover;
	width: 100px;
	height: 100px;
	padding: 0;
}

#menu .logo a {
	width: 100px;
	height: 100px;
	position: absolute;
	margin-left: -50px;
}

#intro {
	width: 900px;
	position: relative;
	text-align: center;
	padding: 78px 0 192px;
	margin: 0 auto;
}

#intro h1 {
	margin-bottom: 9px;
	color: white;
}

.btn {
	text-transform: uppercase;
	padding: 19px 32px;
	background: white;
}

/***********************\
		CONTAINER
\***********************/

#container {
	position: relative;
	padding: 45px 10px 0;
	margin: 0 auto;
}

#container::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 50px;
	background: -webkit-linear-gradient( top , #f4f4f4, white);
	background: linear-gradient(to bottom, #f4f4f4, white);
}

#video-home {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}

#video-home .video {
	max-width: 900px;
}

#video-home p.intro {
	line-height: 1.75em;
}

#thelink {
	/*color: rgb(41, 128, 185);*/
	color: rgba(41, 128, 185, 0.5);
	width: 400px;
	height: 120px;
	text-align: center;
	color: white;
	font-weight: 700;
	padding: 120px 0;
	border-radius: 0.25em;
	cursor: pointer;
	float: left;
	margin-right: 30px;
}

#thevideo {
	width: 400px;
	height: 225px;
	text-align: center;
	color: white;
	font-weight: 700;
	border-radius: 0.25em;
	cursor: pointer;
	float: left;
	margin-right: 30px;
}

#theinfos {
	float: left;
	width: 470px;
	height: auto;
}

#about {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0 0;
	position: relative;
}

#about [class^="icon-"], #about [class*=" icon-"] {
	font-size: 100px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 15px;
	color: white;
}

#about .icon-univ {
	/*background: rgb(41, 128, 185);*/
	background: rgb(16, 64, 90);
}

#about .icon-lieu {
	background: rgb(192, 57, 43);
	/*background: rgb(16, 64, 90);*/
}

#about .icon-eco {
	background: rgb(39, 174, 96);
	/*background: rgb(16, 64, 90);*/
}

#about .icon-ambiance {
	background: rgb(243, 156, 18);
	/*background: rgb(16, 64, 90);*/
}

#about .icon-ticket {
	background: rgb(127, 140, 141);
	/*background: rgb(16, 64, 90);*/
}

#about .icon-aide {
	background: rgb(142, 68, 173);
	/*background: rgb(16, 64, 90);*/
}

#about .row {
	width: 100%;
	overflow: hidden;
	margin: 90px 0;
}

#about .col {
	width: 33.33%;
	float: left;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
}

#participer-home {
	background: rgb(41, 128, 185);
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: -40px;
	color: white;
	text-align: center;
	position: relative;
}

#partenaires-home {
	background:rgba(255, 255, 255, 0.65);
	
	width: 100%;
	height: 100px;
	overflow: hidden;
	padding-bottom: 50px;
	text-align: center;
	
	position: fixed;
	bottom:0px;
	right:0px;
	z-index:1;
	/* margin-top:-20px;*/
}

#partenaires {
	
	background: white;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	
	position:fixed;
	z-index:1;
}

.partenaire-box {
	
	webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	background: white;
	width: 70px;
	height: 70px;
	padding: 0px;
	margin: 0 10px 20px;
	display: inline-block;
}

.partenaire-box:hover {
	webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	background-color: white;
}

.partenaire-box img {
	width: 80px;
	height: 80px;
	margin: 0;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.partenaire-box:hover img {
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}


#articles-home {
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	padding: 45px 0;
	position: relative;
}

#articles-home article:first-child, #articles-home article {
	width: 33.33%;
}

#articles-home article {
	border-bottom: none;
}

#articles {
	width: 920px;
	height: auto;
	overflow: hidden;
	padding: 45px 0;
	position: relative;
	margin: 0 auto;
}

article {
	width: 33.333%;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	float: left;
	padding: 0 10px;
}

article:first-child {
	width: 66.666%;
}

article .cover-img {
	min-width: 100%;
}

article .details {
	color: #bbb;
}

article h2.title {
	font-size: 28px;
}

article .content {
	color: #555;
}

#sidebar {
	width: 34%;
	float: right;
	overflow: hidden;
}

/*******************
		FOOTER 		
********************/

#cd-google-map {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	color: white;
	margin-bottom: 200px;
	margin-top:80px;
}

#cd-google-map address {
	background-color: rgb(16, 64, 90);
	position: relative;
	padding: 1em 1em 1.5em;
	float: left;
	margin-top: 20px;
}

#cd-google-map address p:last-child {
	margin-bottom: 0;
}

#cd-google-map a {
	color: white;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

#cd-google-map a:hover {
	color: rgb(16, 64, 90);
	background: white;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

#cd-zoom-in, #cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin: 10px;
  background-color: rgb(16, 64, 90);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("http://jol.re/spi2/images/cd-icon-controller.svg");
}

#cd-zoom-in {
	background-position: 50% 0;
}

#cd-zoom-out {
	background-position: 50% -32px;
}

#google-container {
	width: 100%;
	height: 400px;
	position: absolute;
}

#footer-bottom {
	/*background: rgb(41, 128, 185);*/
	background-color: rgba(41, 128, 185, 0.5);
	/*background-color: rgb(16, 64, 90); <- last*/
	width: 100%;
	height: 200px;
	padding: 0px 0 0px;
	position: relative;
	overflow: hidden;
	padding-bottom:-210px;
}

#footer-left, #footer-right {
	width: 50%;
	float: left;
	text-align: right;
}

#logo-bottom {
	width: 100%;
	float: left;
	display: block;
}

#footer-bottom .logo {
	background: url(photo/logo/logo560x138.png);
	background-size: cover;
	width: 560px;
	height: 138px;
	padding: 0;
	float: left;
}

#footer-bottom .spidauphine {
	height: 68px;
	float: left;
	padding: 22px 0 0 10px;
	margin-bottom: 0;
}

#footer-bottom a {
	color: white;
}

#footer-bottom ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#footer-bottom ul li {
	display: inline-block;
	padding: 10px 0;
	margin-top: 25px;
}

#footer-bottom ul li a {
	padding: 10px;
	margin: 0 5px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

#footer-bottom ul li a:hover {
	background-color: white;
	/*color: rgb(41, 128, 185);*/
	color: rgba(41, 128, 185, 0.5);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

#copy {
	float: left;
	/* color: rgb(67, 154, 211); */
	color: rgba(41, 128, 185, 0.5);
	display: block;
	padding: 0 0 0 110px;
	margin-top: -40px;
	text-align: left;
}

#copy a {
	color: rgb(67, 154, 211);
}

/*******************
		ICONS 		
********************/

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}
 
.icon-menu:before { content: '\e800'; } /* '' */
.icon-lieu:before { content: '\e801'; } /* '' */
.icon-aide:before { content: '\e802'; } /* '' */
.icon-eco:before { content: '\e803'; } /* '' */
.icon-ticket:before { content: '\e804'; } /* '' */
.icon-univ:before { content: '\e805'; } /* '' */
.icon-search:before { content: '\e806'; } /* '' */
.icon-play:before { content: '\e807'; margin-left: .25em; margin-right: .15em; } /* '' */
.icon-ambiance:before { content: '\e808'; } /* '' */

/***************************
		RESPONSIVE			
****************************/

@media (max-width: 1045px) {
	#infos-left {
		display: none;
	}
}

@media (max-width: 1000px) {
	#thelink, #thevideo, #theinfos {
		max-width: 100%;
		margin: 0 auto;
		float: none;
		text-align: center;
	}
	#footer-left, #footer-right {
		width: 100%;
		text-align: center;
	}
	#footer-bottom ul li {
		margin-top: 0;
	}
	#logo-bottom {
		width: 310px;
		margin: 0 auto;
		float: none;
		height: 100px;
	}
	#copy {
		margin: 0 auto;
		padding: 0;
		width: 310px;
		float: none;
		text-align: center;
	}
}

@media (min-width: 920px) {
	#menu-mobile {
		display: none;
	}
}

@media (max-width: 920px) {
	.container-inner {
		width: 100%;
		height: auto;
		padding: 0 20px;
	}

	#menu {
		width: 100%;
		height: auto;
		padding: 20px;
	}
	#infos .container-inner {
		padding: 0;
	}
	#infos-right input {
		border-left: none;
	}
	#intro {
		width: 100%;
		padding: 64px 20px 128px;
	}
	#menu li.item {
		display: none;
	}
	#menu li.logo {
		margin: 0 auto;
	
		float: none;
		display: inherit;
	
}
	#menu-mobile {
		width: 46px;
		height: 46px;
		float: left;
		display: block;
		cursor: pointer;
}
	#menu-mobile:after {
		content: '';
		position: absolute;
		display: block;
		width: 1rem;
		height: 0;
		top: 7px;
		left: 16px;
		-moz-box-shadow: 0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888;
		-webkit-box-shadow: 0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888;
		box-shadow: 0 10px 0 1px #888,0 16px 0 1px #888,0 22px 0 1px #888;
	}
	#menu-mobile select {
		position: absolute;
		left: 0;
		top: 0px;
		height: 46px;
		width: 46px;
		background: none;
		cursor: pointer;
	}
}

@media (max-width: 850px) {
	#about .col {
		width: 100%;
	}

	#articles-home {
		width: 100%;
	}

	#articles, #sidebar {
		width: 90%
	}
	#articles-home article, article {
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #eee
	}

}

@media (max-width: 540px) {
	#intro h1 {
		font-size: 20px;
	}
}

@media (max-width: 500px) {
	#footer-right, .spidauphine {
		display: none;
	}
	#logo-bottom {
		width: 100px;
	}
	#cd-google-map {
		height: 238px;
		margin-bottom: 0;
	}
	#cd-google-map address {
		margin: 0;
		width: 100%;
		background: #eee;
		color: black;
		position: absolute;
		left: 0;
	
		border-top: 1px solid #ddd;
}
	#cd-google-map address a {
		color: black;
	}
}

#reseauxsociaux-home {
	overflow: hidden;
	margin-top:20px;
	margin-right:20px;
	width: 5%;
	text-align: right;
	
	position: fixed;
	top:0px;
	right:0px;
	z-index:1;
	/* margin-top:-20px;*/
}

#car-home {
	
	margin-top:20px;
	
	width: 10%;
	height: 40px;
	overflow: hidden;
	text-align: center;
	
	position: fixed;
	top:0px;
	left:0px;
	z-index:1;
	/* margin-top:-20px;*/
}

/*
 * simplyScroll 2 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 *
 * Copyright (c) 2009-2012 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT and GPL licenses.
 *
 * Last revised: 31/01/2012
 *
 */

/* Default/Master classes 

Example markup format (for horizontal scroller)
Note all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
	<div class="simply-scroll-btn simply-scroll-btn-left"></div>
	<div class="simply-scroll-btn simply-scroll-btn-right"></div>
	<div class="simply-scroll-clip">
		<ul class="simply-scroll-list">
			<li>...</li>
			...
		</ul>
	</div>
</div>


*/

.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

	.simply-scroll-clip { /* Clip DIV - automatically generated */
		position: relative;
		overflow: hidden;
	}

	.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.simply-scroll-list li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	
		.simply-scroll-list li img {
			border: none;
			display: block;
		}
	
	.simply-scroll-btn {
		position: absolute;
		background-image: url(buttons.png);
		width: 42px;
		height: 44px;
		z-index:3;
		cursor: pointer;
	}
	
	.simply-scroll-btn-left {
		left: 6px;
		bottom: 6px;
		background-position: 0 -44px;
	}
	.simply-scroll-btn-left.disabled {
		background-position: 0 0 !important;
	}
	.simply-scroll-btn-left:hover, .simply-scroll-btn-left:focus {
		background-position: 0 -88px;
	}
	
	.simply-scroll-btn-right {
		right: 6px;
		bottom: 6px;
		background-position: -84px -44px;
	}
	.simply-scroll-btn-right.disabled {
		background-position: -84px 0 !important;
	}
	.simply-scroll-btn-right:hover, .simply-scroll-btn-right:focus {
		background-position: -84px -88px;
	}
	
	.simply-scroll-btn-up {
		right: 6px;
		top: 6px;
		background-position: -126px -44px;
	}
	.simply-scroll-btn-up.disabled {
		background-position: -126px 0 !important;
	}
	.simply-scroll-btn-up:hover, .simply-scroll-btn-up:focus {
		background-position: -126px -88px;
	}
	
	.simply-scroll-btn-down {
		right: 6px;
		bottom: 6px;
		background-position: -42px -44px;
	}
	.simply-scroll-btn-down.disabled {
		background-position: -42px 0 !important;
	}
	.simply-scroll-btn-down:hover, .simply-scroll-btn-down:focus {
		background-position: -42px -88px;
	}
	
	.simply-scroll-btn-pause {
		right: 6px;
		bottom: 6px;
		background-position: -168px -44px;
	}
	.simply-scroll-btn-pause:hover, .simply-scroll-btn-pause:focus {
		background-position: -168px -88px;
	}
	
	.simply-scroll-btn-pause.active {
		background-position: -84px -44px;
	}
	.simply-scroll-btn-pause.active:hover, .simply-scroll-btn-pause.active:focus {
		background-position: -84px -88px;
	}

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	/* width: 576px; */
	width: 100%;
	height: 200px;
	margin-bottom: 1em;
}

	.simply-scroll .simply-scroll-clip {
		/* width: 576px; */
		width: 100%;
		height: 200px;
	}
	
		.simply-scroll .simply-scroll-list {}
		
		.simply-scroll .simply-scroll-list li {
			float: left;
			/* width: 290px; */
			width: 150px;
			height: 200px;
		}
		.simply-scroll .simply-scroll-list li img {}
	
	.simply-scroll .simply-scroll-btn {}
	
	.simply-scroll .simply-scroll-btn-left {}
	.simply-scroll .simply-scroll-btn-left.disabled {}
	.simply-scroll .simply-scroll-btn-left:hover {}
	
	.simply-scroll .simply-scroll-btn-right {}
	.simply-scroll .simply-scroll-btn-right.disabled {}
	.simply-scroll .simply-scroll-btn-right:hover {}
	
	.simply-scroll .simply-scroll-btn-up {}
	.simply-scroll .simply-scroll-btn-up.disabled {}
	.simply-scroll .simply-scroll-btn-up:hover {}
	
	.simply-scroll .simply-scroll-btn-down {}
	.simply-scroll .simply-scroll-btn-down.disabled {}
	.simply-scroll .simply-scroll-btn-down:hover {}
	


/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
	width: 340px;
	height: 400px;
	margin-bottom: 1.5em;
}

	.vert .simply-scroll-clip {
		width: 290px;
		height: 400px;
	}
	
		.vert .simply-scroll-list {}
		
		.vert .simply-scroll-list li {
			width: 290px;
			height: 200px;
		}
		.vert .simply-scroll-list li img {}
	
	.vert .simply-scroll-btn {}

	.vert .simply-scroll-btn-up { /* modified btn pos */
		right: 0;
		top: 0;
	}
	.vert .simply-scroll-btn-up.disabled {}
	.vert .simply-scroll-btn-up:hover {}
	
	.vert .simply-scroll-btn-down { /* modified btn pos */
		right: 0;
		top: 52px;
	}
	.vert .simply-scroll-btn-down.disabled {}
	.vert .simply-scroll-btn-down:hover {}
	
	/* NOTE left-right classes wouldn't be needed on vertical scroller */

