/* Thumbnail Effects Style */
.tj_container {
	width: auto;
	height: 360px;
	position: relative;
	margin: 0 0 35px 0;
}
.carousel ul {
	position: absolute;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.no-js .carousel ul {
	position: static;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
}
.carousel ul li {
	float: left;
	width: 170px;
	height: 175px;
	color: #fff;
	font-size: 8em;
	text-align: left;
	margin: 0;
}
.carousel .pagination-links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.carousel .pagination-links li {
	display: inline;
}
.carousel .pagination-links li a {
	padding: 2px 6px;
}
.carousel .pagination-links li a:hover {
	text-decoration: none;
}
.carousel .pagination-links li.current a {
	background: #444;
	color: #fff;
}
.carousel .disabled {
	color: gray;
	cursor: default;
}
/** my carousel 3 **/
#my-carousel-3 .mask {
	width: 450px;
}
/*
Old CSSS
*/
.tj_container a.tj_prev {
	position: absolute;
	left: 0px;
	top: 28%;
	height: auto;
	width: 22px;
	height: 171px;
	line-height: 171px;
	text-align: center;
	font-size: 17px;
	background: #2e76b8;
	position: absolute;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px 0px 0px 5px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-timing-function: linear, ease-in;
}
.tj_container a.tj_next {
	position: absolute;
	right: 0px;
	top: 28%;
	height: auto;
	width: 22px;
	height: 171px;
	line-height: 171px;
	text-align: center;
	font-size: 17px;
	background: #2e76b8;
	position: absolute;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	border-radius: 0px 5px 5px 0px;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-timing-function: linear, ease-in;
}
.tj_container a.tj_prev:hover {
	background: #D33;
}
.tj_container a.tj_next:hover {
	background: #D33;
}
.tj_wrapper {
	width: 505px;
	padding: 20px 40px;
	height: 100%;
	position: relative;
	background: #e9edf2;
}
.tj_wrapper ul {
	margin-bottom: 0px;
}
.tj_wrapper ul li {
}
.tj_wrapper ul li a {
	outline: none;
	display: block;
}
.tj_wrapper ul li a:hover {
	color: #D33;
}
.tj_wrapper ul li a img {
	display: block;
	border: none;/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-transition: all 0.2s ease-in-out;*/
}
.tj_wrapper ul li a img:hover {
	opacity: 1.0;
}
/* Specific style for the examples */
.example10 .tj_container {
	height: 600px;
}
.tj_gallery li {
	list-style: none;
	width: 166px;
	height: 190px;
	padding: 0;
	margin: 0;
	float: left;
}
.tj_gallery .tj_gallery_item_photo {
	float: left;
	margin: 0px 10px;
}
.tj_gallery .tj_gallery_item_title {
	float: left;
	margin: 5px 10px;
}
.tj_gallery .tj_gallery_item_title a {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #0057a6;
	text-decoration: none;
}
.tj_gallery .tj_gallery_item_photo a {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #0057a6;
	text-decoration: none;
}
