.tzcustom-slide-container{
 position:relative;
}
.tzcustom-slide-container ul
{
	margin:0;
	padding:0;
}
.tzcustom-excerpt-one{
	position:absolute;	
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
	z-index:1;
}
.tzcustom-overlay-one
{
	width:100%;
    height:100%;
    position: absolute;
    top: 0;
	left: 0;
    z-index: 0;
}
.tzcustom-excerpt-block-one{
	position:relative;	
	padding:10px;
	width:auto;
	height:auto;
	z-index:9;
}
.tzcustom-slide-field-three img
{
	float:left;
	margin-right:20px;
}

.advs-title a{
	font-weight:bold;
	text-decoration:none;
}
/* ---------------------  navigation -----------------*/
.tzcustom-number{
	position:absolute;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	z-index:9999;
}
.tzcustom-number ul{
	margin:0;
	padding:0;
}
.tzcustom-number ul li{
	position:relative;
	list-style:none;
	float:left;
	display:inline;
	margin:0;
}
.tzcustom-number li a {
	margin: 2px 2px 2px 0;
	padding:5px 8px 5px 8px;
	text-decoration:none;
	width:auto;
	display:block;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-shadow: 0px 1px 1px #666666;
	background-color:#333333;
	background: -webkit-gradient(linear, 0 top, 0 bottom, from(#666666), to(#000000));
	background: -moz-linear-gradient(#555555, #000000);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=0 );
	background-image: -ms-linear-gradient(top, #666666 0%, #000000 100%);
	background-image: -o-linear-gradient(top, #666666 0%, #000000 100%);
	background-repeat:no-repeat !important;
	background-position:center !important;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.tzcustom-number li a:hover {
	color:#000000;
	text-shadow: 0 1px 0 #FFFFFF;
	background-color:#FFFFFF;
	background:-moz-linear-gradient(#FFFFFF, #E0E0E0);
	background:-webkit-gradient(linear, 0 top, 0 bottom, from(#FFFFFF), to(#E0E0E0));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E0E0E0',GradientType=0 );
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
}
.tzcustom-number li.activeSlide a{
	color:#000000;
	text-shadow: 0 1px 0 #FFFFFF;
	background-color:#FFFFFF;
	background:-moz-linear-gradient(#FFFFFF, #E0E0E0);
	background:-webkit-gradient(linear, 0 top, 0 bottom, from(#FFFFFF), to(#E0E0E0));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#E0E0E0',GradientType=0 );
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);
	cursor:default;
}
.tzcustom-bullet{
	width:auto;
	position:absolute;
	z-index:9999;
}
.tzcustom-bullet li
{
    display:inline;
    list-style:none;
    margin:0px !important;
}
.tzcustom-bullet li a{
    display:block;
    width:18px;
    height:18px;
    float:left;
    /*background:url(images/tzcustom-bullet-two.png) no-repeat;*/
    margin-left:2px;
}
.tzcustom-bullet li a:hover{
	/*background:url(images/tzcustom-bullet-active-two.png) no-repeat;*/
	cursor:pointer;
}
.tzcustom-bullet li.activeSlide a{
 /*background:url(images/tzcustom-bullet-active-two.png) no-repeat;*/
}

.tzcustom-slide-container .advs-title
{
	line-height:30px;
}

