
#carousel-ajax-container {
	width: 100%; height: 320px;
}



#description-text,
#get-wordpress-version-text {
	margin: 55px auto;
	width: 660px;
	text-align: center;
	/*padding: 10px;*/
	/*border-radius: 4px;
	border: 1px solid #EEE;*/
	font-weight: bold;
	color: #555;
}
#get-wordpress-version-text {
	margin-top: 15px; 
}
.video-features-wrap {
	width: 940px;	
	margin: 35px auto;
	height: 160px;
}

.video-features-wrap .features {
	margin: 2px 0 0 10px;
	width: 400px;
	float:left;
}
.video-features-wrap .features.left {
	width: 400px;
	margin-left: 70px;	
}
.video-features-wrap h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 0;
	color: #555;
}
.video-features-wrap .features-list {
	margin-top: 10px;
	
}
.video-features-wrap .features-list li {
	line-height: 2.3em;
	background: url(img/checkmark.png) no-repeat 0 4px;
	padding-left: 24px;
	list-style-type: none;
	
	
	color: #000;
}




#screenshots-wrap {
	width: 640px;
	position: relative;
	margin: 40px auto 40px;
	display: block;
	height: 102px;
}
.screenshot-thumb {
	background: url('../img/royalslider-preview-sprite.png') no-repeat -443px -124px;
	width: 142px;
	height: 102px;
	
	margin: 0 8px;
	float:left;	
	cursor: pointer;
	display: block;
	position: relative;
}
.screenshot-thumb img {
	margin: 4px 0 0 4px;
	opacity: 0.8;
	
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out; 
}
.screenshot-thumb img:hover {
	margin: 4px 0 0 4px;
	opacity: 1;
}
.screenshot-thumb .open-icon {	
	background: url('../img/royalslider-preview-sprite.png') no-repeat -485px -4px;
	width: 20px;
	height: 21px;
	position: absolute;
	right: -8px;
	top: -8px;

}
.slider-screenshots-arrow {
	background: url('../img/royalslider-preview-sprite.png') no-repeat -584px -4px;
	width: 120px;
	height: 57px;
	
	position: absolute;
	right: -115px;
	top: -30px;
}


.bottom-info {
	font-size: 13px;
	color: #555;
	width: 500px;
	margin: 35px auto 20px;
	text-align: center;
}








/**
* Carousel with a single image per view
**/
#carousel-single-image {
	width: 400px;
	height: 400px;
	margin: 0 auto;			
	background: #242021;
	top: 25px;
}
#carousel-single-image .touchcarousel-container {
	height: 100%;
	background: url(img/wood-pattern.jpg) repeat;
}
#carousel-single-image .touchcarousel-item {
	margin-right: 0;
	width: 400px;
	height: 400px;
}
#carousel-single-image img {
	width: 300px;
	height: 300px;
	margin: 47px 0 0 47px;	
	
	float:left;
	position: relative;
	display: block;
	padding: 3px;
	background: #FFF;
	border: 0;
	
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,0.6);
	box-shadow: 0 1px 6px rgba(0,0,0,0.6);
}
#carousel-single-image .tc-paging-container {
	margin-top: -29px;
}





/**
* Carousel with image and text, custom skinned scrollbar
**/
#carousel-image-and-text {
	width: 940px;
	height: 279px;
	margin: 0 auto;	
	top: 20px;
}	
#carousel-image-and-text .arrow-holder {
	height: 250px;
}		
#carousel-image-and-text .touchcarousel-item {
	margin-right: 1px;	
	width: 170px;
	height: 277px;		
}
#carousel-image-and-text .item-block {
	width: 170px;
	height: 277px;
	display: block;
}
#carousel-image-and-text .item-block img,
#carousel-image-and-text .item-block h4, 
#carousel-image-and-text .item-block p {
	float: left;
	position: relative;
	display: block;
	margin: 0;			
}
#carousel-image-and-text .item-block img {
	width: 170px;
	height: 230px;		
	border: 0;
	padding: 0;		
}
#carousel-image-and-text .item-block {			
	text-decoration: none;
	color: inherit;			
}					
#carousel-image-and-text .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;  	
}
#carousel-image-and-text .item-block:hover h4 {	
	color: #1873c9;		
}
#carousel-image-and-text .item-block p {			
	font: normal 13px/20px Helvetica, Arial, sans-serif;
	color: #555;		
	width: 158px;
	padding: 0 0 0 6px;
}
#carousel-image-and-text .scrollbar-holder {
	background: #CED7DB;
	bottom: 0;
	height: 1px;
	left: 0;
	right: 0;
}
#carousel-image-and-text .scrollbar {
	background-color: #45a8ce !important;
	bottom: 0;
}



/**
* Carousel with image and text (horizontal)
**/
#carousel-image-text-horizontal {
	width: 100%;
	height: 200px;
	border: 1px solid #bbb;
	border-top: 0px;
	border-radius: 0px 0px 10px 10px;
	/*margin: 0;
	border-radius: 0;*/
	margin: 0 !important;
	min-width: 250px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-shadow: 0px 10px 15px -10px #000;
	/*overflow: hidden !important;*/
}
#carousel-image-text-horizontal .touchcarousel-item {
	/*width: 290px;*/
	width: 335px;
	/*height: 160px;*/
	height: 190px;
	margin-right: 6px;
	margin-left: 6px;
	/*background-color: #F0F3F3;*/
	padding: 5px;
	position: relative;
	border-right: 1px solid #F3F3F3;
}



#carousel-image-text-horizontal .touchcarousel-item.double {
	width: 312px;
	height: 460px;
	margin-right: 0px;
	margin-left: 6px;
	padding: 5px 10px 5px 5px;
	position: relative;
	border-right: 1px solid #F3F3F3;
}

#carousel-image-text-horizontal .touchcarousel-item.double .double_up{
	height: 225px;
	border-bottom: 1px solid #F3F3F3;
	position: relative;
	overflow: hidden;
}

#carousel-image-text-horizontal .touchcarousel-item.double .double_down{
	height: 225px;
	/*background-color: #F0F3F3;*/
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	
}



#carousel-image-text-horizontal .touchcarousel-item.double h3{
	bottom: 0px;
}

#carousel-image-text-horizontal .touchcarousel-item.double .double_up a.novelty-buy{
	bottom: 5px;
}

#carousel-image-text-horizontal img, 
#carousel-image-text-horizontal h4,
#carousel-image-text-horizontal p {
	/*float:left;*/
	position: relative;
	margin: 0;
	padding: 0;	
	border: 0;	
}				
	
#carousel-image-text-horizontal p {
}		
#carousel-image-text-horizontal img {			
	max-width: 101px;
	max-height: 101px;
	float: left;
}

#carousel-image-text-horizontal img.size150 {			
	max-width: 150px;
	max-height: 150px;
	float: none;
}

a.novelty-buy {opacity:1 !important;}

#carousel-image-text-horizontal a.namegroup {			
	color: #C51C3E;
	text-decoration: none;
	border-bottom: 1px solid #EBB8C3;
	font: 13px pt_sans;
	line-height: 13px;
	white-space: nowrap;
}

#carousel-image-text-horizontal a.namegroup:hover {	
	color: #3F454B;
	border-bottom: 1px solid #A1A1A1;
	text-decoration: none;
}

#carousel-image-text-horizontal a.related {			
	line-height: 13px;
	white-space: normal;
}

#carousel-image-text-horizontal a.namegood {	
	font: 16px pt_sans_narrow;
	text-decoration: none;
	display: inline-block;
	height: 19px;
	color: #0F68B1;
	border-bottom: 1px solid rgba(15, 104, 177, 0.34);
	line-height: 24px;
	font-weight: bold;
	white-space: nowrap;
}

#carousel-image-text-horizontal a.namegood:hover {	
	color: #C51A3C;
	border-bottom: 1px solid #EBB8C3;
}

#carousel-image-text-horizontal .good {
	position: absolute;
	top: 18px;
}

#carousel-image-text-horizontal .img1 {
	position: absolute;
	left: 0px;
	top: 45px;
	width: 150px;
}



#carousel-image-text-horizontal .img2 {
	position: absolute;
	top: 45px;
	right: 0px;
	width: 150px;
}


#carousel-image-text-horizontal .img1 a{
	width: 150px;
	height: 150px;
	position: absolute;
	text-align: center;
}



#carousel-image-text-horizontal .img2 a{
	height: 150px;
	width: 150px;
	position: absolute;
	text-align: center;
}

#carousel-image-text-horizontal .rblock1 {
	width: 160px;
	float: left;
	position: absolute;
	right: 0px;
	height: 150px;
	top: 45px;
	overflow: hidden
}

#carousel-image-text-horizontal .rblock2 {
	width: 160px;
	height: 136px;
	float: left;
	position: absolute;
	left: 0px;
	top: 45px;
	overflow: hidden;
}

#carousel-image-text-horizontal .rblock {
	width: 180px;
	float: right;
	max-height: 140px;
	overflow: hidden;
}
#carousel-image-text-horizontal h4{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	min-height: 35px;
	max-height: 35px;
	font-weight: 700;
	overflow: hidden;
}
#carousel-image-text-horizontal h4.related{
	max-height: 65px;
	overflow: hidden;
}


#carousel-image-text-horizontal .touchcarousel-group {
	width: 188px;
	height: 170px;
	margin-right: 6px;
	margin-left: 6px;
	padding: 5px;
	position: relative;
	border-right: 1px solid #F3F3F3;
	text-align: center;
	margin: 0;
	float: left;
}

#carousel-image-text-horizontal .touchcarousel-group.active{
	/*box-shadow: 0px 0px 20px #ccc;*/
	/*border-radius: 5px;*/
}

#carousel-image-text-horizontal .touchcarousel-group img {
	max-width: 130px;
	max-height: 130px;
	float: none;
}

#carousel-image-text-horizontal .touchcarousel-group .logogroup {
	width: 130px;
	height: 145px;
	float: none;
	margin: 0px auto;
}

#carousel-image-text-horizontal .touchcarousel-group .logogroup_default{
	background: white url(/public/images/loading.gif) center no-repeat;
}

#carousel-image-text-horizontal .touchcarousel-group a {
	font-weight: 400;
	color: #C51C3E;
	text-decoration: none;
	border-bottom: 1px solid #EBB8C3;
}

#carousel-image-text-horizontal .touchcarousel-group h4 {
	width: 100%;
font: 15px inter_light;
	font-weight: bold;
}

#carousel-image-text-horizontal .touchcarousel-group111 a:hover {
	color: #3F454B;
	border-bottom: 1px solid #A1A1A1;
	text-decoration: none;
}


#carousel-image-text-horizontal h4 a{
	color: #0F68B1;
	border-bottom: 1px solid rgba(15, 104, 177, 0.34);
	text-decoration: none;
	font-weight: 700;
}

#carousel-image-text-horizontal h4 a:hover{
	color: #C51A3C;
	border-bottom: 1px solid #EBB8C3;
	cursor: pointer;
}

#carousel-image-text-horizontal h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #dd322c;
	font-size: 21px;
	font-weight: 400;
	/*bottom: 0px;*/
	bottom: 20px;
	position: absolute;
	left: 38px;
	margin: 0px;
	border: 3px solid;
	border-radius: 8px;
	padding: 5px;
	background: rgba(255, 255, 255, 0.7);
	min-width: 60px;
	text-align: center;
	box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.3), 0px 1px 1px 0 rgba(0, 0, 0, 0.3) inset;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

#carousel-image-text-horizontal p {	
	font-family: pt_sans_narrow;
	background: url(/public/images/one-arrow.jpg) no-repeat 0 50%;
	background-position: 0 6px !important;
	color: #363636;
	font-size: 14px;
	padding-left: 8px;
	line-height: 15px;
}

#carousel-image-text-horizontal a.novelty-buy {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url(/public/images/novelty-buy.jpg) no-repeat top left;
	color: #FFF;
	display: inline-block;
	right: 70px;
	height: 19px;
	margin: 0px;
	padding: 5px 8px 0 0;
	text-align: right;
	width: 78px;
	/*bottom: 5px;*/
	bottom: 27px;
	position: absolute;
	font-size: 12px;
	line-height: 12px;
	/*opacity: 0.2;*/
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff !important;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#carousel-image-text-horizontal a.novelty-buy:active {
	bottom: 26px;
}

#carousel-image-text-horizontal .blue a.novelty-buy {
	bottom: 5px;
	right: 30px;
	background: url(/public/images/novelty-buy-blue.jpg) no-repeat top left;
}
#carousel-image-text-horizontal .blue a.novelty-buy:active {
	bottom: 4px;
}

#carousel-image-text-horizontal a.novelty-buy:hover {
	opacity: 1;
}

/**
* "Free-scroll" gallery
**/
#carousel-gallery {
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 15px 0;
	background: #EFEFEF;
	overflow: hidden !important;
}		
#carousel-gallery .touchcarousel-wrapper {
	overflow: visible;
	margin-left: 80px;
}
#carousel-gallery .touchcarousel-item {
	margin-right: 15px;		
	background: #CCC;	
	height: 400px;
}
#carousel-gallery .arrow-icon.left {
	left: 25px;				
}
#carousel-gallery .arrow-icon.right {
	right: 25px;			
}
#carousel-gallery .arrow-holder {
	width: 60px;	
}
#carousel-gallery  .scrollbar-holder {
	bottom: 6px;
}




.touchcarousel{
	position:relative;width:600px;height:400px;overflow:hidden}


.touchcarousel .touchcarousel-container{
	position: relative;
	display: -webkit-inline-box;
	margin: 0;
	padding: 0;
	list-style: none;
	left: 0;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.hidden_left {
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(/public/images/glow_l2.png) repeat left top;
}
.hidden_right {
	position: absolute;
	width: 20px;
	height: 100%;
	top: 0px;
	right: 0px;
	background: url(/public/images/glow_r2.png) repeat right top;
}


.touchcarousel .touchcarousel-wrapper{position:relative;overflow:hidden;width:100%;height:100%}
.touchcarousel .touchcarousel-item{margin:0;padding:0;float:left}
.touchcarousel .touchcarousel-item.last{margin-right:0!important}
.touchcarousel .arrow-holder{height:100%;width:45px;position:absolute;top:0;display:block;cursor:pointer;z-index:25}

/*
.touchcarousel .arrow-holder.left{left:0}
.touchcarousel .arrow-holder.right{right:0}
*/
.touchcarousel .arrow-icon{width:45px;height:90px;top:50%;margin-top:-45px;position:absolute;cursor:pointer}
.touchcarousel .arrow-holder.disabled{cursor:default}
.touchcarousel .arrow-holder.disabled .arrow-icon{cursor:default}
.touchcarousel .tc-paging-container{width:100%;overflow:hidden;position:absolute;margin-top:-20px;z-index:25}
.touchcarousel .tc-paging-centerer{float:left;position:relative;left:50%}
.touchcarousel .tc-paging-centerer-inside{float:left;position:relative;left:-50%}
.touchcarousel .tc-paging-item{float:left;cursor:pointer;position:relative;display:block;text-indent:-9999px}
.touchcarousel .scrollbar-holder{
	/*position:absolute;z-index:30;left:6px;right:6px;bottom:5px;height:4px;overflow:hidden*/
	position: absolute;
	z-index: 30;
	left: 6px;
	right: 6px;
	bottom: 5px;
	height: 8px;
	border-radius: 4px;
	overflow: hidden;

}
.touchcarousel .scrollbar{position:absolute;left:0;height:4px;bottom:0}

.touchcarousel .scrollbar.dark{
	/*
	background-color: #DDDDDD;
	background-color: rgba(211, 211, 211, 0.5);
	*/
	height: 8px;
	top: 0px;
	position: absolute;
	border: none;
	border-radius: 4px;
	box-shadow: 1px 1px 1px #929292 inset;
	background: #ddd url(/public/images/egg_shell.jpg) repeat top left;
}

.touchcarousel .scrollbar.light{
	background-color: #DDDDDD;
	background-color: rgba(211, 211, 211, 0.5);
}

.touchcarousel .grab-cursor{cursor:url(/public/images/grab.png) 8 8,move}.touchcarousel .grabbing-cursor{cursor:url(/public/images/grabbing.png) 8 8,move}
.touchcarousel .auto-cursor{cursor:auto}
/*.touchcarousel.three-d .arrow-icon{top:0;background-image:url('/public/images/sprite3d.png');background-repeat:no-repeat;width:19px;height:20px;margin-top:0}*/
.touchcarousel.three-d .arrow-holder{top: 205px;width:19px;height:20px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}
.touchcarousel.three-d .arrow-holder.left{left:auto;right:26px}.touchcarousel.three-d .arrow-holder.right{right:3px}
.touchcarousel.three-d .arrow-icon.left{left:0;background-position:-8px -14px}
.touchcarousel.three-d .arrow-icon.right{right:0;background-position:-173px -14px}
.touchcarousel.three-d .arrow-holder.disabled .arrow-icon.left{background-position:-43px -14px}
.touchcarousel.three-d .arrow-holder.disabled .arrow-icon.right{background-position:-138px -14px}
.touchcarousel.three-d .arrow-holder:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.three-d .arrow-holder:active{-moz-opacity:.7;-webkit-opacity:.7;opacity:.7}
.touchcarousel.three-d .arrow-holder.disabled{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.three-d .tc-paging-container{width:auto;float:none;right:53px;margin-top:0;top: 208px;}
.touchcarousel.three-d .tc-paging-centerer{float:none;position:relative;left:0}
.touchcarousel.three-d .tc-paging-centerer-inside{position:relative;left:0;float:none}
.touchcarousel.three-d .tc-paging-item{background:url('/public/images/sprite3d.png') no-repeat -95px -4px;width:16px;height:16px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}
.touchcarousel.three-d .tc-paging-item.current{background:url('/public/images/sprite3d.png') no-repeat -95px -22px}
.touchcarousel.three-d .tc-paging-item:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}


/*.touchcarousel.three-v .arrow-icon{top:0;background-image:url('/public/images/sprite3d.png');background-repeat:no-repeat;width:19px;height:20px;margin-top:0}*/
.touchcarousel.three-v .arrow-icon{
	top: 0;
	width: 37px;
	height: 37px;
	margin-top: 0;
}
/*.touchcarousel.three-v .arrow-holder{top: 500px;width:19px;height:20px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}*/
.touchcarousel.three-v .arrow-holder{
	top: 225px;
	width: 35px;
	height: 35px;
	margin-top: 0;
	position: absolute;
	display:none;
}

/*.touchcarousel.three-v .arrow-holder.left{left:auto;right:26px}*/
.touchcarousel.three-v .arrow-holder.left{
	left:5px;
	background: url(/public/images/arrow_photo.png) no-Repeat -0px 0px;
	/*background-position: top left;*/
}


/*.touchcarousel.three-v .arrow-holder.right{right:3px}*/
.touchcarousel.three-v .arrow-holder.right{
	right:5px;
	background: url(/public/images/arrow_photo.png) no-Repeat -30px 0px;
	/*background-position: top left;*/
}

.touchcarousel.three-v .arrow-holder:hover {
	/*background-position: bottom left;*/
}


/*.touchcarousel.three-v .arrow-icon.left{left:0;background-position:-8px -14px}
.touchcarousel.three-v .arrow-icon.left{
	left: 0px;
	background: url(/css/slider/assets/arrow_large_left.png) no-Repeat;
	background-position: top left;
}*/

/*.touchcarousel.three-v .arrow-icon.right{right:0;background-position:-173px -14px}
.touchcarousel.three-v .arrow-icon.right{
	right: 0px;
	background: url(/css/slider/assets/arrow_large_right.png) no-Repeat;
	background-position: top left;
}*/



/*.touchcarousel.three-v .arrow-holder.disabled .arrow-icon.left{background-position:-43px -14px}*/
/*.touchcarousel.three-v .arrow-holder.disabled .arrow-icon.right{background-position:-138px -14px}*/
/*.touchcarousel.three-v .arrow-holder:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}*/
/*.touchcarousel.three-v .arrow-holder:active{-moz-opacity:.7;-webkit-opacity:.7;opacity:.7}*/
.touchcarousel.three-v .arrow-holder.disabled{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.three-v .tc-paging-container{
	width: auto;
	float: none;
	right: 5px;
	margin-top: 0;
	top: 475px;/*display:none;*/
	top: -24px;
	overflow: visible;
}
.touchcarousel.three-v .tc-paging-centerer{float:none;position:relative;left:0}
.touchcarousel.three-v .tc-paging-centerer-inside{position:relative;left:0;float:none}
.touchcarousel.three-v .tc-pagging-text {
position: absolute;
left: -34px;
font: 18px pt_sans_narrow;
font-weight: bold;
text-shadow: 1px 1px 1px #FFF, -1px -1px 1px #CCC;
color: #373737;
top: -2px;
}


.touchcarousel.three-v .tc-paging-item{
background:url('/public/images/sprite3d.png') no-repeat -95px -4px;
background: url(/css/slider/assets/image_block_pager.png) no-Repeat bottom left;
width:16px;height:16px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}

.touchcarousel.three-v .tc-paging-item111:last-child {display:none;}

.touchcarousel.three-v .tc-paging-item.current{/*background:url('/public/images/sprite3d.png') no-repeat -95px -22px*/
background: url(/css/slider/assets/image_block_pager.png) no-Repeat bottom left;
background-position: -16px 0px;
}
.touchcarousel.three-v .tc-paging-item:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}




.touchcarousel.minimal-light .arrow-icon{width:23px;height:28px;margin-top:-14px}
.touchcarousel.minimal-light .arrow-icon.left{left:5px;background:url('sprite-ml.png') no-repeat -6px -7px}
.touchcarousel.minimal-light .arrow-icon.right{right:5px;background:url('sprite-ml.png') no-repeat -173px -7px}
.touchcarousel.minimal-light .arrow-holder.disabled{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.minimal-light .arrow-holder.disabled .arrow-icon.left{background:url('sprite-ml.png') no-repeat -40px -7px}
.touchcarousel.minimal-light .arrow-holder.disabled .arrow-icon.right{background:url('sprite-ml.png') no-repeat -139px -7px}
.touchcarousel.minimal-light .arrow-holder{width:35px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}
.touchcarousel.minimal-light .arrow-holder:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.minimal-light .tc-paging-container{margin-top:-22px}
.touchcarousel.minimal-light .tc-paging-item{background:url('sprite-ml.png') no-repeat -95px -4px;width:16px;height:16px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}
.touchcarousel.minimal-light .tc-paging-item.current{background:url('sprite-ml.png') no-repeat -95px -22px}
.touchcarousel.minimal-light .tc-paging-item:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.grey-blue .arrow-icon{background-image:url('sprite-gb.png');background-repeat:no-repeat;width:11px;height:19px;margin-top:-9px}
.touchcarousel.grey-blue .arrow-holder{width:19px;height:100%;-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.grey-blue .arrow-holder.left{left:-20px}.touchcarousel.grey-blue .arrow-holder.right{right:-20px}
.touchcarousel.grey-blue .arrow-icon.left{left:0;background-position:-6px -15px}
.touchcarousel.grey-blue .arrow-icon.right{right:0;background-position:-186px -15px}
.touchcarousel.grey-blue .arrow-holder:hover .arrow-icon.left{background-position:-36px -15px}
.touchcarousel.grey-blue .arrow-holder:hover .arrow-icon.right{background-position:-156px -15px}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.left{background-position:-66px -15px}
.touchcarousel.grey-blue .arrow-holder.disabled .arrow-icon.right{background-position:-126px -15px}
.touchcarousel.grey-blue .arrow-holder:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.grey-blue .arrow-holder:active .arrow-icon{margin-top:-8px}
.touchcarousel.grey-blue .arrow-holder.disabled{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.grey-blue .tc-paging-item{background:url('sprite-gb.png') no-repeat -95px -4px;width:16px;height:16px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}
.touchcarousel.grey-blue .tc-paging-item.current{background:url('sprite-gb.png') no-repeat -95px -22px}
.touchcarousel.grey-blue .tc-paging-item:hover{-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.black-and-white .arrow-icon{width:30px;height:30px;margin-top:-15px;background-image:url('sprite-bw.png');background-repeat:no-repeat;background-color:#323232;background-color:rgba(0,0,0,0.7);-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;-moz-opacity:.8;-webkit-opacity:.8;opacity:.8}
.touchcarousel.black-and-white .arrow-holder{width:35px}
.touchcarousel.black-and-white .arrow-holder:active .arrow-icon{-moz-opacity:.7!important;-webkit-opacity:.7!important;opacity:.7!important}
.touchcarousel.black-and-white .arrow-icon.left{left:10px;background-position:-2px -6px}
.touchcarousel.black-and-white .arrow-icon.right{right:10px;background-position:-175px -6px}
.touchcarousel.black-and-white .arrow-holder:hover .arrow-icon{background-color:#1e1e1e;background-color:rgba(0,0,0,0.7);-moz-opacity:1;-webkit-opacity:1;opacity:1}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left{background-position:-39px -6px}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right{background-position:-138px -6px}
.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.left,.touchcarousel.black-and-white .arrow-holder.disabled .arrow-icon.right{background-color:#c8c8c8;background-color:rgba(0,0,0,0.3)}
.touchcarousel.black-and-white .tc-paging-container{margin-top:-22px}
.touchcarousel.black-and-white .tc-paging-item{background-image:url('sprite-bw.png');background-repeat:no-repeat;background-position:-95px -4px;width:16px;height:16px}
.touchcarousel.black-and-white .tc-paging-item.current{background-position:-95px -22px}
.touchcarousel.black-and-white .tc-paging-container{margin-top:-25px}
.touchcarousel.black-and-white .tc-paging-centerer-inside{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background-color:#323232;background-color:rgba(0,0,0,0.6);padding:2px 4px}
