﻿/** Stage container **/
.connected-carousels {
	
}
.connected-carousels .stage {
    width: 353px;
    height: 224px;
    float: right;
    position: relative;
    
}
.carousel-stage li img{
	height:224px;
	width: 353px;
}
.connected-carousels .photo-credits {
    position: absolute;
    bottom: 15px;
    right: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.connected-carousels .photo-credits a {
    color: #fff;
}

/** Navigation container **/

.connected-carousels .navigation {
    height: 224px;
	width: 380px;
	position: relative;
    float: right;
}

/** Shared carousel styles **/
.connected-carousels .carousel-navigation {
    height: 215px;
    direction:rtl;
    height: 224px;
    margin-right: 17px;
    /*background: #fff;
    border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
}

.connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.connected-carousels .carousel ul {
    height: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.connected-carousels .carousel-navigation li{ 
    font: normal 83% 'DroidSansArabic', Arial;
	width: 350px;
    height: 41px;
    line-height: 1.8;
    margin: 3px 0 !important;
    text-decoration: none;
    color: rgb(51, 51, 51);
    outline: none;
    padding: 5px !important;
    display: table-cell;
    vertical-align: middle;
    background: rgb(238, 238, 238) url('images/p-item.jpg') repeat-x bottom;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 1px 1px 3px 0px #0e0e0e;
    -webkit-box-shadow: 1px 1px 3px 0px rgb(14, 14, 14);
    box-shadow: 1px 1px 3px 0px rgb(14, 14, 14);
}
.connected-carousels .carousel-navigation li:hover{ 
	background:#f2f2f2; 
}
.connected-carousels .carousel li {
    float: right;
    position: relative;
}

/** Stage carousel specific styles **/

.connected-carousels .carousel-stage {
    height: 224px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    /*border: 10px solid #fff;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/
}

/** Navigation carousel specific styles **/


.connected-carousels .carousel-navigation li {
    cursor: pointer;
    margin-bottom: 5px;
    /*line-height:45px;*/
    }

.connected-carousels .carousel-stage li img {
    -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    -ms-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow:  1px 1px 3px 0px #0e0e0e;
	-webkit-box-shadow: 1px 1px 3px 0px #0e0e0e;
	box-shadow:         1px 1px 3px 0px #0e0e0e;
    -ms-box-shadow:     1px 1px 3px 0px #0e0e0e;
    max-width: 353px;
    display: block;
    /*border: 5px solid #fff;*/
}

.connected-carousels .carousel-navigation li.active {
    background:#fdb614 url('images/p-selected.jpg') repeat-x bottom;
}
.info {
    z-index: 100;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background: rgba(0, 0, 0, .7);
	overflow:auto;
	padding: 2px 4px;
	color: white;
	text-align: right;
	box-sizing: border-box;
    margin-bottom: 0;
   -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.info a {
	color: yellow;
}
.info a:visited {
	color: yellow;
}
.info a:hover {
	color: white;
}


/** Stage carousel controls **/

.connected-carousels .prev-stage,
.connected-carousels .next-stage {
    display: block;
    position: absolute;
    top: 0;
    width: 150px;
    height: 224px;
    color: #fff;
}

.connected-carousels .prev-stage {
    left: 0;
}

.connected-carousels .next-stage {
    right: 0;
}

.connected-carousels .prev-stage.inactive,
.connected-carousels .next-stage.inactive {
    display: none;
}

.connected-carousels .prev-stage span,
.connected-carousels .next-stage span {
    display: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-stage span {
    left: 20px;
}

.connected-carousels .next-stage span {
    right: 20px;
}

.connected-carousels .prev-stage:hover span,
.connected-carousels .next-stage:hover span {
    display: block;
}

/** Navigation carousel controls **/

.connected-carousels .prev-navigation,
.connected-carousels .next-navigation {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 16px/29px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;
}

.connected-carousels .prev-navigation {
    left: -15px;
    top: 22px;
    text-indent: 6px;
}

.connected-carousels .next-navigation {
    right: -15px;
    top: 22px;
    text-indent: 20px;
}

.connected-carousels .prev-navigation.inactive,
.connected-carousels .next-navigation.inactive {
    opacity: .5;
    cursor: default;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: 0;
    left: 15px;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    
    font-size: 11px;
    line-height: 14px;
    min-width: 14px;
    
    background: #fff;
    color: #4E443C;
    border-radius: 14px;
    padding: 3px;
    text-align: center;
    
    margin-right: 2px;
    
    opacity: .75;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
