/* Container DIV - automatically generated */
.simply-scroll-container { position: relative; }

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden; }

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	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; }

/* Master button styles - note that left and right 
versions are included although they are not used in this example */

/*.simply-scroll-btn {
	position: absolute;
	background-image: url(../image/btnScrollSubMenu.png);
	width: 30px;
	height: 30px;
	z-index:3;
	cursor: pointer; }

#carroselVideos .simply-scroll-btn {
	position: absolute;
	background-image: url(../image/btnScrollVideos.png);
	width: 30px;
	height: 30px;
	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 { 		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 { 		background-position: 84px -88px; }
*/
	
.simply-scroll-btn-up {
	right: 6px;
	top: 6px;
	background-position:30px -30px }

.simply-scroll-btn-up.disabled { 	background-position: -30px 0 !important; }
.simply-scroll-btn-up:hover { 		background-position: -30px -60px; }
	
.simply-scroll-btn-down {
	right: 6px;
	bottom: 6px;
	background-position: 0 -30px; }

.simply-scroll-btn-down.disabled { 	background-position: 0 0 !important; }
.simply-scroll-btn-down:hover { 	background-position: 0 -60px; }

/* Custom class modifications - adds to / overrides above

Vertical scroller example, with custom base class */

/* Container DIV */
.vert { 
	width: 230px; /* wider than clip for custom button pos. */
	height: 260px;
	margin-bottom: 1.5em; }

#carroselVideos .vert { 
	width: 72px; /* wider than clip for custom button pos. */
	height: 241px;
	margin-bottom:0; margin-top:50px; }

/* Clip DIV */
.vert .simply-scroll-clip {
	width: 230px;
	height: 260px; }

#carroselVideos .vert .simply-scroll-clip {
	width: 72px;
	height: 241px; }

/* Explicitly set height/width of each list item */
/*.vert .simply-scroll-list li {
	width: 255px;
	height: 200px; }*/

/* Modified button positions, overriding previous styles */
.vert .simply-scroll-btn-up { 
	right: 135px;
	top: 270px; }

.vert .simply-scroll-btn-down { 
	right:103px;
	top: 270px; }

#carroselVideos .vert .simply-scroll-btn-up { 
	right: 20px;
	top: -30px; }

#carroselVideos .vert .simply-scroll-btn-down { 
	right:20px;
	top: 241px; }

.slimScrollBar {
	background-image: url(../img/ico-scroll.png) !important;
	border-radius: 0 !important;
	height: 65px !important;
}