
.tj_wrapper{
	width:110%;
	height:100%;
	position:relative;
	margin:0px auto;
}
.tj_wrapper ul li{
	float:left;
	width:100px;
	height:120px;
	margin-right:20px;
	margin-bottom: 20px;
	display: block;

}
.tj_wrapper ul li > span {
	display: block;
	color: #FFF;
	width: 70%;
	padding: 2px 10px;
	text-transform: uppercase;
	text-align: center;
	font:12px/20px 'PT Sans Narrow', sans-serif;
	background: #0daace;
	position: absolute;
	right:5px;
	bottom:25px;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition: all 0.3s linear;
	-transition: all 0.3s linear;
}
.tj_wrapper ul li:hover > span {
	opacity: 1.0;
	-webkit-transition: all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition: all 0.3s linear;
	-transition: all 0.3s linear;
}

.tj_wrapper ul li a{
	outline:none;
	display:block;
	background: url('/images/patterns/bg-image.png');
	padding:5px;
	margin-bottom: 20px;
}



.tj_wrapper ul li a img{
	display:block;
	border:none;
}
.tj_wrapper ul li a img:hover{

}

.tj_nav{
	position:absolute;
	display: block;
	right:12px;
	top:110%;
	margin-top:-30px;
	height:16px;
	width:16px;
}
.tj_nav span{
	width:8px;
	height:16px;
	position:absolute;
	background:url('/images/tj-sprite-arrows.png') left top no-repeat;
	top:0px;
	left:0px;
	text-indent:-9000px;
	cursor:pointer;
}
.tj_nav span.tj_next{
	left: 18px;
	background-position:-16px 0;
}
.tj_nav span.tj_next:hover {
	background-position:-24px 0;
}
.tj_nav span.tj_prev {
	background-position:0 0;
}
.tj_nav span.tj_prev:hover {
	background-position:-8px 0;
}


