/******************************************************\
*
*  Base TouchCarousel stylesheet
*   
*  Contents:
*
*   1. Main containers
*   2. Carousel items
*   3. Arrows(direction) navigation
*   4. Paging navigation
*   5. Scrollbar
*   6. Cursors
*
\******************************************************/





/******************************************************\
*
*  1. Main containers (carousel size, background)
*
\******************************************************/

.touchcarousel {
	position: relative;
	width: 100%;
		
	
	/* style is removed after carousel is inited, use !important if you want to keep it*/
	overflow: hidden; 
}

.touchcarousel .touchcarousel-container {
	position: relative;    
    margin: 0;
    padding: 0;
    list-style: none;    
	left: 0;
}
.touchcarousel .touchcarousel-wrapper {
	position: relative;
	overflow:hidden;
	width: 100%;
	
}

.touchcarousel-item{
	width: 644px;
}

.touchcarousel-item h2 {font-size: 18px; font-weight: 400; margin-top:0px; }
.touchcarousel-item p {font-size: 12px; font-weight: 300;}
.touchcarousel-item img { width:224px; height: 250px;  float: left; overflow:hidden; margin-left: 10px; background:#333; }
.touchcarousel-item  .habertext {width: 384px; float: right; max-height: 216px; margin-right: 10px; overflow: hidden;}



/******************************************************\
*
*  2. Carousel items (item styling, spacing between items)
*
\******************************************************/

.touchcarousel .touchcarousel-item {
	/* use margin-right for spacing between items */
	margin: 0 0 0 0;
	padding: 0;	
	float: left;
	position: relative;		
}

/* Last carousel item  */
.touchcarousel .touchcarousel-item.last {
	margin-right: 0 !important;		
}





/******************************************************\
*
*  3. Arrows(direction) navigation
*
\******************************************************/

/* arrow hitstate and icon holder */
.touchcarousel .arrow-holder {
	height: 100%;
	width: 45px;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;	
	z-index: 25;	
	outline: none;
}
.touchcarousel .arrow-holder.left {	
	left: 0;	
	outline: none;
}
.touchcarousel .arrow-holder.right {	
	right: 0;
	outline: none;
}

/* arrow icons */
.touchcarousel .arrow-icon{		
	position: absolute;	
	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; }


#main-promo p{
	background-image: url("../../images/assets/bg_b70.png");
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    left: 0;
    margin: 0;
    padding: 20px;
    position: absolute;
    width: 598px;
}

#main-promo p a{color: #D8D4C7; text-decoration: none; font-weight: bold;}
#main-promo p a:hover{text-decoration: underline;}

/******************************************************\
*
*  4. Paging navigation
*
\******************************************************/

.touchcarousel .tc-paging-container {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-12px;
	z-index:25;
}
.touchcarousel .tc-paging-centerer {	
	float:right;
	position: relative;
	right:10px;		
}
.touchcarousel .tc-paging-centerer-inside {
	float: right;
	position: relative;
	right:0px;
}

/* Paging items */
.touchcarousel .tc-paging-item {			
	float:left;	
	cursor:pointer;		
	position:relative;
	display:block;	
	text-indent: -9999px;	
}
.touchcarousel .tc-paging-item.<current></current> { }
.touchcarousel .tc-paging-item:hover { }





/******************************************************\
*
*  5. Scrollbar
*
\******************************************************/
.touchcarousel .scrollbar-holder {
	position: absolute;
	z-index: 30;
	left: 6px;
	right: 6px;	
	bottom: 5px;
	height:4px;
	overflow: hidden;
}
.touchcarousel .scrollbar {
	position: absolute;
	left:0;	
	height:10px;
	bottom: 0px;
}

.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);	
}

.touchcarousel .scrollbar-holder {
	background: #9fcc3b;
	bottom: 0;
	height: 10px;
	left: 0;
	right: 0;
}
.touchcarousel .scrollbar {
	background-color: #58585A !important;
	bottom: 0;
}



/******************************************************\
*
*  6. Cursors
*
\******************************************************/

/* IE and Opera use "move", FF uses -moz-grab */
.touchcarousel .grab-cursor{ cursor:url(grab.png) 8 8, move; }
.touchcarousel .grabbing-cursor{ cursor:url(grabbing.png) 8 8, move; }

/* Cursor that used when mouse drag is disabled */
.touchcarousel .auto-cursor{ cursor:auto; }








/**
* Carousel with image and text, custom skinned scrollbar
**/
#quicklinks {
	height: 247px;
}	
#quicklinks .arrow-holder {
	height: 247px;
}		
#quicklinks .touchcarousel-item {
	margin-right: 2px;	
	width: 158px;
	height: 277px;		
}
#quicklinks .item-block {
	width: 158px;
	height: 277px;
	display: block;
}
#quicklinks .item-block img,
#quicklinks .item-block h4, 
#quicklinks .item-block p {
	float: left;
	position: relative;
	display: block;
	margin: 0;			
}
#quicklinks .item-block img {
	width: 158px;
	height: 220px;		
	border: 0;
	padding: 0;		
}
#quicklinks .item-block {			
	text-decoration: none;
	color: inherit;			
}					
#quicklinks .item-block h4 {
	font: bold 13px/20px Helvetica, Arial, sans-serif;
	color: #000;
	width: 158px;
	height: auto;		
	padding: 2px 0 0 6px;
	-webkit-transition: color 0.2s ease-out; 
	-moz-transition: color 0.2s ease-out;
	transition: color 0.2s ease-out;  	
}
#quicklinks .item-block:hover h4 {	
	color: #1873c9;		
}
#quicklinks .item-block p {			
	font: normal 13px/20px Helvetica, Arial, sans-serif;
	color: #555;		
	width: 158px;
	padding: 0 0 0 6px;
}
#quicklinks .scrollbar-holder {
	background: #CED7DB;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
}
#quicklinks .scrollbar {
	background-color: #45a8ce !important;
	bottom: 0;
}
		


/*** Carousel with a single image per view ***/
	#carousel-single-image {
		width: 484px;
		height: 363px;
		margin: 0 auto;			
		background: #fff;
	}
	#carousel-single-image .touchcarousel-container {
		height: 100%;
		background: url(demo-images/wood-pattern.jpg) repeat;
	}
	#carousel-single-image .touchcarousel-item {
		margin-right: 0;
		width: 484px;
		height: 363px;
	}
	#carousel-single-image img {
		width: 484px;
		height: 363px;
		margin:0px;	
		
		float:left;
		position: relative;
		display: block;
		padding: 0px;
		background: #FFF;
		border: 0;

	}
	#carousel-single-image .tc-paging-container {
		margin-top: -29px;
	}