/*
Skin Name: IDG Theme
Skin URI: http://www.idgknowledgehub.com/
Skin Type: flexible
Description: The IDG skin for the Nivo Slider.
Version: 1.0
Author: Linchpin
Author URI: http://linchpinagency.com
*/

.theme-idg{ position:relative; }

.theme-idg .nivoSlider {
	position:relative;
	float:left;
	width:414px !important;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}

.theme-idg .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-idg .nivoSlider a {
	border:0;
	display:block;
}

.theme-idg .nivo-controlNav {
	position:absolute;
	right:5px;
	bottom:5px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-idg .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}
.theme-idg .nivo-controlNav a.active {
	background-position:0 -22px;
}

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

.theme-idg .nivo-caption {
	padding:4px 0;
	height:15px;
	background:#000000;
	position:absolute;
	bottom:30px;
	font-size:10px;
	font-weight:100;
	font-family:Arial, Helvetica, sans-serif!important;
}
.theme-idg .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-idg .nivo-caption a:hover {
    color:#fff;
}

.theme-idg .nivo-caption p{
    font-size:11px;
	padding:0 5px;
	text-align:right;
}

.theme-idg.controlnav-thumbs .nivoSlider {
    /* margin-bottom:100px; Tweak this to push content down */
}
.theme-idg.controlnav-thumbs .nivo-controlNav {
	left:0;
	bottom:0;
	margin:0;
	width:402px;
	z-index:500;
	padding:4px 4px 0 8px;	
	position:absolute;
	background:#000;	
	 /* bottom:-80px;Tweak this to push thumbnails down */
}
.theme-idg.controlnav-thumbs .nivo-controlNav a {
	display:inline;
	background:none;
	text-indent:0px;
	border:0;
	padding:0 4px;
	/*margin-right:4px;*/
	float:none;
	opacity:.50;
	filter:alpha(opacity=50);	
}
.theme-idg.controlnav-thumbs .nivo-controlNav a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.theme-idg.controlnav-thumbs .nivo-controlNav a.active img {

}
.theme-idg.controlnav-thumbs .nivo-controlNav img {
	display:inline;
	position:relative;
}
