

.creative-gallery-container .creative-gallery-seperator {
	width: 100%;
	height: 0px;
	border-width: 0;
	border-top-width: 0px;
	border-style : solid;
	border-color: rgba(0,0,0,1);
	margin: 0px 0px;
}

.creative-gallery-container .creative-gallery-seperator-vertical {
	width: 0px;
    border-width: 0;
	border-left-width: 0px;
	border-style : solid;
	border-color: rgba(0,0,0,1);
	margin: 0px 0px;
    float: left;
}

.creative-gallery-container.creative-gallery-container {
    display: block;
    height: auto;
    background-color: rgba(0,0,0,1);
    padding: 5px ;
    border:  0px solid rgba(0,0,0,1);
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(NaN,NaN,NaN,0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(NaN,NaN,NaN,0);
    -ms-box-shadow: 0px 0px 0px 0px rgba(NaN,NaN,NaN,0);
    -o-box-shadow: 0px 0px 0px 0px rgba(NaN,NaN,NaN,0);
    box-shadow: 0px 0px 0px 0px rgba(NaN,NaN,NaN,0);
}

.creative-gallery-container .creative-gallery-image-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    /*border: 0px solid rgba(0,0,0,1);*/
    border-radius: 0% ;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-mask: URL("/components/com_creativegallery/assets/images/dummy.png") ;
}

.creative-gallery-container .creative-gallery-image-wrapper img {
    border-radius: 0% ;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.creative-gallery-container ul.gallery {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.creative-gallery-container li.visible {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    -ms-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    -o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
	border: 0px solid rgba(0,0,0,1);
	border-radius: 0% ;
	-webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.creative-gallery-container li.visible:hover {
    border-radius: 0% ;
    border: 0px solid rgba(0,0,0,1);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    -ms-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    -o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1);    
}

.creative-gallery-container li.visible.current {
	border-radius: 0% ;
	border-color: rgba(0,0,0,1);
}



.creative-gallery-container .creative-gallery-image-wrapper .overlay {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.creative-gallery-container li.visible:hover .creative-gallery-image-wrapper {
	border-radius: 0% ;
	border-color: rgba(0,0,0,1);
}


.creative-gallery-container li.visible:hover img {
    border-radius: 0% ;
}

.creative-gallery-container .creative-gallery-image-main-wrapper {
	border-radius: 0% ;
    overflow: hidden;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.creative-gallery-container li.visible:hover .creative-gallery-image-main-wrapper {
	border-radius: 0% ;
	
}

.creative-gallery-container .creative-gallery-text {
	display : none;
	-webkit-text-shadow:  0px 0px 0px rgba(0,0,0,1);
	-moz-text-shadow:  0px 0px 0px rgba(0,0,0,1);
	-ms-text-shadow:  0px 0px 0px rgba(0,0,0,1);
	-o-text-shadow:  0px 0px 0px rgba(0,0,0,1);
	text-shadow:  0px 0px 0px rgba(0,0,0,1);
    letter-spacing: 0px;
    word-spacing: 0px;
    line-height: 100%;
    color:  rgba(0,0,0,1);
    font-size: 5px;
    direction:  ltr;
    unicode-bidi: normal;
    text-decoration: none;
    text-transform: none;
}





/*Icon Styles*/

.creative-gallery-container .creative-gallery-icon {
    display: block;
    position: absolute;
	cursor: pointer;
	background-repeat: no-repeat;
    background-position: center center;
	width: 16px;
    height: 16px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -ms-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    border: 0px solid rgba(0,0,0,1); 
    border-radius: 0%;
    background-color: rgba(0,0,0,1);
    background-size: 5%;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.creative-gallery-container .creative-gallery-image-wrapper .creative-gallery-icon:hover {
    -webkit-transform: rotate(20deg) scale(1.2)!important;
    -ms-transform: rotate(20deg) scale(1.2)!important;;
    -o-transform: rotate(20deg) scale(1.2)!important;;
    transform: rotate(20deg) scale(1.2)!important;;
}

.creative-gallery-container .creative-gallery-icon-zoom {
		background-image: URL("/components/com_creativegallery/assets/images/image_icons/zoom1.png");
    top: -8px;
    left: -267px;
    ;

}

.creative-gallery-container .creative-gallery-icon-link {
	display:none!important;	background-image: URL("/components/com_creativegallery/assets/images/image_icons/link1.png");
    top: -8px;
    left: 251px;
    ;



}

.creative-gallery-container .creative-gallery-image-wrapper:hover .creative-gallery-icon-zoom {
    top:  -8px;
    left: -8px;
    ;
}

.creative-gallery-container .creative-gallery-image-wrapper:hover .creative-gallery-icon-link {
    top:  -8px;
    left: -8px;
    ;
}

/*Tags Styles*/

.creative-gallery-container .creative-gallery-tag {
	display : inline-block;
	cursor : pointer;
	margin: 0 5px 0;
	padding: 5px 5px ;
	background-color: rgba(0,0,0,1);
	border: 0px solid rgba(0,0,0,1); 
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
	-ms-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
	-o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
	-webkit-text-shadow:  0px 0px 0px rgba(0,0,0,1);
	-moz-text-shadow:  0px 0px 0px rgba(0,0,0,1);
	-ms-text-shadow:  0px 0px 0px rgba(0,0,0,1);
	-o-text-shadow:  0px 0px 0px rgba(0,0,0,1);
	text-shadow:  0px 0px 0px rgba(0,0,0,1);
	letter-spacing: 0px;
	word-spacing: 0px;
	color:  rgba(0,0,0,1);
	line-height: 100%;
	font-size: 5px;
	direction:  ltr;
	unicode-bidi: normal;
	text-decoration: none;
	text-transform: none;
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
}

/*Tags Styles Hover*/

.creative-gallery-container .creative-gallery-tag:hover {
    background-color: rgba(0,0,0,1);
    border: 0px solid rgba(0,0,0,1);
    border-radius: 0px;
    
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -ms-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    
    -webkit-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    -moz-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    -ms-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    -o-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    text-shadow:  0px 0px 0px rgba(0,0,0,1);
    
    color:  rgba(0,0,0,1);
    text-decoration: none;
    text-transform: none;
}

.creative-gallery-container .creative-gallery-tag.selected {
    background-color: rgba(0,0,0,1);
    border: 0px solid rgba(0,0,0,1);
    border-radius: 0px;
    
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -ms-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    -o-box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,1) ;
    
    -webkit-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    -moz-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    -ms-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    -o-text-shadow:  0px 0px 0px rgba(0,0,0,1);
    text-shadow:  0px 0px 0px rgba(0,0,0,1);
    
    color:  rgba(0,0,0,1);
    text-decoration: none;
    text-transform: none;
}

