﻿.list_carousel {}
.list_carousel ul {
    margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	margin: 0px;
    height: 200px;
	display: block;
	float: left;
	border-left-color: #0099FF;
    border-left-style: solid;
    border-left-width: 6px;
	/*border-top-left-radius: 20px;
	border-top-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 3px;*/
	/*border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-width: 3px;
	border-right-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 3px;*/
    background-color: #0099FF; 
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.table-curved {
    border-collapse:separate;
    border: solid #0099FF 6px;
    border-radius: 20px;
}

.table-curved tr:last-child td
{
    border-bottom-left-radius: 20px;    
    border-bottom-right-radius: 20px;   
}

.list_carousel2 {}
.list_carousel2 ul {
    margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel2 li {
	margin: 0px;
    height: 200px;
	display: block;
	float: left;
	
	
}

.list_carousel2.responsive {
	width: auto;
	margin-left: 0;
}
