/* CSS for CCGallery - HTML5 Multimedia Gallery - 3.0
 * Copyright 2012, Nilok Bose  
 * http://codecanyon.net/user/cosmocoder
*/



/************************ Main gallery styling **********************/
#ccgallery {
	width: 1000px;
	height: 600px;
	margin: 40px auto;
	position: relative;
	z-index: 0;
	background: url(../images/loading.gif) center center no-repeat;
}

/************ Toolbar **************/
menu {
	margin: 0 auto;
	text-align: center;
}

.buttonset {
	font: 12px/25px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
	height: 25px;	
	display: inline-block;
	zoom: 1; /* IE7 hack for display inline-block */
	*display: inline;
	margin: 0 40px 0 0;
	background-color: #444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#333333)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #666666, #333333); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #666666, #333333); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #666666, #333333); /* IE10 */
	background-image:      -o-linear-gradient(top, #666666, #333333); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #666666, #333333);
    -pie-background:          linear-gradient(top, #666666, #333333); /* IE6 - IE8 */
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
	-moz-box-shadow:    0 1px 2px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
	box-shadow:         0 1px 2px rgba(0, 0, 0, 0.9);
	behavior: url(PIE.htc);
}

.buttonset:last-of-type {
	margin-right: 0;
}

.navbuttons {
	float: left;
	cursor: pointer;
	padding: 0 10px;
	color: #fff;
	text-decoration: none !important;
	border-right: 1px solid #333;
	border-left: 1px solid #444;
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3);	
	behavior: url(PIE.htc);
}

.buttonset .navbuttons:first-of-type {	
	border-left: none;
	-moz-border-radius:    5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius:         5px 0 0 5px;
	behavior: url(PIE.htc);
}

.buttonset .navbuttons:last-of-type {	
	border-right: none;
	-moz-border-radius:    0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius:         0 5px 5px 0;
	behavior: url(PIE.htc);
}

.navbuttons:hover {
	background-color: #555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #777777, #444444); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #777777, #444444); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #777777, #444444); /* IE10 */
	background-image:      -o-linear-gradient(top, #777777, #444444); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #777777, #444444);
    -pie-background:          linear-gradient(top, #777777, #444444); /* IE6 - IE8 */
	behavior: url(PIE.htc);
}

.navbuttons:active, .navbuttons.active {	
	background-color: #333;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#3c3c3c)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #222222, #3c3c3c); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #222222, #3c3c3c); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #222222, #3c3c3c); /* IE10 */
	background-image:      -o-linear-gradient(top, #222222, #3c3c3c); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #222222, #3c3c3c);
    -pie-background:          linear-gradient(top, #222222, #3c3c3c); /* IE6 - IE8 */
	-moz-box-shadow:    inset 0 -1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.9);
	box-shadow:         inset 0 -1px 0 rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.9);
	behavior: url(PIE.htc);
}

#ccgallery section {	
	width: 100%;	
	margin-top: 40px;
	display: none;
}

/************** Thumbnail gallery styling ****************/
#thumbGallery ul {
	list-style: none;
	width: 980px;
	padding: 10px;
	margin-top: 10px;
	overflow: hidden;
}

#thumbGallery li {	
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	padding: 10px;	
	margin: 0 20px 20px 0;
	border: 1px solid #000;
	background-color: #141414;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2c2c2c), to(#141414)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #2c2c2c, #141414); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #2c2c2c, #141414); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #2c2c2c, #141414); /* IE10 */
	background-image:      -o-linear-gradient(top, #2c2c2c, #141414); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #2c2c2c, #141414);    
	-pie-background:          linear-gradient(top, #2c2c2c, #141414); /* IE6 - IE8 */
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.9);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.9);
	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	-moz-transition:    box-shadow 0.4s ease-in-out;
	-webkit-transition: box-shadow 0.4s ease-in-out;
	-o-transition:      box-shadow 0.4s ease-in-out;
	-ms-transition:     box-shadow 0.4s ease-in-out;
	transition:         box-shadow 0.4s ease-in-out;
	behavior: url(PIE.htc);
}

#thumbGallery li:hover {
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 3px rgba(0, 0, 0, 0.9), 0 0 6px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 3px rgba(0, 0, 0, 0.9), 0 0 6px rgba(255, 255, 255, 0.7);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 3px rgba(0, 0, 0, 0.9), 0 0 6px rgba(255, 255, 255, 0.7);
}

#thumbGallery img {
	width: 200px;
	height: 150px;
	max-width: none;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-transition:    opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
}

#thumbGallery img:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#thumbGallery .details {
	margin-top: 10px;
	position: relative;
}

#thumbGallery li[data-type=photo] .details:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/camera.png) center center no-repeat;
	width: 24px;
	height: 20px;	
}

#thumbGallery li[data-type=audio] .details:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/audio.png) center center no-repeat;
	width: 24px;
	height: 20px;	
}

#thumbGallery li[data-type=video] .details:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/video.png) center center no-repeat;
	width: 24px;
	height: 20px;	
}

#thumbGallery h2 {
	font: 18px/1 'PT Sans Narrow', Helvetica, Arial, sans-serif;
	color: #ededed;
	text-transform: uppercase;
	width: 176px;
	height: 21px;
	margin-bottom: 0;
}

#thumbGallery .description {	
	font: 14px /1.2 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #999;
	width: 200px;
	height: 18px;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/**************** Coverflow section styling ***************/
#coverContainer {
	width: 700px;
	height: 280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.cwrapper {
	position: relative;			
	width: 100%;
	height: 100%;
}

.cwrapper canvas {
	position: absolute;
	bottom: 0;			
}

div.cover {
	position: absolute;
	bottom: 0;
}

div.cover img {
	display: inline !important;
	width: 100%;
	height: 100%;
}

.coverclick {
	display: block;
	position: absolute;
	bottom: 0;	
	/* Fix for IE to enable click events*/
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0.01);
}

.coverclick.active {
	cursor: pointer;
}

#coverTitle {
	font: bold 14px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 14px;
	position: absolute;
	left: 0;
	bottom: 20px;
}

/**** Scroll bar styling ****/
#scroll-wrap {
	width: 372px;
	height: 17px;
	margin: 20px auto 0 auto;
	background: url(../images/scrollbar-track.png) no-repeat;
	position: relative;
}

#prev {
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 17px;
	cursor: pointer;
}

#next {
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 17px;
	cursor: pointer;
}

#scrollbar-track {
	width: 342px;
	height: 17px;
	margin: 0 auto;
	position: relative;
}

.ui-slider-handle {
	width: 102px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: -51px;
	cursor: default;
	outline: none;
	background: url(../images/scrollbar-handle.png) no-repeat;
}

.ui-handle-helper-parent {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/***** Coverflow section list styling *****/
#listWrapper {
	width: 638px;
	padding: 20px 20px 20px 40px;
	margin: 40px auto 0 auto;
	border: 1px solid #000;
	background-color: #141414;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #444444),color-stop(70px, #222222),color-stop(1, #141414)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #444444 0, #222222 70px, #141414 100%); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #444444 0, #222222 70px, #141414 100%); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #444444 0, #222222 70px, #141414 100%); /* IE10 */
	background-image:      -o-linear-gradient(top, #444444 0, #222222 70px, #141414 100%); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #444444 0, #222222 70px, #141414 100%);
	-pie-background:          linear-gradient(top, #444444 0, #222222 70px, #141414 100%); /* IE6 - IE8 */
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.9);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.9);
	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	behavior: url(PIE.htc);
}

#itemList {
	font: 12px/24px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	margin: 0;
}

#itemList li {	
	position: relative;
	width: 620px;
	height: 24px;
	padding: 0 10px;
	margin-bottom: 10px;
	-moz-border-radius:    3px;
	-webkit-border-radius: 3px;
	border-radius:         3px;
	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	behavior: url(PIE.htc);
}

#itemList li:last-child {
	margin-bottom: 0;
}

#itemList li:hover {
	background-color: #666;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#444444)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #888888, #444444); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #888888, #444444); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #888888, #444444); /* IE10 */
	background-image:      -o-linear-gradient(top, #888888, #444444); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #888888, #444444);
	-pie-background:          linear-gradient(top, #888888, #444444); /* IE6 - IE8 */    
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
}

#itemList li.active {
	cursor: pointer;
	background-color: #06a; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0085dd), to(#002944)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #0085dd, #002944); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #0085dd, #002944); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #0085dd, #002944); /* IE10 */
	background-image:      -o-linear-gradient(top, #0085dd, #002944); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #0085dd, #002944); 
	-pie-background:          linear-gradient(top, #0085dd, #002944); /* IE6 - IE8 */  
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
}

#itemList li[data-type=photo]:before {	
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 10px;
	top: 0;
	background: url(../images/camera.png) center center no-repeat;	
}

#itemList li[data-type=audio]:before {	
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 10px;
	top: 0;
	background: url(../images/audio.png) center center no-repeat;		
}

#itemList li[data-type=video]:before {	
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	left: 10px;
	top: 0;
	background: url(../images/video.png) center center no-repeat;	
}

#itemList li h2 {
	font-weight: bold;
	font-size: 14px;
	color: #ededed;
	display: inline;	
	margin-left: 39px;
}

#itemList li .description {	
	color: #ccc;
	display: inline;	
}

#itemList li .description:before {
	content: '\00A0 \00A0 \2014 \00A0 \00A0';
}

/****************** Overlay styling ****************/
#mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: : 999;
	background: #141414;   /* fallback */
	background: rgba(0, 0, 0, 0.7);
	-pie-background: rgba(0, 0, 0, 0.7);
	width: 100%;
	display: none;
	behavior: url(PIE.htc);
}

#overlayLoader {
	position: absolute;
	z-index: 1000;
	left: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: #242424 url(../images/loading.gif) center center no-repeat;
	border: 1px solid #ccc;
	display: none;
	-moz-border-radius:    8px;
	-webkit-border-radius: 8px;
	border-radius:         8px;
	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	behavior: url(PIE.htc);
}

#overlay {
	position: absolute;
	z-index: 1001;
	left: 50%;
	padding: 20px;
	background-color: #252829;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#252829), to(#51585B)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #252829, #51585B); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #252829, #51585B); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #252829, #51585B); /* IE10 */
	background-image:      -o-linear-gradient(top, #252829, #51585B); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #252829, #51585B); 
	-pie-background:          linear-gradient(#252829, #51585B); /* IE6 - IE8 */   
	display: none;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	border-radius:         5px;
	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box;
	behavior: url(PIE.htc);
}

#overlayContent {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: none;
}

#close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 36px;
	height: 36px;
	display: block;
	cursor: pointer;
	background: url(../images/close.png) no-repeat;
}

#overlayContent .details {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#overlayContent h2 {
	font: 30px 'League Gothic', Helvetica, Arial, sans-serif;
	color: #ededed;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#overlayContent p {
	font: 14px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #ccc;
	margin-top: 5px;
	margin-bottom: 0;
}

#next-item, #prev-item {
	position: absolute;
	display: block;
	width: 35px;
	height: 34px;
	cursor: pointer;
	top: 50%;
	margin-top: -17px;
}

#next-item {
	background: url(../images/right-arrow.png) no-repeat;
	right: 0;
	margin-right: -17px;
}

#prev-item {
	background: url(../images/left-arrow.png) no-repeat;
	left: 0;
	margin-left: -17px;
}



/************************ Light Colour Scheme **********************/

#ccgallery.light {
	background: url(../images/loading-light.gif) center center no-repeat;
}

.light .buttonset {
	background-color: #c9c9c9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#aaaaaa)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #eeeeee, #aaaaaa); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #eeeeee, #aaaaaa); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #eeeeee, #aaaaaa); /* IE10 */
	background-image:      -o-linear-gradient(top, #eeeeee, #aaaaaa); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #eeeeee, #aaaaaa);
	-moz-box-shadow:    0 1px 2px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
	box-shadow:         0 1px 2px rgba(0, 0, 0, 0.9);
	-pie-background:          linear-gradient(top, #eeeeee, #aaaaaa); /* IE6ÐIE9 */
}

.light .navbuttons {
	border-right: 1px solid #aaa;
	border-left: 1px solid #bbb;
	color: #222;
	text-shadow: none;
}

.light .navbuttons:hover {
	background-color: #e9e9e9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#bbbbbb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffffff, #bbbbbb); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #ffffff, #bbbbbb); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffffff, #bbbbbb); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffffff, #bbbbbb); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #ffffff, #bbbbbb);
	-pie-background:          linear-gradient(top, #ffffff, #bbbbbb); /* IE6ÐIE9 */
}

.light .navbuttons:active, .light .navbuttons.active {	
	background-color: #888;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#cccccc)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #999999, #cccccc); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #999999, #cccccc); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #999999, #cccccc); /* IE10 */
	background-image:      -o-linear-gradient(top, #999999, #cccccc); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #999999, #cccccc);
	-pie-background:          linear-gradient(top, #999999, #cccccc); /* IE6ÐIE9 */
	-moz-box-shadow:    inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.9);
	box-shadow:         inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.9);
}

.light #thumbGallery li {
	border: 1px solid #e9e9e9;
	background-color: #ddd;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#c4c4c4)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #eeeeee, #c4c4c4); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #eeeeee, #c4c4c4); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #eeeeee, #c4c4c4); /* IE10 */
	background-image:      -o-linear-gradient(top, #eeeeee, #c4c4c4); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #eeeeee, #c4c4c4);   
	-pie-background:          linear-gradient(top, #eeeeee, #c4c4c4); /* IE6-IE9 */
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 5px rgba(0, 0, 0, 0.7);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 5px rgba(0, 0, 0, 0.7);
}

.light #thumbGallery li:hover {
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 15px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 15px rgba(0, 0, 0, 0.7);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 2px 15px rgba(0, 0, 0, 0.7);
}

.light #thumbGallery li[data-type=photo] .details:before {
	background: url(../images/camera-dark.png) center center no-repeat;
}

.light #thumbGallery li[data-type=audio] .details:before {
	background: url(../images/audio-dark.png) center center no-repeat;	
}

.light #thumbGallery li[data-type=video] .details:before {
	background: url(../images/video-dark.png) center center no-repeat;
}

.light #thumbGallery h2 {
	color: #1d1d1d;
}

.light #thumbGallery .description {	
	color: #444;
}

.light #coverTitle {
	color: #333;
}

.light #scroll-wrap {
	background: url(../images/scrollbar-track-light.png) no-repeat;
}

.light .ui-slider-handle {
	background: url(../images/scrollbar-handle-light.png) no-repeat;
}

.light #listWrapper {
	border: 1px solid #e9e9e9;
	background-color: #ddd;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ededed),color-stop(70px, #d9d9d9),color-stop(1, #c4c4c4)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ededed 0, #d9d9d9 70px, #c4c4c4 100%); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ededed 0, #d9d9d9 70px, #c4c4c4 100%); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ededed 0, #d9d9d9 70px, #c4c4c4 100%); /* IE10 */
	background-image:      -o-linear-gradient(top, #ededed 0, #d9d9d9 70px, #c4c4c4 100%); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #ededed 0, #d9d9d9 70px, #c4c4c4 100%);
	-pie-background:          linear-gradient(top, #ededed 0, #d9d9d9 70px, #c4c4c4 100%); /* IE6 - IE8 */
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.7);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.7);
}

.light #itemList {
	color: #444;
}

.light #itemList li:hover {
	background-color: #aaa;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#888888)); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(top, #cccccc, #888888); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #cccccc, #888888); /* FF3.6+ */
	background-image:     -ms-linear-gradient(top, #cccccc, #888888); /* IE10 */
	background-image:      -o-linear-gradient(top, #cccccc, #888888); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #cccccc, #888888);
	-pie-background:          linear-gradient(top, #cccccc, #888888); /* IE6 - IE9 */
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
}

.light #itemList li.active {
	cursor: pointer;
	background-color: #09f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#44b4ff), to(#0071bb)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #44b4ff, #0071bb); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #44b4ff, #0071bb); /* FF3.6+ */
	background-image:     -ms-linear-gradient(top, #44b4ff, #0071bb); /* IE10 */
	background-image:      -o-linear-gradient(top, #44b4ff, #0071bb); /* Opera 11.10+ */
	background-image:         linear-gradient(to bottom, #44b4ff, #0071bb);
	-pie-background:          linear-gradient(top, #44b4ff, #0071bb); /* IE6 - IE9 */
	-moz-box-shadow:    inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
	box-shadow:         inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 1px rgba(0, 0, 0, 0.9);
}

.light #itemList li[data-type=photo]:before {	
	background: url(../images/camera-dark.png) center center no-repeat;	
}

.light #itemList li[data-type=audio]:before {	
	background: url(../images/audio-dark.png) center center no-repeat;		
}

.light #itemList li[data-type=video]:before {	
	background: url(../images/video-dark.png) center center no-repeat;	
}

.light #itemList h2 {
	color: #141414;
}

.light #itemList .description {
	color: #333;
}

.light #itemList li:hover h2, .light #itemList li.active h2 {
	color: #fff;
}

.light #itemList li:hover .description, .light #itemList li.active .description {
	color: #fff;
}








/**** Making the gallery responsive ***/
@media only screen and (max-width : 1000px),
only screen and (max-device-width : 1000px) {
	#ccgallery {
		width: 746px;
	}
	
	#thumbGallery ul {
		width: 726px;
	}
}

@media only screen and (max-width : 746px),
only screen and (max-device-width : 746px) {
	#ccgallery {
		width: 504px;
	}
	
	#thumbGallery ul {
		width: 484px;
	}
	
	#coverContainer, #listWrapper, #itemList li {
		width: 100%;
		-moz-box-sizing:    border-box;
		-webkit-box-sizing: border-box;
		box-sizing:         border-box;
	}
}

@media only screen and (max-width : 504px),
only screen and (max-device-width : 504px) {
	#ccgallery {
		width: 480px;
	}
	
	#thumbGallery ul {
		width: 242px;
		margin: 0 auto;
	}
}

@media only screen and (max-width : 480px),
only screen and (max-device-width : 480px) {
	#ccgallery {
		width: 372px;
	}
	
	#itemList li .description {
		display: none;
	}
}

@media only screen and (max-width : 372px),
only screen and (max-device-width : 372px) {
	#ccgallery {
		width: 320px;
	}
	
	#itemList li .description, #scroll-wrap, canvas.fade {
		display: none;
	}
}
