/*
 * @package IA Slider
 * @version 1.0
 * @author InimitableArt http://www.inimitableart.com
 * @copyright Copyright (C) 2009 - 2012 Inimitable Art
 */

.slider-box, .slider, .slider-top, .slider-bottom {
    width:772px;  /* Slider&images width */
}

.slider-box, .slider {
    height:274px;  /* Slider&images height */
}

.PreviewPoints .mini,  .PreviewPoints .pFloat {  /* Thumbs size in Bullets mode */
    width: 131px;
    height: 55px;
}

.PreviewGallery .mini,  .PreviewGallery .pItem { /*Thumbs size in Gallery mode */
    width: 184px;   /* 203x86 with zoom 1.1 */
    height: 78px;
}


.sliderCont {
	margin-top:4px;
	
    height:315px;
    -moz-user-select: none; // mozilla browsers
    -khtml-user-select: none; // webkit browsers
}

.slider-box {
    position:relative;
	margin: 0px auto;
}


.st-left {
    width:30px;
    height: 25px;
    position:absolute;
    background: url(../images/IAslider/slider.png) 0 -40px no-repeat;
}

.st-main {
    height: 25px;
    position:absolute;
    background: url(../images/IAslider/slider.png) 0 -140px repeat-x;
    left:30px;
    right:30px;
}

.st-right {
    width:30px;
    height: 25px;
    position:absolute;
    background: url(../images/IAslider/slider.png) -40px -40px no-repeat;
    right:0;
}

.slider-bottom {
    background: url(../images/IAslider/slider.png) 0 -100px repeat-x;
    height: 33px;
    margin: 0 auto;
    z-index: 25;
    position: relative;;
}

*:first-child+html .slider-bottom {z-index: 15;} /* Ie7*/
*:first-child+html .slider-box {z-index: 25;} /* Ie7*/

.slider {
    position:relative;
	overflow:hidden;
}



.slider > img {
	position:absolute;
	display:block;
	top:0px;
	left:0px;
	display:none;
	z-index:5;
}

.description {
    display: none;
}

.desc {
	position:absolute;
	bottom:0px;
	width:100%;
	z-index:20;
	overflow:hidden;
}

.descLink {
	position:relative;
	z-index:25;
    padding:5px 0;
    background: url(../images/IAslider/black.png) repeat;
}

.ie .descLink {
    background-image: none;
    background-color: #111;
}

/* Blur */

.blured {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
}

.slider > div.blured > .cImg {
	display:block;
	position:relative;

}


.blured img {
  position:absolute;
  top:0px;
  left:0px;
  z-index:10;
  filter: url(blur.svg#gaussian_blur);
  -webkit-filter: blur(5px);
  -webkit-transition: -webkit-filter 1s ease-in-out;
  -webkit-transition-duration: 1s;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: ease;
}

.ie .desc img {
	position:absolute;
	bottom:0px;
	z-index:10;
	margin-left: -5px;
    margin-bottom: 2px;
	filter: progid:DXImageTransform.Microsoft.blur(pixelradius=5);
	zoom: 1;
}

/* ---- */

.descHeading {
    border-left: 4px solid #659eea;
	color:#FFF;
	font-size:20px;
	font-weight:600;
	letter-spacing:1px;
    margin:5px 0 -3px 20px;
    padding:0 0 4px 10px;
    line-height: 1em;
}

.descText {
    border-left: 4px solid #659eea;
	color: #FFFFFF;
    font-family:"DroidSansRegular",arial,sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 2px 15px 5px 20px;
    padding: 0 0 0 10px;
    line-height: 1em

}

.descLink, .descLink:visited, .descLink:active {
	border:none;
	text-decoration:none;
	display:block;
}


.RightArrow, .RightArrowHL {
    background-color: #ccc;
	position:absolute;
	bottom:-33px;
	right:0px;
	width:32px;
	height:33px;
	z-index:50;

}

.LeftArrow, .LeftArrowHL {
    background-color: #ccc;
	position:absolute;
	bottom:-33px;
    left:0px;
	width:32px;
	height:33px;
	z-index:50;

}

.LeftArrowHL .highlight, .RightArrowHL .highlight {
    width:32px;
    height: 33px;
}

.RightArrow {
    background: url(../images/IAslider/slider.png) -40px 0 no-repeat;
    width: 32px;
    height: 33px;
    cursor:pointer;
    z-index:2000;
}

.LeftArrow {
    background: url(../images/IAslider/slider.png) 0 0 no-repeat;
    width: 32px;
    height: 33px;
    cursor:pointer;
    z-index:2000;
}

.Pause {
	background: url(../images/IAslider/pause.png) 0px 0px no-repeat;
	position:absolute;
	top: 175px;
    left: 447px;
	width:27px;
	height:40px;
	z-index:1001;
	cursor:pointer;
}

.Pause.paused {
	background: url(../images/IAslider/pause.png) -28px 0px no-repeat;
}

.preload {
    background-color: #FEFEFE;
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;	
}

.loader {
	background:url(../images/IAslider/preloader.gif);
	width:48px;
	height:35px;
	position:relative;
	margin:auto;
	z-index:8;
	top:162px;
}

.ld {
	background:url(../images/IAslider/preloader.gif);
	width:64px;
	height:42px;
}



.PreviewGallery {
	position:absolute;
	bottom:-165px;
	width:100%;
	z-index:20;
	height:100px;
}

.PreviewGallery .pItems {
	margin:0px auto;
	height:100px;
}

.PreviewGallery .pItem {
	display:block;
	float:left;
	margin:15px;
}

.PreviewGallery .mini {
	border:2px solid #363636;
    -webkit-box-shadow: 0px 0px 6px #262626;
    -moz-box-shadow: 0px 0px 6px #262626;
    box-shadow: 0px 0px 6px #262626;
	cursor:pointer;
	position:relative;
	z-index:5;
	
}

.PreviewGallery .active {
	border:2px solid #659eea;
}

.PointsHL {
    position:absolute;
    bottom:-33px;
    width:auto;
    z-index:50;
    height:33px;
    background-color: #ccc;
}

.PointsHL .highlight {
    width:22px;
    height:33px;
    float:left;
    z-index:100;
    position: relative;
}

.highlight {
    display:block;
    background-color:#659eea;
}

.PreviewPoints {
	position:absolute;
	bottom:-33px;
	width:auto;
	z-index:2000;
	height:33px;
    overflow:visible;
}

.PreviewPoints .points {
	display:block;
	height:33px;
    width:22px;
    background:url(../images/IAslider/slider.png) -75px 0 no-repeat;
    cursor:pointer;
    float:left;
    z-index:1999;
}

.PreviewPoints .mini {
	cursor:pointer;
	position:relative;
	z-index:2000;
    display:inline-block;
    overflow:visible;
}

.PreviewPoints .pFloat {
    overflow:hidden;
    position:relative;
    border: 2px solid #444444;
    -webkit-box-shadow: 0px 0px 6px #040404;
    -moz-box-shadow: 0px 0px 6px #040404;
    box-shadow: 0px 0px 6px #040404;
}

.PreviewPoints .pImages {
    position:relative;
    right:0;
    overflow:visible;
}

.PreviewPoints .pItems {
    padding-left:0;
}

.PreviewPoints .pCont {
    bottom:31px;
    clear:left;
    width:200%;
    display:block;
    position:absolute;
    overflow:visible;
    z-index:2001;
    -moz-user-select: none;
    -khtml-user-select: none;
}


.slider-shadow {
    background: url(../images/IAslider/s-shadow.png) no-repeat;
    width:907px;
    height:142px;
    margin-left:-22px;
    margin-top:-77px;
}

.play {
    cursor:pointer;
    background: url(../images/IAslider/play-new.png) no-repeat;
    width:83px;
    height:83px;
    position: absolute;
    left:418px;
    top:153px;
    z-index: 6;
}

.slider-box span {display: none}
.slider-box iframe {
    display: none;
    position: relative;
    z-index: 2100;
}

