/*
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
*/

.comp-txt{
	display: block;
	margin-left: 26px;
	margin-bottom: -9px;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.comp-txt:hover {
	color: red;
}

*+html .comp-txt{
	margin-bottom: 0px;
}

.stylish-button-high{
	background-image: url(download.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 95px;
	position: absolute;
	margin-left: -108px;
	margin-top: 118px;
	z-index: 1;
	cursor: pointer;
}

.stylish-button-low{
	background-image: url(download.png);
	height: 25px;
	width: 95px;
	position: absolute;
	margin-left: -108px;
	margin-top: 145px;
	z-index: 1;
	cursor: pointer;
}

*+html .stylish-button{
	margin-left: -100px;
}

.download-txt{
	position: absolute;
	z-index: 2;
}

.download-txt1{
	margin-top: 28px;
}

.downloadlnk a{
	font-size: 14px;
	font-weight: bold;
	color: #209CC4;
}

.downloadlnk img{
	position: absolute;
}

.theme-default .nivoSlider {
	background:#fff url(loading.gif) no-repeat 50% 50%;
}


.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom: -41px;
    margin-left:-435px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	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;
	width:60px;
	height:60px;
	background:url(arrows-big.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-60px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}