﻿/* Basic jQuery Slider essential styles */

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}
li.bjqs-slide {
    display: none;
    position: absolute;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

ol.bjqs-markers {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
ol.bjqs-markers li {
    float: left;
}

p.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}

/* demo styles */

ul.bjqs-controls li a {
    display: block;
    padding: 5px 10px;
    position: absolute;
    background: #fff;
    color: #fd0100;
    text-decoration: none;
    text-transform: uppercase;
}

a.bjqs-prev {
    left: 0;
}

a.bjqs-next {
    right: 0;
}

p.bjqs-caption {
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
}

ol.bjqs-markers {
    position: absolute;
    bottom: -50px;
}

ol.bjqs-markers li {
    float: left;
    margin: 0 3px;
}

ol.bjqs-markers li a {
    display: block;
    height: 8px;
    width: 8px;
    border: 2px solid #fff;
    overflow: hidden;
    text-indent: -9999px;
    background: #000;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
}

ol.bjqs-markers li.active-marker a {
    background: #fd0100; /*default red*/
}


/* CUSTOMIZATION 
-----------------------------------------------------------*/

ol.bjqs-markers li.active-marker a {
    background: #1F497D;
}

#my-slideshowWrapper {
    margin: auto auto;
    width: 980px;
}

#my-slideshow {
    background: url("../Content/images/transparent-background.png") repeat scroll 0 0 transparent;
    position: absolute;
    top: 480px;
	border-top: 2px solid #666;
}

.slideshow-quote, .slideshow-name {
    display: inline-block;
    color: #fff;
    line-height: 1.5em;
    font-size: 8pt;
	font-weight: bold;
    margin: auto auto;
    padding: 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.slideshow-quote {
    padding-bottom: 0;
	font-style: italic;
}

.slideshow-name {
    color: #fff;
    font-weight: bold;
    padding-top: 0;
}

.slideshow-quote-double, .slideshow-name-double {
    display: inline-block;
    color: #fff;
    line-height: 1.5em;
    font-size: 8pt;
	font-weight: bold;
    margin: auto auto;
    padding: 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.slideshow-quote-double {
    padding: 0;
	padding-top: 10px;
	padding-left: 10px;
	font-style: italic;
}

.slideshow-name-double {
	color: #fff;
    font-weight: bold;
    padding: 0;
	padding-top: 10px;
}

ol.bjqs-markers {
    position: absolute;
    bottom: 7px;
    right: 3px;
}


#promo-slideshow ul.bjqs-controls li a {
    background: none;
    height: 41px;
}

.icon-chevron-left {
    background: url("../Content/images/arrow-left.png") no-repeat top;
    height: 41px;
    width: 30px;
    position: absolute;	
	left: 149px;
}

.icon-chevron-right {
    background: url("../Content/images/arrow-right.png") no-repeat top;
    height: 41px;
    width: 30px;
   	position: absolute;
	right: 150px;
}


/* CUSTOMIZATION - s3slider
-----------------------------------------------------------*/
 
span.slider-banner {
    position: absolute; /* important */
    left: 806px;
    font: 20px 'Open Sans',sans-serif;   
	line-height: 30px;
	padding: 15px;
    width: 373px;
    background-color: #1F497D;
	filter: alpha(opacity=85); /* here you can set the opacity of box with text */
    -moz-opacity: 0.85; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.85; /* here you can set the opacity of box with text */
    opacity: 0.85; /* here you can set the opacity of box with text */
    color: #fff;
    display: none; /* important */
	z-index: 1;
	text-align: center;
    top: 25px;
}

span.slider-banner-rooms {
    left: 802px;
}

span.slider-banner a {
	color: #fff;
	text-decoration: none;
}

span.slider-banner a:hover {
	text-decoration: underline;
}