/*
Skin Name: GeekWare Theme
Skin URI: http://geekware.styleware.eu
Description: The default skin for the GeekWare Joomla! Template by StyleWare.
Version: 1.0
Author: Grigor Mihov
Author URI: http://styleware.eu
Supports Thumbs: true
*/

.theme-geekware {
	width: 960px;
}
.theme-geekware .nivoSlider {
	position:relative;
	background:#fff url(../images/default/loading.gif) no-repeat 50% 50%;
}
.theme-geekware .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-geekware .nivoSlider a {
	border:0;
	display:block;
}

.theme-geekware .nivoSlider a.nivo-imageLink span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/geekware/) repeat 0 0;
}

.theme-geekware .nivo-controlNav {
    position:absolute;
    right:60px;
    bottom:20px;
    z-index:20;
    padding: 0;
}
.theme-geekware .nivo-controlNav a {
   
    border:0;
    margin-right:3px;
    float:left;
    background: #fff;
}
.theme-geekware .nivo-controlNav a:hover,
.theme-geekware .nivo-controlNav a.active {
	background: #333;
}
.theme-geekware .nivo-controlNav a img {
	width: 67px;
	height: 40px;
	display:block; /* Unhide the thumbnails */
	position:relative;
	border: solid 1px #999;
	padding: 3px;
}
.theme-geekware .nivo-controlNav a:hover img,
.theme-geekware .nivo-controlNav a.active img {
	border: solid 1px #000;
}
.theme-geekware .nivo-controlNav a.active {
    background-position:0 -22px;
}
.theme-geekware a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-geekware a.nivo-prevNav {
	left:15px;
}

.theme-geekware .nivo-directionNav {
	display: block!important;
}
.theme-geekware .nivo-directionNav a {
	width: 34px;
	height: 34px;
	text-indent: -3999px;
	background: url(../images/socialware/prevnext.jpg) no-repeat 0 0;
	left: auto;
	top: auto;
	bottom: 27px;
}
.theme-geekware .nivo-directionNav a.nivo-nextNav {
	background-position: bottom left;
	right: 15px;
	left: auto;
}