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

.theme-socialware.slider-wrapper {
	background: url(../images/socialware/sliderBg.jpg) repeat-x bottom left;
	padding-bottom: 10px;
	position: relative;
}
.theme-socialware .nivoSlider {
	position: relative;
	background: #fff url(../images/default/loading.gif) no-repeat 50% 50%;
    margin-bottom: 13px;
    overflow: visible;
}
.theme-socialware .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-socialware .nivoSlider a {
	border:0;
	display:block;
}

.theme-socialware .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
	padding:10px;
	background: #fff;
	z-index:20;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 525px;
	margin: -56px auto 0;
	position: relative;
	z-index: 9;
}
.theme-socialware .nivo-controlNav a {
	display:inline-block;
	width:102px;
	height:63px;
	border:0;
	margin-right:3px;
	background: #fff;
	-moz-box-shadow: 0px 0px 2px #888;
	-webkit-box-shadow: 0px 0px 2px #888;
	box-shadow: 0px 0px 2px #888;
}
.theme-socialware .nivo-controlNav img {
	width: 
}
.theme-socialware .nivo-controlNav a:hover,
 .theme-socialware .nivo-controlNav a.active { background: #333; }

.theme-socialware .nivo-controlNav a img {
	width: 94px;
	height: 56px;
	display:block; /* Unhide the thumbnails */
	position:relative;
	border: solid 1px #999;
	padding: 3px;
}
.theme-socialware .nivo-directionNav a {
	width: 34px;
	height: 34px;
	text-indent: -3999px;
	background: url(../images/socialware/prevnext.jpg) no-repeat 0 0;
	left: -5px;
}
.theme-socialware .nivo-directionNav {
	display: none;
}
.theme-socialware:hover .nivo-directionNav {
	display: block;
}
.theme-socialware .nivo-directionNav a.nivo-nextNav {
	background-position: bottom left;
	right: -5px;
	left: auto;
}

.theme-socialware .nivo-caption {
	top:10%;
	left:5%;
	right:auto;
	bottom: auto;
	width:auto;
	max-width:800px;
	background: transparent;
	overflow:hidden;
	text-shadow:none;
	font-family: arial, serif;
	color:#4c4b4b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.theme-socialware .nivo-caption p {
	padding:5px 15px;
	color:#fff;
	font-weight:bold;
	font-size:22px;
	text-transform:none;
}

.theme-socialware .nivo-caption a {
	color:#fff;
	font-weight:bold;
	font-size:22px;
	text-transform:none;
	background: rgba(0,0,0,0.8);
 *background: #000;
	display: block;
	padding: 5px 15px;
	margin: 0;
	border: 0;
	float: left;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.theme-socialware .nivo-caption div.introtext {
	font-size: 14px;
	font-weight: normal;
	background: rgba(0,0,0,0.8);
	padding: 5px 15px;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	border-radius: 0 5px 5px 5px;
	float: left;
	clear: both;
	color: #fff;
}

.theme-socialware .nivo-caption a,
.theme-socialware .nivo-caption div.introtext { background/*\**/: #000\9; }

.theme-socialware .cornerTl {
    background:url(../images/socialware/cornerTl.png) no-repeat;
    width:5px;
    height:5px;
    position:absolute;
    top:0;
    left:0px;
    z-index:10;
}
.theme-socialware .cornerTr {
    background:url(../images/socialware/cornerTr.png) no-repeat;
    width:5px;
    height:5px;
    position:absolute;
    top:0;
    right:0px;
    z-index:10;
}
.theme-socialware .cornerBl {
    background:url(../images/socialware/cornerBl.png) no-repeat;
    width:5px;
    height:5px;
    position:absolute;
    bottom:50px;
    left:0px;
    z-index:10;
}
.theme-socialware .cornerBr {
    background:url(../images/socialware/cornerBr.png) no-repeat;
    width:5px;
    height:5px;
    position:absolute;
    bottom:50px;
    right:0px;
    z-index:10;
}