/*
skin name: nivo slider default theme
skin uri: http://nivo.dev7studios.com
description: the default skin for the nivo slider.
version: 1.3
author: gilbert pellegrom
author uri: http://dev7studios.com
supports thumbs: true
*/

.theme-rex .nivoslider {
	position:relative;
	background:#fff  no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	height:350px
}
.theme-rex .nivoslider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-rex .nivoslider a {
	border:0;
	display:block;
}

.theme-rex .nivo-controlnav {
	text-align: right;
	padding: 0;
	margin:-35px 5px 0 0;
	position: relative;
	z-index:99;
	float:right;
	width:100%;
}
.theme-rex .nivo-controlnav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:#fff;
	text-indent:-9999px;
	border:0;
	border-radius:5px;
	cursor:pointer;
	margin: 0 2px;
}
.theme-rex .nivo-controlnav a.active {
	background-position:0 -22px;
	background:#f00;
	//border:2px solid #fff;
}

.theme-rex .nivo-directionnav{
	height:72px;
	position:relative;
	padding-top:100px;
}
.theme-rex .nivo-directionnav a {
	display:block;
	width:50px;
	height:72px;
	background: no-repeat;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
	position:absolute;
}
.theme-rex:hover .nivo-directionnav a { opacity: 1; }
.theme-rex a.nivo-nextnav {
	background-position:-50px 0;
	right:5px;
}
.theme-rex a.nivo-prevnav {
	left:5px;
}

.theme-rex .nivo-caption {
    font-family: helvetica, arial, sans-serif;
}
.theme-rex .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-rex .nivo-caption a:hover {
    color:#fff;
}

.theme-rex .nivo-controlnav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-rex .nivo-controlnav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-rex .nivo-controlnav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/* caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* safari/chrome, other webkit */
	-moz-box-sizing: border-box;    /* firefox, other gecko */
	box-sizing: border-box;         /* opera/ie 8  */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}