.sliker_container { padding: 20px; margin: 10px; text-align: center; border: 1px solid #e3e3e3; border-radius: 3px; height: auto; }		  	 					 		 	  
.sliker_container .sliker_description { font-size:1.2em; font-weight:bold; margin-bottom: 1em; }
.sliker_container ul { list-style: none; overflow: hidden; margin: auto; }
.sliker_container ul li{ float: left; list-style-type: none !important; margin: 0; }
.sliker_container .sliker_list_item_1 { width: 100%; }
.sliker_container .sliker_list_item_2 { width: 50%; }
.sliker_container .sliker_list_item_3 { width: 33%; }
.sliker_container .sliker_list_item_4 { width: 25%; }
.sliker_container .sliker_list_item_5 { width: 20%; }
.sliker_container .sliker_list_item_6 { width: 16%; }

/* If you want Facebook comments to be added by your visitor, remove the following line.
For correct display, you may need to change other css properties too*/
.sliker_container .sliker_facebook_button .fb_edge_widget_with_comment iframe.fb_iframe_widget_lift {
	display: none !important;
	margin-left: -999em !important;
}
/* .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {display: none !important;} */

/* Hiding Google pop-up. As G+ does not wait, removing this line will not give any pratical result */
.sliker_container .gc-bubbleDefault.pls-container{display:none !important;}

/* style 2 revax */
.revax .sliker_container {
padding: 20px;
margin: 10px;
text-align: center;
border: 1px solid #e3e3e3;
border-radius: 3px;
height: auto;
background: url(http://static.revaxarts-themes.com/ci_line.gif) repeat-x left top #f3f3f3;
box-shadow: 0px 2px 12px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 12px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 2px 12px rgba(0,0,0,0.2);
}		  	 					 		 	  
.revax .sliker_container .sliker_description { font-size:1.2em; font-weight:bold; margin-bottom: 1em; }
.revax .sliker_container ul { list-style: none; overflow: hidden; margin: auto; }
.revax .sliker_container ul li{ float: left; list-style-type: none !important; margin: 0; }
.revax .sliker_container .sliker_list_item_1 { width: 100%; }
.revax .sliker_container .sliker_list_item_2 { width: 50%; }
.revax .sliker_container .sliker_list_item_3 { width: 33%; }
.revax .sliker_container .sliker_list_item_4 { width: 25%; }
.revax .sliker_container .sliker_list_item_5 { width: 20%; }
.revax .sliker_container .sliker_list_item_6 { width: 16%; }

/* If you want Facebook comments to be added by your visitor, remove the following line.
For correct display, you may need to change other css properties too*/
.revax .sliker_container .sliker_facebook_button .fb_edge_widget_with_comment iframe.fb_iframe_widget_lift {
	display: none !important;
	margin-left: -999em !important;
}
/* .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {display: none !important;} */

/* Hiding Google pop-up. As G+ does not wait, removing this line will not give any pratical result */
.revax .sliker_container .gc-bubbleDefault.pls-container{display:none !important;}


/* style 3 makach */
.makach .sliker_container { padding: 20px; margin: 10px; text-align: center; border: 1px solid #e3e3e3; height: auto;background: #F2B51C; }	 		 	  
.makach .sliker_container .sliker_description { font-size:1.2em; font-weight:bold; margin-bottom: 1em; background: #ecf0f1;
color: rgb(0, 0, 0);
}
.makach .sliker_container ul { list-style: none; overflow: hidden; margin: auto;background: rgb(124, 69, 69); }
.makach .sliker_container ul li{ float: left; list-style-type: none !important; margin: 0; }
.makach .sliker_container .sliker_list_item_1 { width: 100%; }
.makach .sliker_container .sliker_list_item_2 { width: 50%; }
.makach .sliker_container .sliker_list_item_3 { width: 33%; }
.makach .sliker_container .sliker_list_item_4 { width: 25%;width: 23%;
padding: 20px 0px 15px 8px; }
.makach .sliker_container .sliker_list_item_5 { width: 20%; }
.makach .sliker_container .sliker_list_item_6 { width: 16%; }

/* If you want Facebook comments to be added by your visitor, remove the following line.
For correct display, you may need to change other css properties too*/
.makach .sliker_container .sliker_facebook_button .fb_edge_widget_with_comment iframe.fb_iframe_widget_lift {
	display: none !important;
	margin-left: -999em !important;
}
/* .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {display: none !important;} */

/* Hiding Google pop-up. As G+ does not wait, removing this line will not give any pratical result */
.makach .sliker_container .gc-bubbleDefault.pls-container{display:none !important;}


/*  style 4 glassy */
.glassy .sliker_container { padding: 20px; margin: 10px; text-align: center; border: 1px solid #e3e3e3; border-radius: 3px; height: auto;text-shadow: /* Simulating Text Stroke */
        -1px -1px 0 #000, 
        1px -1px 0 #000, 
        -1px 1px 0 #000, 
        1px 1px 0 #000;

    border: 1px solid rgba(0,0,0,0.5);
    border-bottom: 3px solid rgba(0,0,0,0.5);

    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

    background: rgba(0,0,0,0.25);

    box-shadow: 
        0 2px 8px rgba(0,0,0,0.5), /* Exterior Shadow */
        inset 0 1px rgba(255,255,255,0.3), /* Top light Line */
        inset 0 10px rgba(255,255,255,0.2), /* Top Light Shadow */
        inset 0 10px 20px rgba(255,255,255,0.25), /* Sides Light Shadow */
        inset 0 -15px 30px rgba(0,0,0,0.3); /* Dark Background */

    -o-box-shadow: 
        0 2px 8px rgba(0,0,0,0.5),
        inset 0 1px rgba(255,255,255,0.3),
        inset 0 10px rgba(255,255,255,0.2),
        inset 0 10px 20px rgba(255,255,255,0.25),
        inset 0 -15px 30px rgba(0,0,0,0.3);

    -webkit-box-shadow: 
        0 2px 8px rgba(0,0,0,0.5),
        inset 0 1px rgba(255,255,255,0.3),
        inset 0 10px rgba(255,255,255,0.2),
        inset 0 10px 20px rgba(255,255,255,0.25),
        inset 0 -15px 30px rgba(0,0,0,0.3);

    -moz-box-shadow:
        0 2px 8px rgba(0,0,0,0.5),
        inset 0 1px rgba(255,255,255,0.3),
        inset 0 10px rgba(255,255,255,0.2),
        inset 0 10px 20px rgba(255,255,255,0.25),
        inset 0 -15px 30px rgba(0,0,0,0.3); }		  	 					 		 	  
.glassy .sliker_container .sliker_description { font-size:1.2em; font-weight:bold; margin-bottom: 1em; color:#fff;}
.glassy .sliker_container ul { list-style: none; overflow: hidden; margin: auto; }
.glassy .sliker_container ul li{ float: left; list-style-type: none !important; margin: 0; }
.glassy .sliker_container .sliker_list_item_1 { width: 100%; }
.glassy .sliker_container .sliker_list_item_2 { width: 50%; }
.glassy .sliker_container .sliker_list_item_3 { width: 33%; }
.glassy .sliker_container .sliker_list_item_4 { width: 25%; }
.glassy .sliker_container .sliker_list_item_5 { width: 20%; }
.glassy .sliker_container .sliker_list_item_6 { width: 16%; }

/* If you want Facebook comments to be added by your visitor, remove the following line.
For correct display, you may need to change other css properties too*/
.glassy .sliker_container .sliker_facebook_button .fb_edge_widget_with_comment iframe.fb_iframe_widget_lift {
	display: none !important;
	margin-left: -999em !important;
}
/* .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {display: none !important;} */

/* Hiding Google pop-up. As G+ does not wait, removing this line will not give any pratical result */
.glassy .sliker_container .gc-bubbleDefault.pls-container{display:none !important;}

/*
===================================================================== 
style 5 dropi
=====================================================================
*/

.dropi .sliker_container {
	background: rgba(255,255,245,1);
	border: 4px solid rgba(255,245,235,1);
	border-radius: 100%;
	box-shadow: inset -0.1em 0 2em 0.5em rgba(255,255,255,0.5),
				inset -0.1em 0 0.5em 0 rgba(0,0,0,0.8);
	position: relative;
	margin: 0 auto;
width: 40em;
height: 12em;
overflow: hidden;
text-align: center;
padding-top: 50px;
}

.dropi .sliker_container:before,
.dropi .sliker_container:after {
	content: "";
	display: block;
	position: absolute;
}

.dropi .sliker_container:before {
	background: rgba(167, 217, 234,1);
	border-radius: 100%;
	box-shadow: 0 0 0 0.1em rgba(167, 217, 234,0.8),
				0 0 0 0.15em rgba(167, 217, 234,0.8),
				0 0 0 0.2em rgba(167, 227, 234,0.8),
				0 0 0 0.25em rgba(167, 227, 234,0.8),
				0 0 0 0.3em rgba(167, 227, 234,0.8),
				0 0 0 0.35em rgba(167, 227, 234,0.8),
				0 0 0 0.4em rgba(167, 227, 234,0.8),
				0 0 0 0.45em rgba(167, 227, 234,0.8),
				0 0 0 0.5em rgba(167, 227, 234,0.8);
	top: 0%; left: 50%;
	width: 0.1em; height: 0.1em;
	-webkit-animation: fall 3.5s cubic-bezier(0.5, 0, 1, 0.5) infinite;
	   -moz-animation: fall 3.5s cubic-bezier(0.5, 0, 1, 0.5) infinite;
		-ms-animation: fall 3.5s cubic-bezier(0.5, 0, 1, 0.5) infinite;
			animation: fall 3.5s cubic-bezier(0.5, 0, 1, 0.5) infinite;
}

.dropi .sliker_container:after {
	background: rgb(52,152,219);
	background: -webkit-linear-gradient(rgba(52,255,255,1) 0%, rgba(52,152,219,1) 10%, rgba(152,252,219,1) 100%);
	background: -moz-linear-gradient(rgba(52,255,255,1) 0%, rgba(52,152,219,1) 10%, rgba(152,252,219,1) 100%);
	background: linear-gradient(rgba(52,255,255,1) 0%, rgba(52,152,219,1) 10%, rgba(152,252,219,1) 100%);
	border-radius: 100% 0 50% 0;
	left: 0;
bottom: -30px;
width: 600px;
padding-bottom: 30px;
height: 3em;
opacity: 0.7;
	-webkit-animation: surface 3s linear infinite;
	   -moz-animation: surface 3s linear infinite;
		-ms-animation: surface 3s linear infinite;
			animation: surface 3s linear infinite;
}

@-webkit-keyframes fall {
	5%, 15% {
		box-shadow: 0 -1.4em 0 0.1em rgba(167,217,234,1),
					0 -0.8em 0 0.15em rgba(167,217,234,1),
					0 -0.3em 0 0.2em rgba(167,217,234,1),
					0 -0.1em 0 0.25em rgba(167,217,234,1),
					0 0 0 0.3em rgba(167,217,234,1),
					0 0.2em 0 0.35em rgba(167,217,234,1),
					0 0.4em 0 0.4em rgba(167,217,234,1),
					0 0.6em 0 0.45em rgba(167,217,234,1),
					0 0.8em 0 0.5em rgba(167,217,234,1);
	}
	16% {
		top: 80%;
	}
	18% {
		top: 80%;
		box-shadow: 1em -8em 0 0.2em rgba(177, 227, 234,1),
					-2.2em -3.8em 0 0.1em rgba(177, 227, 234,1),
					3em -2.85em 0 0.3em rgba(177, 227, 234,1),
					-3.5em -4em 0 0.2em rgba(177, 227, 234,1),
					0 0 0 0.3em rgba(177, 227, 234,1),
					2em -2em 0 0.2em rgba(177, 227, 234,1),
					-0.3em -3em 0 0.2em rgba(177, 227, 234,1),
					0.5em -5em 0 0.35em rgba(177, 227, 234,1),
					-3em -1em 0 0.3em rgba(177, 227, 234,1);
	}
	30% {
		top: 90%;
		box-shadow: 1.5em 0 0 0.2em rgba(252,252,255,0.1),
					-2em 0 0 0.15em rgba(252,252,255,0.1),
					3em 0 0 0.2em rgba(252,252,255,0.1),
					-2em 0 0 0.25em rgba(252,252,255,0.1),
					0 0 0 0.2em rgba(252,252,255,0.1),
					2.35em 0 0 0.3em rgba(252,252,255,0.1),
					-0.5em 0 0 0.2em rgba(252,252,255,0.1),
					1em 0 0 0.3em rgba(252,252,255,0.1),
					-4em 0 0 0.4em rgba(252,252,255,0.1);
	}
	40%, 100%{
		top: 95%;
		background: rgba(255,255,255,1);
		box-shadow: 1.8em 0.5em 0 0.2em rgba(255,255,255,0),
					-3em 0.5em 0 0.1em rgba(255,255,255,0),
					4em 0.5em 0 0.1em rgba(255,255,255,0),
					-3.5em 0.5em 0 0.1em rgba(255,255,255,0),
					0 0 0 0.3em rgba(255,255,215,0),
					2.45em 0.5em 0 0.1em rgba(255,255,255,0),
					-0.8em 0.5em 0 0.2em rgba(255,255,255,0),
					1.5em 0.5em 0 0.3em rgba(255,255,255,0),
					-4.5em 0.5em 0 0.2em rgba(255,255,255,0); 
	}	
}

@-moz-keyframes fall {
	5%, 15% {
		box-shadow: 0 -1.4em 0 0.1em rgba(167,217,234,1),
					0 -0.8em 0 0.15em rgba(167,217,234,1),
					0 -0.3em 0 0.2em rgba(167,217,234,1),
					0 -0.1em 0 0.25em rgba(167,217,234,1),
					0 0 0 0.3em rgba(167,217,234,1),
					0 0.2em 0 0.35em rgba(167,217,234,1),
					0 0.4em 0 0.4em rgba(167,217,234,1),
					0 0.6em 0 0.45em rgba(167,217,234,1),
					0 0.8em 0 0.5em rgba(167,217,234,1);
	}
	16% {
		top: 80%;
	}
	18% {
		top: 80%;
		box-shadow: 1em -8em 0 0.2em rgba(177, 227, 234,1),
					-2.2em -3.8em 0 0.1em rgba(177, 227, 234,1),
					3em -2.85em 0 0.3em rgba(177, 227, 234,1),
					-3.5em -4em 0 0.2em rgba(177, 227, 234,1),
					0 0 0 0.3em rgba(177, 227, 234,1),
					2em -2em 0 0.2em rgba(177, 227, 234,1),
					-0.3em -3em 0 0.2em rgba(177, 227, 234,1),
					0.5em -5em 0 0.35em rgba(177, 227, 234,1),
					-3em -1em 0 0.3em rgba(177, 227, 234,1);
	}
	30% {
		top: 90%;
		box-shadow: 1.5em 0 0 0.2em rgba(252,252,255,0.1),
					-2em 0 0 0.15em rgba(252,252,255,0.1),
					3em 0 0 0.2em rgba(252,252,255,0.1),
					-2em 0 0 0.25em rgba(252,252,255,0.1),
					0 0 0 0.2em rgba(252,252,255,0.1),
					2.35em 0 0 0.3em rgba(252,252,255,0.1),
					-0.5em 0 0 0.2em rgba(252,252,255,0.1),
					1em 0 0 0.3em rgba(252,252,255,0.1),
					-4em 0 0 0.4em rgba(252,252,255,0.1);
	}
	40%, 100% {
		top: 95%;
		background: rgba(255,255,255,1);
		box-shadow: 1.8em 0.5em 0 0.2em rgba(255,255,255,0),
					-3em 0.5em 0 0.1em rgba(255,255,255,0),
					4em 0.5em 0 0.1em rgba(255,255,255,0),
					-3.5em 0.5em 0 0.1em rgba(255,255,255,0),
					0 0 0 0.3em rgba(255,255,215,0),
					2.45em 0.5em 0 0.1em rgba(255,255,255,0),
					-0.8em 0.5em 0 0.2em rgba(255,255,255,0),
					1.5em 0.5em 0 0.3em rgba(255,255,255,0),
					-4.5em 0.5em 0 0.2em rgba(255,255,255,0); 
	}	
}

@-ms-keyframes fall {
	5%, 15% {
		box-shadow: 0 -1.4em 0 0.1em rgba(167,217,234,1),
					0 -0.8em 0 0.15em rgba(167,217,234,1),
					0 -0.3em 0 0.2em rgba(167,217,234,1),
					0 -0.1em 0 0.25em rgba(167,217,234,1),
					0 0 0 0.3em rgba(167,217,234,1),
					0 0.2em 0 0.35em rgba(167,217,234,1),
					0 0.4em 0 0.4em rgba(167,217,234,1),
					0 0.6em 0 0.45em rgba(167,217,234,1),
					0 0.8em 0 0.5em rgba(167,217,234,1);
	}
	16% {
		top: 80%;
	}
	18% {
		top: 80%;
		box-shadow: 1em -8em 0 0.2em rgba(177, 227, 234,1),
					-2.2em -3.8em 0 0.1em rgba(177, 227, 234,1),
					3em -2.85em 0 0.3em rgba(177, 227, 234,1),
					-3.5em -4em 0 0.2em rgba(177, 227, 234,1),
					0 0 0 0.3em rgba(177, 227, 234,1),
					2em -2em 0 0.2em rgba(177, 227, 234,1),
					-0.3em -3em 0 0.2em rgba(177, 227, 234,1),
					0.5em -5em 0 0.35em rgba(177, 227, 234,1),
					-3em -1em 0 0.3em rgba(177, 227, 234,1);
	}
	30% {
		top: 90%;
		box-shadow: 1.5em 0 0 0.2em rgba(252,252,255,0.1),
					-2em 0 0 0.15em rgba(252,252,255,0.1),
					3em 0 0 0.2em rgba(252,252,255,0.1),
					-2em 0 0 0.25em rgba(252,252,255,0.1),
					0 0 0 0.2em rgba(252,252,255,0.1),
					2.35em 0 0 0.3em rgba(252,252,255,0.1),
					-0.5em 0 0 0.2em rgba(252,252,255,0.1),
					1em 0 0 0.3em rgba(252,252,255,0.1),
					-4em 0 0 0.4em rgba(252,252,255,0.1);
	}
	40%, 100% {
		top: 95%;
		background: rgba(255,255,255,1);
		box-shadow: 1.8em 0.5em 0 0.2em rgba(255,255,255,0),
					-3em 0.5em 0 0.1em rgba(255,255,255,0),
					4em 0.5em 0 0.1em rgba(255,255,255,0),
					-3.5em 0.5em 0 0.1em rgba(255,255,255,0),
					0 0 0 0.3em rgba(255,255,215,0),
					2.45em 0.5em 0 0.1em rgba(255,255,255,0),
					-0.8em 0.5em 0 0.2em rgba(255,255,255,0),
					1.5em 0.5em 0 0.3em rgba(255,255,255,0),
					-4.5em 0.5em 0 0.2em rgba(255,255,255,0); 
	}	
}

@keyframes fall {
	5%, 15% {
		box-shadow: 0 -1.4em 0 0.1em rgba(167,217,234,1),
					0 -0.8em 0 0.15em rgba(167,217,234,1),
					0 -0.3em 0 0.2em rgba(167,217,234,1),
					0 -0.1em 0 0.25em rgba(167,217,234,1),
					0 0 0 0.3em rgba(167,217,234,1),
					0 0.2em 0 0.35em rgba(167,217,234,1),
					0 0.4em 0 0.4em rgba(167,217,234,1),
					0 0.6em 0 0.45em rgba(167,217,234,1),
					0 0.8em 0 0.5em rgba(167,217,234,1);
	}
	16% {
		top: 80%;
	}
	18% {
		top: 80%;
		box-shadow: 1em -8em 0 0.2em rgba(177, 227, 234,1),
					-2.2em -3.8em 0 0.1em rgba(177, 227, 234,1),
					3em -2.85em 0 0.3em rgba(177, 227, 234,1),
					-3.5em -4em 0 0.2em rgba(177, 227, 234,1),
					0 0 0 0.3em rgba(177, 227, 234,1),
					2em -2em 0 0.2em rgba(177, 227, 234,1),
					-0.3em -3em 0 0.2em rgba(177, 227, 234,1),
					0.5em -5em 0 0.35em rgba(177, 227, 234,1),
					-3em -1em 0 0.3em rgba(177, 227, 234,1);
	}
	30% {
		top: 90%;
		box-shadow: 1.5em 0 0 0.2em rgba(252,252,255,0.1),
					-2em 0 0 0.15em rgba(252,252,255,0.1),
					3em 0 0 0.2em rgba(252,252,255,0.1),
					-2em 0 0 0.25em rgba(252,252,255,0.1),
					0 0 0 0.2em rgba(252,252,255,0.1),
					2.35em 0 0 0.3em rgba(252,252,255,0.1),
					-0.5em 0 0 0.2em rgba(252,252,255,0.1),
					1em 0 0 0.3em rgba(252,252,255,0.1),
					-4em 0 0 0.4em rgba(252,252,255,0.1);
	}
	40%, 100% {
		top: 95%;
		background: rgba(255,255,255,1);
		box-shadow: 1.8em 0.5em 0 0.2em rgba(255,255,255,0),
					-3em 0.5em 0 0.1em rgba(255,255,255,0),
					4em 0.5em 0 0.1em rgba(255,255,255,0),
					-3.5em 0.5em 0 0.1em rgba(255,255,255,0),
					0 0 0 0.3em rgba(255,255,215,0),
					2.45em 0.5em 0 0.1em rgba(255,255,255,0),
					-0.8em 0.5em 0 0.2em rgba(255,255,255,0),
					1.5em 0.5em 0 0.3em rgba(255,255,255,0),
					-4.5em 0.5em 0 0.2em rgba(255,255,255,0);
	}
}

@-webkit-keyframes surface {
	50% {
		border-radius: 0 75% 0 75%;
		opacity: 0.5;
		height: 3.5em;
	}
}

@-moz-keyframes surface {
	50% {
		border-radius: 0 75% 0 75%;
		opacity: 0.5;
		height: 3.5em;
	}	
}

@-ms-keyframes surface {
	50% {
		border-radius: 0 75% 0 75%;
		opacity: 0.5;
		height: 3.5em;
	}	
}

@keyframes surface {
	50% {
		border-radius: 0 75% 0 75%;
		opacity: 0.5;
		height: 3.5em;
	}
}	  	 					 		 	  
.dropi .sliker_container .dropi .sliker_description { font-size:1.2em; font-weight:bold; margin-bottom: 1em; }
.dropi .sliker_container ul { list-style: none; overflow: hidden; margin: auto; }
.dropi .sliker_container ul li{ float: left; list-style-type: none !important; margin: 0; }
.dropi .sliker_container .dropi .sliker_list_item_1 { width: 100%; }
.dropi .sliker_container .dropi .sliker_list_item_2 { width: 50%; }
.dropi .sliker_container .dropi .sliker_list_item_3 { width: 33%; }
.dropi .sliker_container .dropi .sliker_list_item_4 { width: 25%; }
.dropi .sliker_container .dropi .sliker_list_item_5 { width: 20%; }
.dropi .sliker_container .dropi .sliker_list_item_6 { width: 16%; }

/* If you want Facebook comments to be added by your visitor, remove the following line.
For correct display, you may need to change other css properties too*/
.dropi .sliker_container .dropi .sliker_facebook_button .fb_edge_widget_with_comment iframe.fb_iframe_widget_lift {
	display: none !important;
	margin-left: -999em !important;
}
/* .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {display: none !important;} */

/* Hiding Google pop-up. As G+ does not wait, removing this line will not give any pratical result */
.dropi .sliker_container .gc-bubbleDefault.pls-container{display:none !important;}


/*boxit */
.boxit .sliker_container { padding: 25px 20px 0px 20px; margin: 10px; text-align: center; border: 1px solid #e3e3e3; border-radius: 3px; height: auto; background: #fff;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;		  	 					 		 	  
.boxit .sliker_container .boxit .sliker_description { font-size:1.2em; font-weight:bold; margin-bottom: 1em; }
.boxit .sliker_container ul { list-style: none; overflow: hidden; margin: auto; }
.boxit .sliker_container ul li{ float: left; list-style-type: none !important; margin: 0; }
.boxit .sliker_container .boxit .sliker_list_item_1 { width: 100%; }
.boxit .sliker_container .boxit .sliker_list_item_2 { width: 50%; }
.boxit .sliker_container .boxit .sliker_list_item_3 { width: 33%; }
.boxit .sliker_container .boxit .sliker_list_item_4 { width: 25%; }
.boxit .sliker_container .boxit .sliker_list_item_5 { width: 20%; }
.boxit .sliker_container .boxit .sliker_list_item_6 { width: 16%; }

/* If you want Facebook comments to be added by your visitor, remove the following line.
For correct display, you may need to change other css properties too*/
.boxit .sliker_container .boxit .sliker_facebook_button .fb_edge_widget_with_comment iframe.fb_iframe_widget_lift {
	display: none !important;
	margin-left: -999em !important;
}
/* .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {display: none !important;} */

/* Hiding Google pop-up. As G+ does not wait, removing this line will not give any pratical result */
.boxit .sliker_container .gc-bubbleDefault.pls-container{display:none !important;}

