@charset "utf-8";
/* CSS Document */

#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;

		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	
		width:942px;
		height:342px;
		
		overflow:hidden;  
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;

		height:77px;
		position:absolute;
		left:-22px;
		top:258px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left: 978px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		
		}
			#prevBtn a{
		background:url(../images/nav-left.png) no-repeat 0 0;
			}
	#nextBtn a, #slider1next a{ 
		background:url(../images/nav-arrow.png) no-repeat 0 0;
		margin-left:-32px;
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */

/*preview slider*/


/*Card Carousel Start*/
.main-midbar{ margin-right:4px; border:1px #999 solid;}
.carousel_slides{position:relative;}
.slides_container {width:218px;display:none;}
.slides_container .card-thumb img{cursor:pointer;}
		.slides_container div.slide {width:218px;height:200px;display:block;}
		.pagination {list-style:none;top:-243px;right:0px;padding:0;position:relative; left:108px;z-index:99999; width:112px;}
		.pagination li{width: 12px;height: 12px;display: inline-block;margin:0px 5px;border-radius:50%;}
		.pagination a{text-indent:-9999px;display:block;float:left;width:8px;height:8px;margin:2px;background:#A6DAF0;;border-radius:50%;} 
		.pagination .current a {background:#5599BA;}
		.slide{padding: 10px !important;}
		.slide p{ color:#000; font-size:13px; text-align:justify; line-height:20px;}
		.tab-slide{background-color: #5A5A5A;
padding: 10px;}
.tab-slide a{ text-decoration:none; color:#FFF; font-size:16px; font-family:calibri; cursor:none;}
/*Card Carousel End*/