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

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;
/*    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
	/*margin:0 -50px;*/
}

.theme-default .nivo-controlNav {
	position:absolute;
	/*left:50%*/;
	right:0%;
	/*bottom:-42px;*/
	top:2px;
    margin-left:-40px; /* 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:300px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-40px 0;
	right:-50px;
	top:0px;
}
.theme-default a.nivo-prevNav {
	left:-50px;
	top:0px;
}

.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;
}
.theme-default #slider {
	width:400px;
	height:250px;
}
.theme-default #slider2 {
	width:188px;
	height:262px;
	margin:20px auto;
/*	padding:0 30px;
*/}
.theme-default #slider3 {
	width:188px;
	height:262px;
	margin:20px auto;
/*	padding:0 30px;
*/}

#slider3 > .nivo-caption > p {
	color:#ae0000;
	padding:0;
	font-size:11px;
}
#slider3 > .nivo-caption  {
	bottom:-25px;
	left:-66px;
	width:320px;
	background:transparent;
	font-style:italic; font-size:12px; margin-top:2px;
	text-align:center;
	opacity:1 !important;
}

.theme-default #slider4 {
	width:300px;
	height:183px;
	margin:20px auto;
/*	padding:0 30px;
*/}

#slider4 > .nivo-caption  {
	bottom:0px;
	left:-66px;
	width:320px;
	background:transparent;
	font-style:italic; font-size:12px; margin-top:2px;
	text-align:center;
	opacity:1 !important;
}

#slider2 > .nivo-caption > p {
	color:#ae0000;
	padding:0;
	font-size:11px;
}
#slider2 > .nivo-caption  {
	bottom:-25px;
	left:-66px;
	width:320px;
	background:transparent;
	font-style:italic; font-size:12px; margin-top:2px;
	text-align:center;
	opacity:1 !important;
}
#slider > .nivo-caption > p {
	color:#ae0000;
	padding:15px;
	font-size:11px;
}
#slider > .nivo-caption  {
	left:-275px;
	width:275px;
	height:245px;
	background:transparent;
	/*font-style:italic;*/ font-size:24px; margin-top:0px;
	text-align:left;
	opacity:1 !important;
	background:#fff;
	
}
#slider {
	float:right;
}
a.ssdsc {
	font-size:12px !important;
	padding:0px !important;
	color:#000 !important;
}
a.sstit {
	font-size:19px !important;
	padding:0px !important;
	color:#000 !important;
	font-weight:bold !important;
	font-family : Helvetica, sans-serif;
}
a.ssdsc:hover {
	/*text-decoration:underline;	*/
	color:#555 !important;
}
a.sstit:hover {
	color:#ae0000 !important;
}