
.container {
	width:97%;

	margin:0 auto; 
	position:relative;
	z-index:0; float:left; 	border:10px solid #dfdfdf;

}



.products_example {
	width:100%;
	height:310px;
	position:relative; float:left;
}

.slides_control{ float:left; width:732px !important;}
.slides_control img{ width:100%;}
/*
	Slideshow
*/


/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
/*
.products .slides_container {
	width:100% 
	overflow:hidden;
	float:left;
	position:relative;

	display:none;
}
*/
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:100%;
	height:310px;
	display:block; float:left;  
}

/*
	Next/prev buttons
*/

.products .next,.products .prev {
	position:absolute;
	top:127px;
	left:-11%;
	width:60px;
	height:40px;
	padding-top:21px;
	overflow:hidden;
	display:block; 
	z-index:101; color:#fff;
}

.products .prev {
	background:url(../images/arrow-prev.png);
}

.products .next {
	left:103%;
	background:url(../images/arrow-next.png);
}

/*
	Pagination
*/

.products .pagination {
	background:#dfdfdf;
	width:130px;
	padding:5px 5px;
	float:left;
	margin-left:30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.products .pagination li {
	float:left;
	margin:2px 4px;
	list-style:none;
}

.products .pagination li a {
	display:block;
	width:55px;
	height:41px;
	margin:1px;
	float:left;
	background:#f9f9f9;
}

.products .pagination li.current a {
	border:1px solid #7f7f7f;
	margin:0;
}


.clear{clear:both;}
.tab-data{float:left; width:auto; position:absolute; }
.tab-data .tab1{float:left; width:100%; }
.tab-btn1{float:left; width:auto; margin-top:350px; }
.tab-btn{float:left; width:215px; height:112px; padding:10px; background-color:#eeeeee; color:#fff; text-align:center; margin:5px; position:relative;}
.tab-btn img{ width:100%;}
.tab-btn a{color:#fff;}
.active{ text-transform:uppercase; font-size:20px; }
.hide{display:none;}
.clear{ clear:both;}

.events-details{ position:absolute; left:0px; bottom:0px; float:left; width:100%; height:100px; color:#fff;  background: url(../images/repeatbg.png) 0 0 repeat; padding:5px 10px;}
.events-details .tag1{ font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold;}
.events-details .tag2{ font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold;}
.events-details .tag2 strong{ font-size:19px; color:#c0dc09; padding:5px 0 0 3px;}
.events-details .tag3{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
.event-cat{position:absolute; left:10px; bottom:10px; float:left; width:87%; padding:5px; color:#fff; text-align:left; color:#c0dc09; font-size:11px; font-weight:bold; background: url(../images/repeatbg.png) 0 0 repeat;}
.date1{ display:block; color:#fff; font-size:12px;}


@media screen and (max-width:1024px)  
{

.slides_control { width: 547px !important;}
.products_example{ height:255px;}
.slides_container a{ height:255px;}
.products .prev{ left:-80px;}

}
