﻿/* 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
   ================================================== */
.featured { 
	width: 240px;
	height: 220px;
	background: #fafafa;
	overflow: hidden;
	border: 5px solid #fafafa;
}
	
.featured>img,  
.featured>div,
.featured>a { display: none; }


.captions{
    height: 50px;
    display: block;    
}

.minislider{
    /*float: right; 
    margin: 20px 0 5px 15px;*/
}

.cta + div.clear + .minislider,
.minislider + .minislider{
    margin-top: 5px;    
}

.minislider > .beforeaftersliderBar{
    margin-top: 0;    
}

.side .minislider{
    margin-right: 10px;   
}

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

div.orbit-wrapper {
    position: relative;
    display: block;
    width: 250px;
    margin: 0 auto;
}

div.orbit {
    width: 250px !important;
    height: 153px !important;
    position: relative;
    overflow: hidden;
    display: block; }

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%; }

/* 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 */

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

.orbit-caption {
    display: none;
}
.orbit-wrapper .orbit-caption {
    background: #efefef;
    z-index: 1000;
    color: #333;
	text-align: center;
    font-size: 13px;
    /*width: 250px;*/ 
    margin: 5px 0;
   /* border: 5px solid #fff;*/
}

.orbit-wrapper .orbit-caption a{
    display: block;
    background: #efefef;
    padding: 7px 0;
    color: #333;
    text-decoration: none;
}

.orbit-wrapper .orbit-caption a:hover{
    background: #ccc;
    color: #fff;
}

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

div.slider-nav {
    display: none;
}

.orbit-wrapper:hover div.slider-nav {
    display: block; 
}

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

div.slider-nav span.right {
    background: url(/images/images-template/right-arrow.png);
    right: 0px;
}

div.slider-nav span.left {
    background: url(/images/images-template/left-arrow.png) #FAFAFA;
    left: 0; 
}

.beforeaftersliderBar {
	background-color:#F3F3F3;
	border-top: 1px #E8E8E8 solid;
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid;
	border-left: 1px #E8E8E8 solid;
	padding: 5px 0px 0px 10px;
	margin: 14px 0px 0px 0px;
	width: 100%;
}

.beforeaftersliderBar a, .beforeaftersliderBar a:visited{
	color: #666666;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 5px;
}
 .beforeaftersliderBar a:hover{
	color: #333;
	text-decoration: none;
}