/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */





/* CONTAINER
   ================================================== */

div.orbit-wrapper {
float:left;
    width: 777px;
    height: 417px;
    position: relative; 
	z-index:9999;
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    /*overflow: hidden */
}

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }
	
.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.orbit .banner-home-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 777px;
    height: 417px;
	overflow:hidden
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001;
	display:none;
	}

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(/img/orbit/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(/img/orbit/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(/img/orbit/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none }

.orbit-wrapper .orbit-caption {
    width: 17em;
    background: #fff;
    z-index: 1000;
    color: #fff;
    padding:1.2em 1.2em 2em 1.2em;
    font-size:1.2em;
    position: absolute;
    left: 0em;
    bottom: 2.8em;
    text-align: left;
line-height:1.6em;

}
.orbit-wrapper .orbit-caption strong { color:#333; font-size:2em; letter-spacing:-.02em; font-family:'DINLight'; font-weight:normal }
.orbit-wrapper .orbit-caption span { color:#999; font-family:'DINLight'; display:block; font-size:1.4em; }



/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 25px;
    height: 33px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    bottom: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background:#fff url(/img/orbit/right-arrow.png);
    right: 0; }

div.slider-nav span.left {
    background:#fff url(/img/orbit/left-arrow.png);
    left: 0;}


/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: 1em;
    left: 1em;
width:700px;
    padding: 0; }

.orbit-bullets li {
    float: left;
    cursor: pointer;
    color: #999;
margin:0 0 0 .5em;
    text-indent: -9999px;
    background:#000;
    width: 1em;
    height: 1em;
    overflow: hidden;}

.orbit-bullets li.active {
    color: #222;
    background:#fff;
 }
    





.carrusel .gen-thm {  width:720px; position:absolute; overflow:hidden; left:2.4em; height:8.9em; bottom:-12.2em;}
.carrusel .gen-thm ul { width:9999em; position:absolute; left:0; top:0; height:auto}
.carrusel .gen-thm li.has-thumb {float:left; width: 135px; margin:0 1em 1em 0; height: 90px;  opacity:.5}
.carrusel .gen-thm li:hover,
.carrusel .gen-thm li.active {  opacity:1 }

.orbit-thumbs-left { background:#fff url(/img/ico.flecha-izq.gif) center center no-repeat; width:2em; height:2em; display:block; position:absolute; bottom:-8em; left:0; z-index:99999999; cursor:pointer}
.orbit-thumbs-right { background:#fff url(/img/ico.flecha-dcha.gif) center center no-repeat; width:2em; height:2em; display:block; position:absolute; bottom:-8em; right:0; z-index:99999999; cursor:pointer}


/*seccion marcas*/
.extra-2 div.orbit-wrapper { width:380px; height:380px;}
.extra-2 .banner-home-item { width:360px; height:360px;}

.extra-2 div.slider-nav span { bottom:-4em}
.extra-2 .orbit-wrapper .orbit-caption { bottom:-3em; background:none; text-align:center; color:#999; padding:0; left:50%; margin:0 0 0 -10em; width:20em}

/*seccion productos detalle*/
.extra-3 div.orbit-wrapper { width:593px; height:558px;}
.extra-3 .banner-home-item { width:573px; height:545px;}

.extra-3 div.slider-nav span.left { left:-2.4em;}
.extra-3 div.slider-nav span.right { right:-2.4em;}

.extra-3 .content { background:#fff; overflow:hidden; width:593px; height:558px;}


/*seccion showroom*/
.showroom { width:100%}
.showroom div.orbit-wrapper { width:960px; height:530px; padding-bottom:10em}

.showroom .orbit-thumbs-left,
.showroom .orbit-thumbs-right { bottom:3.8em;}

.showroom .orbit-thumbs { position:absolute; bottom:0; left:4.5em; width:860px}
