/******************************************************\
*
*  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)
*
\******************************************************/

.book_touchcarousel {
	position: relative;
	height: 370px;
	width:969px;
	padding: 0px;

	/* style is removed after carousel is inited, use !important if you want to keep it*/
	overflow: hidden;
}
.book_touchcarousel .touchcarousel-container {
	position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
	left: 0;
}
.book_touchcarousel .touchcarousel-wrapper {
	position: relative;
	overflow:hidden;
	width: 100%;
	height: 100%;
}





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

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

#book_touch_car .touchcarousel-container { margin-left: 20px !important; overflow: hidden;}





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

/* arrow hitstate and icon holder */
.book_touchcarousel .arrow-holder {
	width: 45px;
	position: absolute;
	height: 30px;
	bottom: 0;
	cursor: pointer;
	z-index: 25;
}
.book_touchcarousel .arrow-holder.left {
	right: 40px;
}
.book_touchcarousel .arrow-holder.right {
	right: 0;
}

/* arrow icons */
.book_touchcarousel .arrow-icon{
	width: 45px;
	height: 90px;
	top:50%;
	margin-top:-45px;
	position: absolute;
	cursor: pointer;
}
.book_touchcarousel .arrow-icon.left { }
.book_touchcarousel .arrow-icon.right { }
.book_touchcarousel .arrow-holder:hover .arrow-icon { }
.book_touchcarousel .arrow-holder.disabled { cursor: default; }
.book_touchcarousel .arrow-holder.disabled .arrow-icon { cursor: default; }





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

.book_touchcarousel .tc-paging-container {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
}
.book_touchcarousel .tc-paging-centerer {
	float: left;
	position: relative;
	left: 50%;
}
.book_touchcarousel .tc-paging-centerer-inside {
	float: left;
	position: relative;
	left: -50%;
}

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





/******************************************************\
*
*  5. Scrollbar
*
\******************************************************/
.book_touchcarousel .scrollbar-holder {
	position: absolute;
	z-index: 30;
	left: 6px;
	right: 6px;
	bottom: 5px;
	height:4px;
	overflow: hidden;
}
.book_touchcarousel .scrollbar {
	position: absolute;
	left:0;
	height:4px;
	bottom: 0px;
}
.book_touchcarousel .scrollbar.dark {
	background-color: rgb(130, 130, 130);
	background-color: rgba(0, 0, 0, 0.5);
}
.book_touchcarousel .scrollbar.light {
	background-color: rgb(210, 210, 210);
	background-color: rgba(255, 255, 255, 0.5);
}





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

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

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




.book_touchcarousel.black-and-white .arrow-icon {
	width: 30px;
	height: 30px;
	margin-top: -15px;

	background-image: url('sprite1.png');
	background-repeat: no-repeat;

 	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
	opacity: 0.8;

}
.book_touchcarousel.black-and-white .arrow-holder {
	width: 35px;
}
.book_touchcarousel.black-and-white .arrow-holder:active .arrow-icon {
	-moz-opacity: 0.7 !important;
	-webkit-opacity: 0.7 !important;
	opacity: 0.7 !important;
}
.book_touchcarousel.black-and-white .arrow-icon.left {
	left: 6px;
	background-position: -2px -6px;
}
.book_touchcarousel.black-and-white .arrow-icon.right {
	right: 4px;
	background-position: -175px -6px;
}

.book_touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left {
	background-position: -39px -6px;
}
.book_touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right {
	background-position: -138px -6px;
}


/******************************************************\
*
*  2. Paging navigation
*
\******************************************************/
.book_touchcarousel.black-and-white .tc-paging-container {
	margin-top: -22px;
}
.book_touchcarousel.black-and-white .tc-paging-item {
	background-image: url('sprite.png');
	background-repeat: no-repeat;
	background-position:  -95px -4px;


	width: 16px;
	height: 16px;
}
.book_touchcarousel.black-and-white .tc-paging-item.current {
	background-position:  -95px -22px;
}
.book_touchcarousel.black-and-white .tc-paging-container {
	margin-top: -25px;
}
.book_touchcarousel.black-and-white .tc-paging-centerer-inside {
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
 	border-radius: 4px;

 	background-color: rgb(50, 50, 50);
	background-color: rgba(0, 0, 0, 0.6);

	padding: 2px 4px;
}


#book_touch_car li {
    list-style: none outside none;
    margin: 0 20px;
    width: 220px;
}

#book_touch_car .touchcarousel-item > h4 {
    font-size: 16px;
}

#book_touch_car .touchcarousel-item a { display: inline-block; }

#book_touch_car .touchcarousel-item strong {
    display: block;
	font-weight:bold;
}

#book_touch_car .touchcarousel-item > ul, #book_touch_car .touchcarousel-item > ol {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#book_touch_car .touchcarousel-item li{
	background:url(../images/pt_arrow.png) no-repeat 0 4px;
    padding-left: 14px;
}
#book_touch_car.book_show_area {
    padding: 45px 0;
}