/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/
/* The Nivo Slider styles */

#rotator-cover{
	height:176px;
	width:571px;
	position:relative;
	float:right;
	margin:17px 0 0 0 ;
}
#rotator-cover span#cover_top{
	background: url("../images/rotator_cover_top.png") no-repeat left top transparent;
   display: block;
   height: 10px;
   left: -6px;
   position: absolute;
   top: -5px;
   width: 571px;
   z-index: 10;
}
#rotator-cover span#cover_left{
	background: url("../images/rotator_cover_left.png") no-repeat left top transparent;
   display: block;
   height: 156px;
   left: -6px;
   position: absolute;
   top: 4px;
   width: 11px;
   z-index: 10;
}
#rotator-cover span#cover_right{
	background: url("../images/rotator_cover_right.png") no-repeat left top transparent;
   display: block;
   height: 156px;
   right: 6px;
   position: absolute;
   top: 4px;
   width: 11px;
   z-index: 10;
}

#rotator-cover span#cover_bottom{
	background: url("../images/rotator_cover_bottom.png") no-repeat left top transparent;
   display: block;
   height: 10px;
   left: -6px;
   position: absolute;
   bottom: 6px;
   width: 571px;
   z-index: 10;
}

.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:65px;
	z-index:10;
	cursor:pointer;
}
/* 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:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
.theme-default #slider {
    width:559px; /* Make sure your images are the same size */
    height:165px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {

}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
/*====================*/
/*=== 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:10px;
	top:10px;
   margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:13px;
	height:13px;
	background:url(../images/bullets.png) no-repeat -13px 0;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 0;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:23px;
	height:29px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.theme-default a.nivo-nextNav {
	background-position:-22px 0;
	right:8px;
}
.theme-default a.nivo-nextNav:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.theme-default a.nivo-prevNav {
	left:8px;
}
.theme-default a.nivo-prevNav:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.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;
}