/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/
/* The Nivo Slider styles */

#rotator-obal{
   width:893px;
   height:222px;
   padding:0;
   position:relative;
   border:4px solid #c1141c;
   box-shadow:0 3px 5px #d0d0d0;
   margin-bottom:43px;
}
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	text-align:right;
	position:absolute;
	left:0px;
	bottom:45px;
	background:#000;
	color:#fff;
	opacity:0.5; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:130px;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*====================*/
/*=== Reset Styles ===*/
/*====================*/
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/*===================*/
/*=== Main Styles ===*/
/*===================*/
.theme-default #slider {
    width:893px; /* Make sure your images are the same size */
    height:222px; /* Make sure your images are the same size */
}
/*====================*/
/*=== theme-default ===*/
/*====================*/
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/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;
	right:40%;
	bottom:-45px;
   border:1px solid #e1e1e1;
   border-radius:5px;
   background-color: #ffffff;
   background: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
   background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
   background: -ms-linear-gradient(top, #ffffff, #f5f5f5);
   background: -o-linear-gradient(top, #ffffff, #f5f5f5);
}
.theme-default .nivo-controlNav a {
	display:block;
	width:19px;
	height:19px;
	border:0;
	float:left;
   font-size:12px;
   color:#8d8d8d;
   font-weight:bold;
   padding:7px 8px 5px;
   text-align:center;
}
.theme-default .nivo-controlNav a.active {
   background-color: #eaeaea;
   background: -webkit-linear-gradient(top, #eaeaea, #f5f5f5);
   background: -moz-linear-gradient(top, #eaeaea, #f5f5f5);
   background: -ms-linear-gradient(top, #eaeaea, #f5f5f5);
   background: -o-linear-gradient(top, #eaeaea, #f5f5f5);
}
.theme-default .nivo-controlNav a:hover {
   text-decoration:none;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:40px;
	height:72px;
	background:url(../images/slider_arrow.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-40px 0;
	right:-65px;
}
.theme-default a.nivo-nextNav:hover {
	background-position:-40px -72px;
}
.theme-default a.nivo-prevNav {
	left:-65px;
}
.theme-default a.nivo-prevNav:hover {
	background-position:0 -72px;
}
