/*
 * Name: style.css
 * Version: 0.1
 * Author: Jovan Stojanovic - TechTalks.Tv
 *
 * NOTE: please if you modify some part of this document add ["New"] styles in proper section. Thanks
 * 
 * DOCUMENT STRUCTURE:
 * 
 * 1.  CAROUSEL GALLERY
 * 2.  
 * 
*/


/* 1. Carousel Gallery
 ****************************************/
.jcarousel-skin-tango .jcarousel-container {
    
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 560px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  560px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/* Horizontal Buttons */
 .jcarousel-skin-tango {
     clear:both;
 }

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: -35px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url('../img/next-horizontal.png') no-repeat -40px 0px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url('../img/prev-horizontal.png');
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -79px 0px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -118px 0px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: -35px;
    right: 35px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url('../img/prev-horizontal.png') no-repeat -39px 0px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url('../img/next-horizontal.png');
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -78px 0px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -117px 0px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0px 0px;
}






/* Slideshow only Ad Gallery
 *************************************/
.ad-gallery {
  width: 600px;
}

.ad-gallery {
  margin: 0px auto;
  padding: 0px;
}

.ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.ad-gallery .ad-image-wrapper .ad-loader {
    position: absolute;
    z-index: 10;
    top: 48%;
    left: 48%;
}

.ad-gallery .ad-image-wrapper .ad-next {
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100;
}

.ad-gallery .ad-image-wrapper .ad-prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
    height: 100%;
    cursor: pointer;
    display: block;
    z-index: 100;
}

.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
    /* Or else IE will hide it */
    background: url('../img/non-existing.jpg')\9
}

.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image,
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url('../img/ad_prev.png') no-repeat;
    width: 30px;
    height: 68px;
    display: none;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 101;
}

.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
    background: url('../img/ad_next.png') no-repeat;
    width: 30px;
    height: 68px;
    right: 0;
    left: auto;
}

.ad-gallery .ad-image-wrapper .ad-image {
    position: absolute;
    overflow: hidden;
     top: 0;
    left: 0;
    z-index: 9;
}

.ad-gallery .ad-image-wrapper .ad-image a img {
    border: 0;
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 7px;
    text-align: left;
    width: 100%;
    z-index: 2;
    background: url('../img/opa75.png');
    color: #000;
}
      
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='../img/opa75.png');
}

.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
    display: block;
}

.ad-controls {
    color:#999;
    font-size:12px;
    float:left;
    width:100%;
}

.ad-gallery .ad-info {
    float: left;
    padding:0px 0px 0px 5px;
    margin:0px;
}

.ad-gallery .ad-slideshow-controls {
    float: right;
    padding:0px 5px 0px 0px;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-start,
.ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
    padding-left: 5px;
    cursor: pointer;
}

.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
    padding-left: 5px;
    font-size: 0.9em;
}

.ad-gallery .ad-slideshow-running .ad-slideshow-start {
    cursor: default;
    font-style: italic;
}

.ad-gallery .ad-nav {
    width: 99%;
    position: relative;
    padding:5px;
    background:#000;
    top:14px;
}

.ad-gallery .ad-forward, .ad-gallery .ad-back {
    position: absolute;
    top: 16px;
    height: 100%;
    z-index: 10;
}

/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward,
.ad-gallery .ad-back {
    height: 100px;
}

.ad-gallery .ad-back {
    cursor: pointer;
    left: -30px;
    width: 16px;
    display: block;
    background: url('../img/ad_scroll_back.png') 0px 33px no-repeat;
}

.ad-gallery .ad-forward {
    cursor: pointer;
    display: block;
    right: -30px;
    width: 16px;
    background: url('../img/ad_scroll_forward.png') 0px 33px no-repeat;
}

.ad-gallery .ad-nav .ad-thumbs {
    overflow: hidden;
    width: 100%;
    margin:0px;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
    float: left;
    width: 9000px;
    list-style: none;
    margin:0px 0px;
    padding:0px;
}

.ad-gallery .ad-thumbs li {
    float: left;
    padding-right: 5px;
}

.ad-gallery .ad-thumbs li a {
    display: block;
}

.ad-gallery .ad-thumbs li a img {
    border: 3px solid #CCC;
    display: block;
    width:139px;
}

.ad-gallery .ad-thumbs li a.ad-active img {
    border: 3px solid #616161;
}

/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
    position: absolute;
    left: -9000px;
    top: -9000px;
}

/* smallipop css */
.smallipopHint { display: none; }

#smallipop { 
    position: absolute; 
    display: none; 
    top: 0; 
    left: 0; 
    background-color: #314b64; 
    border: 1px solid #0f161e; 
    color: #d2dfe7; 
    z-index: 9999; 
    max-width: 190px;
}

#smallipop .sipContent { 
    padding: 10px;
}

#smallipop .sipArrow, 
#smallipop .sipArrowBorder { 
    position: absolute;
    left: 50%;
    height: 0;
    width: 0;
}

#smallipop .sipArrow { 
    bottom: -20px;
    margin-left: -10px;
    border: 10px solid transparent;
}

#smallipop .sipArrowBorder {
    bottom: -24px;
    margin-left: -12px;
    border: 12px solid transparent;
}

#smallipop.sipAlignLeft .sipArrow {
    margin-left: 0;
    left: auto;
    right: 20px;
}

#smallipop.sipAlignLeft .sipArrowBorder {
    margin-left: 0;
    left: auto;
    right: 18px;
}

#smallipop.sipAlignRight .sipArrow {
    margin-left:0;
    left:20px;
    right: auto;
}

#smallipop.sipAlignRight .sipArrowBorder {
    margin-left:0;
    left:18px;
    right: auto;
}

#smallipop.sipAlignBottom .sipArrow {
    bottom: auto;
    top: -20px;
}

#smallipop.sipAlignBottom .sipArrowBorder {
    bottom: auto;
    top: -24px;
}

#smallipop.sipPositionedLeft .sipArrow,
#smallipop.sipPositionedLeft .sipArrowBorder {
    right: -16px;
    left: auto;
    top: 50%;
    bottom: auto;
    border-width: 8px;
    margin: -8px 0 0;
}

#smallipop.sipPositionedLeft .sipArrowBorder {
    right: -20px;
    border-width: 10px;
    margin: -10px 0 0;
}

#smallipop.sipPositionedRight .sipArrow,
#smallipop.sipPositionedRight .sipArrowBorder {
    left: -16px;
    right: auto;
    top: 50%;
    bottom: auto;
    border-width: 8px;
    margin: -8px 0 0;
}

#smallipop.sipPositionedRight .sipArrowBorder {
    left: -20px;
    border-width: 10px;
    margin: -10px 0 0;
}

/* black theme */
#smallipop.black {
    background-color: #1C2226;
    border-color: #111;
    text-shadow: 0 -1px 1px #111111;
    color: #f5f5f5;
    font-size:12px;
}

#smallipop.black a {
    color: #eef8ff;
    text-shadow: 0 -1px 1px #111111;
}

#smallipop.black .sipContent {
    border-top: 1px solid #FFCC00;
}

#smallipop.black .sipArrow {
    border-color: #1C2226 transparent transparent transparent;
}

#smallipop.black .sipArrowBorder {
    border-color: #111 transparent transparent transparent;
}

#smallipop.black.sipAlignBottom .sipArrow {
    border-color: transparent transparent #222 transparent;
}

#smallipop.black.sipAlignBottom .sipArrowBorder {
    border-color: transparent transparent #111 transparent;
}

#smallipop.black.sipPositionedLeft .sipArrow {
    border-color: transparent transparent transparent #222;
}

#smallipop.black.sipPositionedLeft .sipArrowBorder {
    border-color: transparent transparent transparent #111;
}
#smallipop.black.sipPositionedRight .sipArrow {
    border-color: transparent #222 transparent transparent;
}

#smallipop.black.sipPositionedRight .sipArrowBorder {
    border-color: transparent #111 transparent transparent;
}

.boxshadow.rgba #smallipop.black {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.borderradius #smallipop.black .sipContent {
    font-size:12px;
    line-height:19px;
    font-weight: lighter;
    text-shadow: 0px 0px 0px #000;
}