/*
Skin Name: Nivo Slider Version 1
Skin URI: http://www.stilldonthaveone.com
Skin Type: fixed
Image Width: 960
Image Height: 350
Description: Nivo Slider
Version: 3.0
Author: Carlos Rios
Author URI: http://www.stilldonthaveone.com
*/

#slider{
	overflow: hidden;
	position:relative;
	background: #F0F0F0;
	width: 100%;
	height: 350px;
}
#slider a#noslides{
	text-align:center;
	position: relative;
	top:46%;
	font-family: Helvetica;
	font-weight:bold;
	font-size: 25px;
	color: #CCC;
}
#slider a{
	border:0;
	display: block;
}
.nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

.nivoSlider a {
	border:0;
	display:block;
}

.nivo-slice{
	display:block;
	position:absolute;
	height:100%;
	z-index:5;
}
.nivo-box{
	display:block;
	position:absolute;
	z-index:5;
}

/* Caption & Controls */
.nivo-controller{
    width: 30.30%; /* width of controller */
    float:right;
    position:relative;
    background:#175a94;
    background:rgba(0,0,0,0.2) !important;
    box-shadow:0 0 3px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:0 0 3px rgba(0,0,0,0.4) inset;
    -webkit-box-shadow:0 0 3px rgba(0,0,0,0.4) inset;
    border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0;
    border-bottom:1px solid rgba(255,255,255, 0.4);
    z-index: 9;
}
.nivo-controls{
	padding:20px;
}
.bottomController{
	position: absolute;
	right:0;
	bottom:0;
}
.topController{
	height:275px;
}
.nivo-controlNav {
    height:21px;
    z-index:210;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:21px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	cursor: pointer;
	background-position:0 -22px;
}
.nivo-controlNav a.active {
	background-position:0 0;
}

.nivo-directionNav a {
	display:block;
	width:43px;
	height:43px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	position: absolute;
	z-index:6;
	cursor: pointer;
}
a.nivo-nextNav {
	background-position:-43px 0;
	right:390px;
    top:269px;
}
a.nivo-nextNav:hover {
	background-position:-43px -43px;
}
a.nivo-prevNav {
	left:390px;
    top:269px;
}
a.nivo-prevNav:hover {
	background-position:0 -43px;
}

.nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
    display: none;
}
.nivo-html-caption{
	display:none;
}
.nivo-caption img{
	position: relative;
}
.nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}
.small-logo{
	background:url('../../images/w_icon.html') no-repeat left center;
	height:29px;
	width:58px;
}
.small-shadow{
	background: url('../images/small_shadow.png') no-repeat center -16px;
	height:20px;
	width:100%;
}
.large-shadow{
	position:absolute;
	bottom:11px;
	height:40px;
	width:660px;
	left:-20px;
	z-index:-1;
	background: url('../images/large_shadow.png') no-repeat center -6px;
}
a.info{
	display:block;
	float:left;
	position:relative;
	z-index:999;
}
.nivo-caption p{
	margin:0 0 20px;
	color:#FFF;
}
.lines{
	margin:0 0 20px;
}
.lines strong{
	font-size:25px;
	line-height:28px;
	color:#f2ca2d;
	margin:0 0 10px;
	display:block;
}