﻿/*
Item Name: jQuery Carousel Evolution
Author: Mapalla
Author URI: http://codecanyon.net/user/Mapalla
Version: 1.0
*/

/* _______________________________________________ */

/* CONTAINER */
/* _______________________________________________ */

.carousel
{
	position :relative ;
	margin :0 auto;
	width :1200px;
	height :auto;
	border :none;
	overflow : visible ;
}

/* _______________________________________________ */

/* SLIDES */
/* _______________________________________________ */

/* slide container */
.carousel .slides
{
	margin :0 auto;
	padding :0;
	border :none;
	list-style :none;
	position :relative ;
	overflow :visible ;
}

/* slide item */
.carousel .slides .slideItem 
{
	position :absolute ;
	cursor :pointer ;
	overflow : hidden;
	padding :0;
	margin :0;
	border :none;
}

.carousel .slides .slideItem a
{
	display: block ;
	text-decoration :none;
	margin :0;
	padding :0;
	border :none;
	outline :none;
}

.carousel .slides .slideItem img
{
	margin :0;
	padding :0;
	border :none;
	width :100%;
	height :100%;
}

/* _______________________________________________ */

/* DIRECTION BUTTON */
/* _______________________________________________ */

/*
.carousel .nextButton
{
	position :absolute ;
	right :10px;
	top :133px;
	width :35px;
	height :35px;
	background : url("../images/next_button.png") no-repeat center;
	cursor :pointer ;
	z-index :9999;
}

.carousel .prevButton
{
	position :absolute ;
	left :10px;
	top :133px;
	width :35px;
	height: 35px;		
	background : url("../images/prev_button.png");
	cursor :pointer ;
	z-index :9999;
}
*/

/* _______________________________________________ */

/* NAVIGATION BUTTON */
/* _______________________________________________ */

/* buttons container */
.carousel .buttonNav
{
	position : relative ;
	margin :0 auto;
	z-index :999;
}

/* numbers */
.carousel .buttonNav .numbers 
{
	position :relative ;
	float :left ;
	margin :5px;
	color : #828282 ;
	cursor :pointer ;
	font-weight :bold ;
	text-decoration :none;
	font-size :1em;
	font-family :Arial, Verdana ;
}

.carousel .buttonNav .numbers:hover
{
	color: #000;
	text-decoration :underline;
}

.carousel .buttonNav .numberActive
{
	background : none;
	color :#000;
	cursor :default ;
}

/* bullets */
.carousel .buttonNav .bullet
{
	position :relative ;
	float :left ;
	width :30px;
	height :30px;
	background : url(../images/Bullet-White.png) no-repeat center ;
	margin :5px 40px;
	cursor :pointer ;
}

.carousel .buttonNav .bullet:hover
{
	background : url(../images/Bullet-Black.png) no-repeat center ;
}

.carousel .buttonNav .bulletActive
{
	background : url(../images/Bullet-Black.png) no-repeat center ;
	cursor :default ;
}
.carousel .buttonNav .bullet,.carousel .buttonNav .bullet:hover,.carousel .buttonNav .bulletActive{
	background-image: -moz-linear-gradient(to right, #fdad6b, #ffcda5);
	background-image: -webkit-gradient(linear,left top, right top , color-stop(0, #fdad6b), color-stop(1, #ffcda5));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdad6b', endColorstr='#ffcda5', GradientType='0');
	border-radius: 50%}
.carousel .buttonNav .bullet:hover,.carousel .buttonNav .bulletActive{transform: scale(2);
	-webkit-transform: scale(2);  transition: .3s;}
.carousel .buttonNav .bullet:nth-child(2),.carousel .buttonNav .bullet:nth-child(4){background-image: -moz-linear-gradient(to right, #5bb2fe, #c2e3ff);
	background-image: -webkit-gradient(linear,left top, right top , color-stop(0, #5bb2fe), color-stop(1, #c2e3ff));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bb2fe', endColorstr='#c2e3ff', GradientType='0');}
.carousel .buttonNav .bullet:nth-child(3),.carousel .buttonNav .bullet:nth-child(5){background-image: -moz-linear-gradient(to right, #2ad4db, #a6edf0);
	background-image: -webkit-gradient(linear,left top, right top , color-stop(0, #2ad4db), color-stop(1, #a6edf0));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ad4db', endColorstr='#a6edf0', GradientType='0');}
.carousel .buttonNav .bullet:nth-child(7){background-image: -moz-linear-gradient(to right, #fd8b8d, #ffcccd);
	background-image: -webkit-gradient(linear,left top, right top , color-stop(0, #fd8b8d), color-stop(1, #ffcccd));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd8b8d', endColorstr='#ffcccd', GradientType='0');}

.buttonNav:before{border-bottom: 1px solid #fca55e; display: block; content: " "; width: 1000px;
	left: 50%;
	margin-left: -500px; top:20px; position: absolute }
/* ____________________________________________________________ */

/* VIDEO */
/* ____________________________________________________________ */

.carousel .slides .videoOverlay
{
	background :url("images/video.png") no-repeat center; /* play button */
}

.carousel .slides .spinner
{
	background : #000 url(../images/loading.gif) no-repeat center; /* video preloader */
}

/* _____________________________ *

/* SHADOW */
/* _____________________________ */

.carousel .shadow
{
	width :100%;
	height :82px;
}

.carousel .shadow .shadowLeft
{
	background : url("images/shadowLeft.png") no-repeat;
	width :100px;
	height :82px;
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowLeft.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowLeft.png, sizingmethod=scale);   /* IE6 & 7 */                     
}

.carousel .shadow .shadowMiddle
{
	height :82px;
	background:url("images/shadowTile.png") repeat-x;
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowTile.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowTile.png, sizingmethod=scale);   /* IE6 & 7 */                     
}

.carousel .shadow .shadowRight
{
	width :100px;
	height :82px;
	background:url("images/shadowRight.png") no-repeat;
	
	/* fix png problems in ie */
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowRight.png, sizingmethod=scale)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/shadowRight.png, sizingmethod=scale);   /* IE6 & 7 */                     
}

/* ____________________________________________________________ */

/* REFLECTION GRADIENT */
/* ____________________________________________________________ */

/* gradient color for Opera */
.carousel .gradient
{
	background-image :url(http://view.jqueryfuns.com/2014/4/4/23_2a52b77f69f374417b4a2ad78f2697db/scripts/gradient.svg);
}
