/*
 * Easy Slider Widget ( Pro )
 * Frontend Layout & Style
 * Copyright (c) 2012 GhozyLab, Inc. - http://ghozylab.com/
*/


/* Images */	

.jssort01 .w img, .jssort02 .w img, .jssort03 img {
	margin: 0px !important;
	}

.sldrimg {
	border-radius: 0px !important;
	color: #191919 !important;
	max-width : inherit !important;
	margin: 0px !important;
	padding: 0px !important;
	}
	
.ewic-wid-imgs {
	width: 100%;
	max-width: 100%;
	height: auto;
	}
	
.bx-wrapper	 ul {
	margin: 0 !important;
	padding: 0 !important;
	}
	
.bx-wrapper	 ul li {
	list-style:none !important;
	}
	
/* Slider Control */	

.bx-clone {
	display: none !important;
	}
	
.bx-controls-auto {
	display: none !important;
	}
	
#latest-box .bx-controls-auto {
	display: none !important;
	}	
	
#latest-box {
	padding: 5px;
	position: relative;
	}
	
#latest-box .bx-caption {
	font-size:14px;
	text-align:center;
	margin-bottom: 0px !important;
	bottom: 0px;
	background: none repeat scroll 0% 0% rgba(80, 80, 80, 0.60) !important;
	}

/* Auto Hide Navigation */	
.navcontroller .bx-controls-direction a {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
	}

.navcontroller:hover .bx-controls-direction a {
    opacity: 1;
	}

/* Lightbox */	
.lb-closeContainer{
	top: 10px;
}

.lb-number {
	/* display: none !important; */
	}
	
.ewc_close {
	z-index:9995;
	}
	

/* License Notification */
		
#ewic-license-logo-front{
	width:57%;
	border: solid 1px #DDD;
	padding:10px;
	margin: 0 auto;
}

.ewic-activatelicensekey {
	border-radius: none !important;
	box-shadow: none !important;
	width:32px;
	height:32px;
	vertical-align:middle;
	margin-right:10px;
}	

.ewic-frontactivatenot {
	color:red;
	font-size:14px;
	font-weight:normal;
	vertical-align:middle;
	font-family:  Arial, Helvetica, sans-serif;
}
	
.ewic-center { clear: both; display: block; text-align:center; margin-left: auto; margin-right: auto; }
.sliderpreloader {width:100% !important; height:32px !important; background:url(../images/assets/ajax-loader.gif) center center no-repeat !important; text-align:center;}

.ppt {display:none !important;}

.ajax-share {
			background:url(../images/assets/ajax-share.gif) center center no-repeat #ffffff !important;
			background: #333;
			}			
			
/* Caption */	
			
.captionBlack {
	text-align: center;
	width:auto;
	max-width: 90%;
        }
		
.captionBlack .capholder {
	width:auto !important;
	display: inline-block;
	position:relative;
	padding-left: 15px;
	padding-right: 15px;
    border-radius: 4px;
    color: #fff;
	font-size: 16px !important;
	font-weight:bold;
	font-family: verdana;
	background: #000;
	border: solid 1px #999;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 1px 1px 6px -3px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 1px 1px 6px -3px rgba(255, 255, 255, 0.6);
	box-shadow: 1px 1px 6px -3px rgba(255, 255, 255, 0.6);
	}
