﻿/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#company-box {
	position: relative;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}
#company-boxt img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#company-box a {
	border:0;
	display:block;
}

#company-box .nivo-controlNav {
	position:absolute;
	left:260px;
	bottom:-42px;
}
#company-box .nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
#company-box .nivo-controlNav a.active {
	background-position:0 -22px;
}

#company-box .nivo-directionNav a {
	display: block;
	width: 48px;
	height: 48px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
}
#company-box a.nivo-nextNav {
	background-position:-50px 0;
	top: 15px;
}
#company-box a.nivo-prevNav {
	top: 15px;
}

#company-box .nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
#company-box .nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}