/*                                                           slider  1                                                        */

/***************************  Left right main ....................... 0   */
#cquery-ALL-0				{ position:relative;   }
#cquery-ALL-0 ul 			{ margin:0px; padding:0px; list-style-type:none; overflow:hidden;   position:relative; height:auto; width:100% }
#cquery-ALL-0 ul li			{ margin:0px; overflow:hidden; padding:0px; position:absolute; display:none; width:100% }
#cquery-ALL-0 ul li img		{ float:left; width:100%}

/***************************   controll buttons  ................... 0   */
.controllButton-ALL-0			{ position:absolute; z-index:20; bottom:30px; width:100%; left:50px; min-height:20px; text-align:left }
.controllButton-ALL-0 a		{ margin:0px 3px 0px 0px; padding:0px; border-radius:999px; width:12px; height:12px; display:inline-block; background:#fff; cursor:pointer; transition: all .30s ease-in-out;	-moz-transition: all .30s ease-in-out;	-webkit-transition: all .30s ease-in-out; font-size:10px; line-height:10px; text-decoration:none }
.controllButton-ALL-0 a:hover	{ background:#c10119; text-decoration:none}

.controllButton-ALL-0 a.setActive	{  background:#c10119}



.previous-ALL-0				{ position:absolute; width:60px; height:89px; margin:0px 71px 0px 0px; left:0px; top:0px;  background:  url(../img/arrow-l1.png) 22px 0px no-repeat rgba(255,255,255,.3);cursor:pointer; text-decoration:none;  z-index:10; transition: all .30s ease-in-out;	-moz-transition: all .30s ease-in-out;	-webkit-transition: all .30s ease-in-out; border:none }
.previous-ALL-0:hover		{ background: url(../img/arrow-l1.png) -62px 0px no-repeat rgba(85,97,111,0.90) ; cursor:pointer; text-decoration:none; border:none   }

.next-ALL-0					{ position:absolute; width:60px; height:89px; margin:0px 0px 0px 0px; right:0px; top:0px;   background: url(../img/arrow-r1.png) -65px 0px no-repeat rgba(255,255,255,.3) ;   cursor:pointer; text-decoration:none;  z-index:10;  transition: all .30s ease-in-out;	-moz-transition: all .30s ease-in-out;	-webkit-transition: all .30s ease-in-out; border:none  }
.next-ALL-0:hover		{ background: url(../img/arrow-r1.png) 15px 0px no-repeat rgba(85,97,111,0.90); cursor:pointer; text-decoration:none; border:none   }

.caption-ALL				{ display:block; width:100%; height:40px; line-height:40px; bottom:0px; position:absolute; background: rgba(0,0,0,0.5); color:#FFFFFF;  ; z-index:5; }
.caption-ALL span			{ display:block; padding:0px 20px }


.thumbsM ul   				{ margin:0px; padding:0px; list-style-type:none; width:100%; display:block; height:30px; overflow:hidden  }
.thumbsM ul li				{ float:left; margin:0px 0px 0px 0px; padding:0px}
.thumbsM ul li img			{}





