/* content */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#tsucarousel9-1 .tsucarousel9-image {	
	position: relative;
	padding: 0px;
}

#tsucarousel9-1 .tsucarousel9-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	/*-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
}

#tsucarousel9-1 .tsucarousel9-title {
	position:relative;
	padding: 0px;
	font:14px 'Kanit', sans-serif;
	color:#333333;
	margin:12px;
	text-align:left;
	text-shadow:0px 1px 1px #fff;
}

/* carousel */

#tsucarousel9-container-1 {
	padding: 20px 0px; 
}

#tsucarousel9-1 .tsucarousel9-list-container { 
	padding: 6px 0;
}

/* item */

#tsucarousel9-1 .tsucarousel9-item-container {
	text-align: center;
	padding: 0px;
	background-color: #fff;
	border: 0px solid #ddd;
	-moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	box-shadow: 5px 5px 5px 0px rgba(96, 96, 96, 0.1);
}

/* arrows */

#tsucarousel9-1 .tsucarousel9-prev {
	left: 0%;
	top: 50%;
	margin-left: -48px;
	margin-top: -16px;
}

#tsucarousel9-1 .tsucarousel9-next {
	right: 0%;
	top: 50%;
	margin-right: -48px;
	margin-top: -16px;
}

/* navigation bullets */

#tsucarousel9-1 .tsucarousel9-nav {
	position: absolute;
	width: 100%;
	top: 100%;
}

#tsucarousel9-1 .tsucarousel9-bullet-wrapper {
	margin: 4px auto;
}



