/*
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
*/

.slider-wrapper, .nivoSlider {
    border: 1px solid #DDDDDD;
    display: block;
    float: left;
    margin: 0 0 10px;
	overflow:hidden;
	width:975px;
}

#slider {
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	height: 340px;
    width: 740px; 
	float:left;
}
.theme-default .nivoSlider {
	position:relative;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
    background: url("nivonavBg1.png") repeat scroll 0 0 transparent;
    bottom: 0;
    padding: 5px 0 0 7px;
    position: absolute;
    right: 0;
    width: 733px;
    z-index: 99;
}

.theme-default .nivo-controlNav a {
    background: url("bulletIn.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 21px;
    margin-left: 5px;
    margin-top: 5px;
    text-indent: -9999px;
    width: 13px;
}
.theme-default .nivo-controlNav a.active {
	background:url(bulletAc.png) no-repeat;
}

.theme-default .nivo-directionNav a {
	display:block;
	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;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.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;
}

.slideRightItems {
    box-shadow: 0 0 20px black;
    float: right;
    position: relative;
    width: 232px;
    z-index: 99;
}

.slideRightItems .block {
    border-bottom: 1px solid #DDDDDD;
    color: #222222;
    line-height: 15px;
    padding: 16px 15px 14px;
}
.slideRightItems .block b{
    text-transform:uppercase;
	font-size:13px;
	margin:0px 0px 8px 0px;
	float:left;
	width:100%;
}

.slideRightItems .newsWrapper {
    background: url("newsSlidebg1.png") no-repeat scroll right bottom transparent;
    border-bottom: 0 none;
    box-shadow: 0 0 15px #D8D8D8 inset;
}
.slideRightItems .facebook {
    background: url("facebookSlidebg1.png") no-repeat scroll right bottom transparent;
    border-bottom: 0 none;
    border-top: 1px solid #ACC0EA;
}
.slideRightItems .twitter {
    background: url("twitterSlidebg1.png") no-repeat scroll right bottom transparent;
    border-top: 1px solid #94E4FF;
}
.slideRightItems .twitter, .slideRightItems .facebook {
    box-shadow: 5px 5px 36px white inset;
    min-height: 53px;
}