/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
    background:#fff url(../../images/frame1.jpg) no-repeat 50% 50%;
    margin-bottom:50px;
    margin-top: 20px;
    width:940px;
    height:300px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/* 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:60;
    display:none;
}

.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}

.theme-default .nivo-controlNav a {
	display:none;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
    position:absolute;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.theme-default a.nivo-nextNav {
	background-position:-30px 0;
    right:15px;
    top:135px;
    z-index:67;
    *left:895px;

}

.theme-default a.nivo-prevNav {
    left:15px;
    top:135px;
    z-index:67;

}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
    color:#fff;
}

/* Styles created for sub-slider tri-column area - SeanC 3/22/12 */
/* Styles added here for IE since current site has over 31 CSS links which is max fo IE */
/* Will look into consolidating style sheets */

.triColumnWrapper{
    clear:left;
    overflow:hidden;
    padding-top: 20px;
}

.slideShowTriColumns {
    font-family: Netto Bold,Arial,sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #333333;
    line-height: 30px;
}

.slideShowTriColumns li {
    font-family: Netto Bold,Arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #08329A;
    list-style-type: disc;
    list-style-position: inside;
    *margin-left: 0px;
    line-height: 22px;

}

.slideShowTriColumns a {
    font-family: Netto Bold,Arial,sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #08329A;
    line-height: 22px;
}

#leftColumn {
    background-image: url(../../images/icon_1a.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 36px;
    padding-bottom: 20px;
}

#centerColumn {
    background-image: url(../../images/icon_3a.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 36px;
    padding-bottom: 20px;
}

#rightColumn {
    background-image: url(../../images/icon_2a.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 36px;
    padding-bottom: 20px;

}

#leftColumn2 {
    width: 276px;
    display: block;
    float: left;
    background-image: url(../../images/icon_1a.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 36px;
    padding-bottom: 20px;
}

#centerColumn2 {
    width: 276px;
    display: block;
    float: left;
    background-image: url(../../images/icon_3a.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 36px;
    padding-bottom: 20px;
}

#rightColumn2 {
    width: 276px;
    display: block;
    float: left;
    background-image: url(../../images/icon_2a.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 36px;
    padding-bottom: 20px;

}

.promotion2{
    width:480px;
}

.views-nivo-slider{
    height: 300px;
    overflow: hidden;
}
