
/* *************************************************************************************************** */
/* III. Carousel ************************************************************************************* */
/* *************************************************************************************************** */

/* ************************************************************* */
/* i. Main containers (carousel size, background) ************** */
/* ************************************************************* */

.touchcarousel {
	position: relative;
	width: 600px;
	height: 400px;
	
	/* Style is removed after carousel is inited, use !important if you want to keep it */
	overflow: hidden;
	}
	.touchcarousel .touchcarousel-container {
		position: relative;
		left: 0;
		margin: 0;
		padding: 0;
		list-style: none;
		}
	.touchcarousel .touchcarousel-wrapper {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 100%;
		}



/* ************************************************************* */
/* ii. Carousel items (item styling, spacing between items) **** */
/* ************************************************************* */
.touchcarousel .touchcarousel-item {
	/* Use margin-right for spacing between items */
	margin: 0;
	padding: 0;
	float: left;
	}

/* Last carousel item  */
.touchcarousel .touchcarousel-item.last {
	margin-right: 0 !important;
	}



/* ************************************************************* */
/* iii. Arrows(direction) Navigation *************************** */
/* ************************************************************* */

/* Arrow hitstate and icon holder */
.touchcarousel .arrow-holder {
	position: absolute;
	top: 0;
	z-index: 25;
	width: 45px;
	height: 100%;
	display: block;
	cursor: pointer;
	}
.touchcarousel .arrow-holder.left {
	left: 0;	
	}
.touchcarousel .arrow-holder.right {
	right: 0;
	}

/* Arrow icons */
.touchcarousel .arrow-icon {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	}
	.touchcarousel .arrow-icon.left 						{}
	.touchcarousel .arrow-icon.right 					{}
	.touchcarousel .arrow-holder:hover .arrow-icon 		{}
	.touchcarousel .arrow-holder.disabled 				{ cursor: default; }
	.touchcarousel .arrow-holder.disabled .arrow-icon 	{ cursor: default; }



/* ************************************************************* */
/* iv. Paging Navigation *************************************** */
/* ************************************************************* */
.touchcarousel .tc-paging-container {
	position: absolute;
	z-index: 25;
	margin-top: -20px;
	width: 100%;
	overflow: hidden;
	}
.touchcarousel .tc-paging-centerer {
	position: relative;
	left: 50%;
	float: left;
	}
.touchcarousel .tc-paging-centerer-inside {
	position: relative;
	left: -50%;
	float: left;
	}

/* Paging items */
.touchcarousel .tc-paging-item {
	position: relative;
	display: block;
	float: left;
	text-indent: -9999px;
	cursor: pointer;
	}
.touchcarousel .tc-paging-item.current 	{}
.touchcarousel .tc-paging-item:hover 	{}



/* ************************************************************* */
/* v. Scrollbar ************************************************ */
/* ************************************************************* */
.touchcarousel .scrollbar-holder {
	position: absolute;
	z-index: 30;
	left: 6px;
	right: 6px;
	bottom: 5px;
	height:4px;
	overflow: hidden;
	}
.touchcarousel .scrollbar {
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 4px;
	}
.touchcarousel .scrollbar.dark {
	background-color: rgb(130, 130, 130);
	background-color: rgba(0, 0, 0, 0.5);
	}
.touchcarousel .scrollbar.light {
	background-color: rgb(210, 210, 210);
	background-color: rgba(255, 255, 255, 0.5);
	}



/* ************************************************************* */
/* vi. Cursors ************************************************* */
/* ************************************************************* */

/* IE and Opera use "move", FF uses -moz-grab */
.touchcarousel .grab-cursor		{ cursor: url("../images/carousel/grab.png") 8 8, move; }
.touchcarousel .grabbing-cursor	{ cursor: url("../images/carousel/grabbing.png") 8 8, move; }

/* Cursor that's used when mouse drag is disabled */
.touchcarousel .auto-cursor		{ cursor: auto; }



/* ************************************************************** */
/* vii. Carousel Styling **************************************** */
/* ************************************************************** */

/**
* Carousel with image and text, custom skinned scrollbar
**/
#presentercarousel {
	margin: 0 auto;
	width: 483px;
	height: 210px;
	}
	#presentercarousel .arrow-holder {
		height: 201px;
		cursor: pointer;
		background-color: #f00;
		}
		#presentercarousel .arrow-holder.left {
			left: -45px;
			background: url("../images/carousel/bttn_carousel_left_off.png") center center no-repeat;
			}
			#presentercarousel .arrow-holder.left:hover {
				background: url("../images/carousel/bttn_carousel_left_over.png") center center no-repeat;
				}
				#presentercarousel .arrow-holder.left.disabled,
				#presentercarousel .arrow-holder.left.disabled:hover {
					cursor: default;
					background: url("../images/carousel/bttn_carousel_left_off.png") center center no-repeat;
					}
		#presentercarousel .arrow-holder.right {
			right: -45px;
			background: url("../images/carousel/bttn_carousel_right_off.png") center center no-repeat;
			}
			#presentercarousel .arrow-holder.right:hover {
				background: url("../images/carousel/bttn_carousel_right_over.png") center center no-repeat;
				}
				#presentercarousel .arrow-holder.right.disabled,
				#presentercarousel .arrow-holder.right.disabled:hover {
					cursor: default;
					background: url("../images/carousel/bttn_carousel_right_off.png") center center no-repeat;
					}
	#presentercarousel .touchcarousel-item {
		margin: 0 1px 0 0;
		padding: 0 !important;
		width: 120px;
		height: 208px;
		list-style-type: none !important;
		background: transparent none !important;
		}
	#presentercarousel .item-block {
		display: block;
		width: 120px;
		height: 208px;
		color: inherit;
		text-decoration: none;
		}
		#presentercarousel .item-block img,
		#presentercarousel .item-block span.title, 
		#presentercarousel .item-block span.text {
			position: relative;
			margin: 0;
			display: block;
			float: left;
			}
			#presentercarousel .item-block span.title, 
			#presentercarousel .item-block span.text { display: block; float: none; }
			
			#presentercarousel .item-block img {
				padding: 0;
				width: 120px;
				height: 148px;
				border: 0;
				}
			#presentercarousel .item-block span.title {
				padding: 2px 0 0 6px;
				height: auto;
				color: #000;
				font: bold 11px/14px Helvetica, Arial, sans-serif;
				
				-webkit-transition: color 0.2s ease-in-out;
				-moz-transition: 	color 0.2s ease-in-out;
				-ms-transition: 	color 0.2s ease-in-out;
				-o-transition: 		color 0.2s ease-in-out;
				transition: 		color 0.2s ease-in-out;
				}
				#presentercarousel .item-block:hover span.title {
					color: #1873c9;
					}
			#presentercarousel .item-block span.text {
				padding: 0 0 0 6px;
				color: #555;
				font: normal 11px/13px Helvetica, Arial, sans-serif;
				}
	#presentercarousel .scrollbar-holder {
		right: 0;
		left: 0;
		bottom: 0;
		height: 1px;
		background: #ced7db;
		}
		#presentercarousel .scrollbar {
			bottom: 0;
			background-color: #45a8ce !important;
			}

