/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
	position:relative;
	width:890px;
	height:461px;
	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:44px;
/*	background:url(images/arrows.png) no-repeat; */
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:-40px;
}
a.nivo-prevNav {
	left:-40px;
}

.nivo-caption {
    /*background: none repeat scroll 0 0 #000000;*/
    background-image:url("images/cap_bg2.png");
    position: relative;
    border-top-left-radius: 10px 10px;
    border-bottom-left-radius: 10px 10px;
    padding:13px 0px 16px 0px;
    left: 476px;
    top: 80px;
    color: #FFFFFF;
    height: 132px;
    width: 414px;
    z-index: 89;
}

.nivo-caption p {
    padding: 0 5px 0 17px;
    margin: 10px 0 10px 0;
    font-family:helvetica;
    font-style:oblique;
    font-size:18px;
    color:#788dac;
}

strong {
    font-style:oblique;
    font-size: 20px;
    color:#24b9cd;
    margin: 0 0 5px 0;
    padding: 0 5px 0 7px;
}

b {
    font-size:20px;
}

.nivo-caption {
}

.nivo-caption a { 
}