<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* content */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#tsucarousel3-1 .tsucarousel3-image {	
	position: relative;
	padding: 5px;
}

#tsucarousel3-1 .tsucarousel3-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);*/
}

#tsucarousel3-1 .tsucarousel3-title {
	position:relative;
	padding: 0px;
	font:14px 'Kanit', sans-serif;
	color:#333333;
	margin:12px;
	text-align:left;
	text-shadow:0px 1px 1px #fff;
}

/* carousel */

#tsucarousel3-container-1 {
	padding: 20px 0px; 
}

#tsucarousel3-1 .tsucarousel3-list-container { 
	padding: 6px 0;
}

/* item */

#tsucarousel3-1 .tsucarousel3-item-container {
	text-align: center;
	padding: 0px;
	background-color: #fff;
	border: 1px 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: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
}

/* arrows */

#tsucarousel3-1 .tsucarousel3-prev {
	left: 0%;
	top: 50%;
	margin-left: -48px;
	margin-top: -16px;
}

#tsucarousel3-1 .tsucarousel3-next {
	right: 0%;
	top: 50%;
	margin-right: -48px;
	margin-top: -16px;
}

/* navigation bullets */

#tsucarousel3-1 .tsucarousel3-nav {
	position: absolute;
	width: 100%;
	top: 100%;
}

#tsucarousel3-1 .tsucarousel3-bullet-wrapper {
	margin: 4px auto;
}



</pre></body></html>